JDK-8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder (original) (raw)
Mandy Chung mandy.chung at oracle.com
Thu Mar 27 20:49:44 UTC 2014
- Previous message: RFR(S): 8038233 : Fix unsafe strcpy in Java_sun_tools_attach_{Aix, Bsd, Linux}VirtualMachine_connect()
- Next message: JDK-8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This fixes the regression introduced by JDK-8038177 in which the osName field should be initialized before it's accessed in the class static initializer.
https://bugs.openjdk.java.net/browse/JDK-8038451
Webrev at: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8038451/webrev.00/
Thanks Mandy
- Previous message: RFR(S): 8038233 : Fix unsafe strcpy in Java_sun_tools_attach_{Aix, Bsd, Linux}VirtualMachine_connect()
- Next message: JDK-8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]