< prev index next >

test/compiler/types/correctness/execution/TypeProfile.java

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

*** 19,32 **** * 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 execution; ! import hierarchies.TypeHierarchy; ! import scenarios.Scenario; /** * Profile type execution scenario. Executes tester method * in a loop without any manipulation with types or instances. */ --- 19,32 ---- * 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.types.correctness.execution; ! import compiler.types.correctness.hierarchies.TypeHierarchy; ! import compiler.types.correctness.scenarios.Scenario; /** * Profile type execution scenario. Executes tester method * in a loop without any manipulation with types or instances. */
< prev index next >