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 commit 2fe5289178)
(cherry picked from commit 560a65654e)
This commit is contained in:
Alexey Ushakov
2017-12-21 18:11:36 +03:00
committed by jbrbot
parent 7f28193a31
commit 7d338f43f8

View File

@@ -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;