< prev index next >

test/compiler/c2/cr6589834/InlinedArrayCloneTestCase.java

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

*** 19,28 **** --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + package compiler.c2.cr6589834; + public class InlinedArrayCloneTestCase implements Runnable { private Test_ia32 executionController; public InlinedArrayCloneTestCase(Test_ia32 executionController) { this.executionController = executionController;
< prev index next >