We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a85f commit fdc11a1Copy full SHA for fdc11a1
test/jdk/com/sun/jdi/ThreadMemoryLeakTest.java
@@ -28,7 +28,7 @@
28
*
29
* @comment Don't allow -Xcomp or -Xint as they impact memory useage and number of iterations.
30
* Require compressed oops because not doing so increases memory usage.
31
- * @requires (vm.compMode == "Xmixed") & vm.opt.final.UseCompressedOops
+ * @requires (vm.compMode == "Xmixed") & (vm.bits == 32 | vm.opt.final.UseCompressedOops)
32
* @run build TestScaffold VMConnection TargetListener TargetAdapter
33
* @run compile -g ThreadMemoryLeakTest.java
34
* @comment run with -Xmx7m so any leak will quickly produce OOME
0 commit comments