--- old/src/java.base/share/classes/java/lang/Object.java 2015-01-29 15:50:03.408245921 -0800 +++ new/src/java.base/share/classes/java/lang/Object.java 2015-01-29 15:50:03.252167918 -0800 @@ -42,6 +42,11 @@ } /** + * Constructs a new object. + */ + public Object() {} + + /** * Returns the runtime class of this {@code Object}. The returned * {@code Class} object is the object that is locked by {@code * static synchronized} methods of the represented class.