mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JRE-608 J2DBench metrics: up to 20x degradation
Increased rendering queue buffer up to 6.4 MB (cherry picked from commit 9ef00f00a7fb6e14835393f8d3944157c6800727) (cherry picked from commit 2a61e9e997a880a60c5acb361849205170501b91) (cherry picked from commit 68ca9f00ded004c970b94bd047a04b9f09237047) (cherry picked from commit2fe5289178) (cherry picked from commit560a65654e)
This commit is contained in:
@@ -72,7 +72,7 @@ import sun.awt.SunToolkit;
|
||||
public abstract class RenderQueue {
|
||||
|
||||
/** The size of the underlying buffer, in bytes. */
|
||||
private static final int BUFFER_SIZE = 32000;
|
||||
private static final int BUFFER_SIZE = 6400000;
|
||||
|
||||
/** The underlying buffer for this queue. */
|
||||
protected RenderBuffer buf;
|
||||
|
||||
Reference in New Issue
Block a user