< prev index next >

test/compiler/classUnloading/methodUnloading/WorkerClass.java

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

*** 22,31 **** --- 22,34 ---- */ /** * Worker class that is dynamically loaded/unloaded by TestMethodUnloading. */ + + package compiler.classUnloading.methodUnloading; + public class WorkerClass { /** * We override hashCode here to be able to access this implementation * via an Object reference (we cannot cast to WorkerClass). */
< prev index next >