8350429: runtime/NMT/CheckForProperDetailStackTrace.java should only run for debug JVM

Reviewed-by: stuefe, jsjolen
This commit is contained in:
Zihao Lin 2025-03-25 01:34:11 +00:00 committed by David Holmes
parent 2c60fc5189
commit 5625b43ff4

View File

@ -28,6 +28,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
* @requires vm.debug
* @compile ../modules/CompilerUtils.java
* @run driver CheckForProperDetailStackTrace
*/