Skip to content

Commit 14093f8

Browse files
author
duke
committedOct 24, 2023
Automatic merge of jdk:master into master
2 parents a08e315 + eb59167 commit 14093f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointersEncodingScheme.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @summary Testing that, faced with a given (possibly odd) mapping address of class space, the encoding
2727
* scheme fits the address
28-
* @requires vm.bits == 64 & !vm.graal.enabled
28+
* @requires vm.bits == 64 & !vm.graal.enabled & vm.debug == true
2929
* @requires vm.flagless
3030
* @library /test/lib
3131
* @modules java.base/jdk.internal.misc

0 commit comments

Comments
 (0)
Please sign in to comment.