< prev index next >

test/compiler/calls/TestDirtyInt.java

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @run main/native TestDirtyInt */ public class TestDirtyInt { static { System.loadLibrary("TestDirtyInt"); } --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! ! * @run main/native compiler.calls.TestDirtyInt */ + + package compiler.calls; + public class TestDirtyInt { static { System.loadLibrary("TestDirtyInt"); }
< prev index next >