< prev index next >

test/runtime/valhalla/valuetypes/VTBufferTest.java

Print this page

        

*** 24,36 **** /* * @test VTBufferTest * @summary Value Type interpreter value buffering test * @library /test/lib * @build ValueTypeGenerator ! * @run main/othervm -noverify -Xint -XX:+EnableValhalla VTBufferTest generate-and-run ! * @run main/othervm -noverify -Xint -XX:+EnableValhalla -XX:ValueTypesBufferMaxMemory=0 VTBufferTest generate-and-run ! * @run main/othervm -noverify -Xint -XX:+EnableValhalla -XX:BigValueTypeThreshold=196 VTBufferTest generate-and-run */ /* This test generates its source code. * To reproduce a run (for instance to investigate a failure), look at * the test output and search for a line starting with "Seed=". The value --- 24,36 ---- /* * @test VTBufferTest * @summary Value Type interpreter value buffering test * @library /test/lib * @build ValueTypeGenerator ! * @run main/othervm -Xint -XX:+EnableValhalla VTBufferTest generate-and-run ! * @run main/othervm -Xint -XX:+EnableValhalla -XX:ValueTypesBufferMaxMemory=0 VTBufferTest generate-and-run ! * @run main/othervm -Xint -XX:+EnableValhalla -XX:BigValueTypeThreshold=196 VTBufferTest generate-and-run */ /* This test generates its source code. * To reproduce a run (for instance to investigate a failure), look at * the test output and search for a line starting with "Seed=". The value
< prev index next >