< prev index next > test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
Print this page
/**
* @test
* @requires vm.hasJFR
* @requires vm.flagless
+ * @requires !(vm.opt.final.UseCompactObjectHeaders == true | vm.opt.final.UseShenandoahGC == true)
* @library /test/lib /test/jdk
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
* @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
*/
public class TestSanityDefault {
< prev index next >