-
Enhancement
-
Resolution: Fixed
-
P3
-
6u23
-
b96
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230306 | 8u241 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-2207224 | emb-8u241 | Unassigned | P3 | Closed | Won't Fix | team |
Support for garbage collection algorithms is restricted to the Serial
Collector and the ConcurrentLowPause Collector (CMS).
There was a limited set of GC options available in the list of supported
java-vm-args of the j2se element:
http://download.oracle.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#jnlp
This list was recently considerably enhanced:
CR# 6953324 (RFE)
Please add more options to the list of secure jnlp properties
Implemented in Java SE 6 Update 23
Unfortunately, support for prominent garbage collection algorithms
was not regarded in CR# 6953324.
This request is to increase the list of supported options again with the
following ones:
-XX:[+,-]UseParallelOldGC
-XX:[+,-]UseParallelOldGCCompacting
-XX:[+,-]UseParallelGC
-XX:GCTimeLimit
-XX:GCHeapFreeLimit
-XX:[+,-]UseGCTimeLimit
-XX:[+,-]UseGCOverheadLimit
-XX:[+,-]ScavengeBeforeFullGC
-XX:[+,-]UseParallelScavenge
- backported by
-
JDK-8230306 enhance the list of secure jnlp vm-args for plugin and web start
-
- Resolved
-
-
JDK-2207224 enhance the list of secure jnlp vm-args for plugin and web start
-
- Closed
-
- duplicates
-
JDK-8129750 Add new secure vm args to allow using new String Deduplication feature with webstart
-
- Closed
-
-
JDK-8078230 -XstartOnFirstThread needs to be allowed as argument in java-vm-args
-
- Closed
-
- relates to
-
JDK-7160619 enhance the list of secure jnlp properties to support useLegacyMergeSort
-
- Resolved
-
-
JDK-8162110 Update list of secure properties and secure vm args
-
- Resolved
-
-
JDK-8239108 Java Web-Start no longer initiates
-
- Closed
-
-
JDK-6953324 Please add more options to the list of secure jnlp properties
-
- Resolved
-