JDK-8141654 : Tests missing -XX:+UnlockDiagnosticVMOptions
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-11-06
  • Updated: 2015-11-29
  • Resolved: 2015-11-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b94Fixed
Related Reports
Relates :  
Description
Use of a diagnostic option must be preceeded by the unlock option in non-debug builds.  Some tests are using diagnostic options without the unlock.

hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java 
This is a WhiteBox test, invoked with -XX:+WhiteBoxAPI.

hotspot/test/gc/g1/TestEagerReclaimHumongousRegionClearMarkBits.java
This test uses -XX:+VerifyAfterGC.

Comments
Regression due to my fix for JDK-8129855. Kim, I'm working on JDK-8141706, so you can leave this up to me and set this one as a duplicate of mine.
09-11-2015