[OpenJDK 2D-Dev] [9] Review Request: 8042103 Deserialization of empty java.awt.geom.Path2D will cause an exception (original) (raw)
Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Apr 30 15:52:58 UTC 2014
- Previous message: [OpenJDK 2D-Dev] RFR: JDK-8042208: Build fails on Solaris using devkit when X isn't installed
- Next message: [OpenJDK 2D-Dev] Dont use libjpeg-internal macros in splashscreen
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. Please review the fix for jdk 9. needRoom() method does not take into account that current array of types can be empty. In this case it fails to increase it. I handle this case and increase the size of the array by 1 instead of INIT_SIZE, because I assume that the user intentionally try to decrease memory usage.
Bug: https://bugs.openjdk.java.net/browse/JDK-8042103 Webrev can be found at: http://cr.openjdk.java.net/~serb/8042103/webrev.00
-- Best regards, Sergey.
- Previous message: [OpenJDK 2D-Dev] RFR: JDK-8042208: Build fails on Solaris using devkit when X isn't installed
- Next message: [OpenJDK 2D-Dev] Dont use libjpeg-internal macros in splashscreen
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]