equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * This class consists of the following java code, but has an illegal class |
25 * This class consists of the following java code, but has an illegal class |
26 * access_flags value of 0x8000, that should be ignored by the JVM. |
26 * access_flags value of 0x8000, that should be ignored by the JVM because |
|
27 * the class file version is < 53. |
27 * |
28 * |
28 * public class acc_module { |
29 * public class acc_module { |
29 * public static void main(String[] args) { |
30 * public static void main(String[] args) { |
30 * System.out.println("hello"); |
31 * System.out.println("hello"); |
31 * } |
32 * } |