8071959: java.lang.Object uses implicit default constructor

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2015-01-29 16:16:35 -08:00
parent ce0c1fcc34
commit 51e2269c61

View File

@ -41,6 +41,11 @@ public class Object {
registerNatives();
}
/**
* 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