-
Bug
-
Resolution: Fixed
-
P3
-
7u40, 8u20
The JVMUserOptions feature doesn't work as advertised on Mac OSX. The fundamental reason is because the storage mechanisms of the Java Prefrences �API are different from what might be expected, with esoteric rules about what the name of the persistence domain is and what the name of the root element is.
So setting a java.util.prefs.Prefrences is never reflected in the startup of the program.
To fix this, we need to make the launcher honor the esoteric rules of the backing store for Java Preferences on OSX.
So setting a java.util.prefs.Prefrences is never reflected in the startup of the program.
To fix this, we need to make the launcher honor the esoteric rules of the backing store for Java Preferences on OSX.
- relates to
-
JDK-8094725 Mac OS 10.9.3 Java FX launcher has a default value of 1024m
-
- Closed
-
-
JDK-8147586 JDK 1.8 update 66 Mac OS X Native launcher not honouring JVMUserOptions in plist
-
- Closed
-