Re: [OpenJDK 2D-Dev] [9] Review Request: 8061832 J2DBench can be improved

2014-11-07 Thread Sergey Bylokhov
Hi, Phil. The new version of the fix: http://cr.openjdk.java.net/~serb/8061832/webrev.03 On 06.11.2014 21:48, Phil Race wrote: Am I right in understanding that the huge 4000x4000 option is disabled by default ? I think disabling by default is the right thing for that. Yes, you are right. By

Re: [OpenJDK 2D-Dev] [9] Review Request: 8061832 J2DBench can be improved

2014-11-06 Thread Phil Race
82 if (ImageTests.hasVolatileImage) { 83 if(ImageTests.hasTransparentVolatileImage) { 84 volimgdestroot = new Group.EnableSet(destroot, volimg, 85 Output to Volatile Image); 86

[OpenJDK 2D-Dev] [9] Review Request: 8061832 J2DBench can be improved

2014-11-05 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 9. Change description: - Test groups were wrapped by JScrollPane - Translucent volatile images now can be used as source and destination - Additional source/destination were added(TYPE_4BYTE_**) - Main window will be created on EDT at the center of the screen