Skip to content

Commit

Permalink
8318691: runtime/CompressedOops/CompressedClassPointersEncodingScheme…
Browse files Browse the repository at this point in the history
….java fails with release VMs

Reviewed-by: ccheung
  • Loading branch information
DamonFool committed Oct 24, 2023
1 parent 1b15011 commit eb59167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @test
* @summary Testing that, faced with a given (possibly odd) mapping address of class space, the encoding
* scheme fits the address
* @requires vm.bits == 64 & !vm.graal.enabled
* @requires vm.bits == 64 & !vm.graal.enabled & vm.debug == true
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
Expand Down

1 comment on commit eb59167

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.