+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 removed, because it is unused
and its native implementation was dropped already.
- The code related to #ifdef NETSCAPE can be dropped
- the null checks in Java_sun_awt_X11GraphicsConfig_initIDs() after
"CHECK_NULL()" are redundant