< prev index next >

test/compiler/codecache/jmx/CodeCacheUtils.java

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

*** 19,36 **** * 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. */ import jdk.test.lib.Asserts; import jdk.test.lib.Utils; - import java.lang.management.MemoryPoolMXBean; - import javax.management.Notification; import sun.hotspot.WhiteBox; import sun.hotspot.code.BlobType; import sun.hotspot.code.CodeBlob; public final class CodeCacheUtils { /** * Returns the value to be used for code heap allocation */ --- 19,39 ---- * 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.codecache.jmx; + import jdk.test.lib.Asserts; import jdk.test.lib.Utils; import sun.hotspot.WhiteBox; import sun.hotspot.code.BlobType; import sun.hotspot.code.CodeBlob; + import javax.management.Notification; + import java.lang.management.MemoryPoolMXBean; + public final class CodeCacheUtils { /** * Returns the value to be used for code heap allocation */
< prev index next >