< prev index next >

test/hotspot/jtreg/runtime/InvocationTests/shared/AccessCheck.java

Print this page

        

*** 24,35 **** package shared; import static jdk.internal.org.objectweb.asm.Opcodes.*; ! /** ! * * @author vi158347 */ public class AccessCheck { public static boolean isAbstract(int access) { return (access & ACC_ABSTRACT) != 0; --- 24,34 ---- package shared; import static jdk.internal.org.objectweb.asm.Opcodes.*; ! /* * @author vi158347 */ public class AccessCheck { public static boolean isAbstract(int access) { return (access & ACC_ABSTRACT) != 0;
< prev index next >