-
Enhancement
-
Resolution: Fixed
-
P3
-
11
-
None
-
b10
It is currently easy to add new JVM features to the JVM build, but it is not possible to remove features.
With this change, features can be both added or removed from the default set. They are added using --with-jvm-features=f1,f2 and removed using --with-jvm-features=-f1,-f2. The syntax can be combined, so --with-jvm-features=dtrace,-nmt will enable dtrace but disable native memory tracking.
With this change, features can be both added or removed from the default set. They are added using --with-jvm-features=f1,f2 and removed using --with-jvm-features=-f1,-f2. The syntax can be combined, so --with-jvm-features=dtrace,-nmt will enable dtrace but disable native memory tracking.
- relates to
-
JDK-8201508 Macosx builds fail in GenerateLinkOptData.gmk
-
- Resolved
-
-
JDK-8201584 Fix configure on SLES 11 after 8201483
-
- Resolved
-