Code review: 7126979 (props) JCK test java_lang/System/GetProperties.java failing [macosx] (original) (raw)
Michael McMahon michael.x.mcmahon at oracle.com
Thu Jan 12 03:22:08 PST 2012
- Previous message: hg: jdk7u/jdk7u-osx/jdk: 7124283: [macosx] Can't move focus out of a table with the keyboard.
- Next message: Code review: 7126979 (props) JCK test java_lang/System/GetProperties.java failing [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Could I get the following change for jdk7u-osx reviewed please?
http://cr.openjdk.java.net/~michaelm/7126979/webrev.1/
The freeProps() call added by mac port can only be called once. Issue seen if System.setProperties(null) is called. GetJavaProperties() called a second time, which is supposed to return the statically populated information from first call. But some of it has been freed already.
Fix is to remove the freeProps() code added in the original port changeset. The fix reverts the mac specific code to the original version.
- Michael
- Previous message: hg: jdk7u/jdk7u-osx/jdk: 7124283: [macosx] Can't move focus out of a table with the keyboard.
- Next message: Code review: 7126979 (props) JCK test java_lang/System/GetProperties.java failing [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]