< prev index next >

test/compiler/types/correctness/scenarios/ProfilingType.java

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

*** 19,29 **** * 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 scenarios; public enum ProfilingType { /** type profiling of return values of reference types from an invoke */ RETURN, /** type profiling for reference parameters on method entries */ --- 19,29 ---- * 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.scenarios; public enum ProfilingType { /** type profiling of return values of reference types from an invoke */ RETURN, /** type profiling for reference parameters on method entries */
< prev index next >