< prev index next >

test/compiler/escapeAnalysis/Test8020215.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,35 **** /* * @test * @bug 8020215 * @summary Different execution plan when using JIT vs interpreter ! * @run main Test8020215 */ import java.util.ArrayList; import java.util.List; public class Test8020215 { public static class NamedObject { --- 23,38 ---- /* * @test * @bug 8020215 * @summary Different execution plan when using JIT vs interpreter ! * ! * @run main compiler.escapeAnalysis.Test8020215 */ + package compiler.escapeAnalysis; + import java.util.ArrayList; import java.util.List; public class Test8020215 { public static class NamedObject {
< prev index next >