8071959: java.lang.Object uses implicit default constructor
Reviewed-by: lancea
This commit is contained in:
parent
ce0c1fcc34
commit
51e2269c61
@ -41,6 +41,11 @@ public class Object {
|
|||||||
registerNatives();
|
registerNatives();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs a new object.
|
||||||
|
*/
|
||||||
|
public Object() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the runtime class of this {@code Object}. The returned
|
* Returns the runtime class of this {@code Object}. The returned
|
||||||
* {@code Class} object is the object that is locked by {@code
|
* {@code Class} object is the object that is locked by {@code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user