Re: [13] Review Request: 8220320 Remove unused old code in GraphicsEnvironment on unix

2019-03-28 Thread Philip Race
+1 add the noreg-cleanup label to the bug -phil. On 3/8/19, 4:48 PM, Sergey Bylokhov wrote: Hello. Please review small fix for JDK 13. Bug: https://bugs.openjdk.java.net/browse/JDK-8220320 Fix: http://cr.openjdk.java.net/~serb/8220320/webrev.00 - The X11GraphicsDevice.initID() can be remove

Re: RFR: 8211826: StringIndexOutOfBoundsException happens via GetStringUTFRegion()

2019-03-28 Thread Ichiroh Takiguchi
Hello. Sorry for bad response. Could you review the fix ? Bug:https://bugs.openjdk.java.net/browse/JDK-8211826 Change: https://cr.openjdk.java.net/~itakiguchi/8211826/webrev.01/ Following changes are applied: * Issue title was changed on JBS. * Attached testcase was changed and add a fix f