jdk/src/java.base/share/classes/java/lang/Object.java
changeset 28685 6e8154707178
parent 28683 a36c179aa292
child 31671 362e0c0acece
--- a/jdk/src/java.base/share/classes/java/lang/Object.java	Thu Jan 29 15:35:29 2015 -0800
+++ b/jdk/src/java.base/share/classes/java/lang/Object.java	Thu Jan 29 16:16:35 2015 -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.