< prev index next >

test/hotspot/jtreg/runtime/logging/CompressedOopsTest.java

Print this page

        

*** 22,33 **** */ /* * @test * @bug 8149991 ! * @requires (sun.arch.data.model == "64") ! * @requires vm.opt.final.UseCompressedOops * @summary -Xlog:gc+heap+coops=info should have output from the code * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver CompressedOopsTest --- 22,32 ---- */ /* * @test * @bug 8149991 ! * @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true * @summary -Xlog:gc+heap+coops=info should have output from the code * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver CompressedOopsTest
< prev index next >