You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Object.java 148B

123456
  1. package java.lang;
  2. /** @testcase PR#762 Compiling java.lang.Object with ajc yields non-verifying bytecode */
  3. public class Object { // CE 5 here?
  4. }