8266264: mark hotspot compiler/eliminateAutobox tests which ignore VM flags

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2021-04-29 03:51:40 +00:00
parent 6b263e6832
commit df3b2d0495

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 8261137
* @requires vm.flagless
* @requires vm.debug == true & vm.compiler2.enabled
* @summary Verify that box object is scalarized in case it is directly referenced by debug info.
* @library /test/lib