8232613: Move Object.registerNatives into HotSpot

Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
This commit is contained in:
Claes Redestad 2019-10-24 09:57:29 +02:00
parent 68e5c40f6f
commit 574263a884
13 changed files with 312 additions and 136 deletions

View file

@ -38,11 +38,6 @@ import jdk.internal.HotSpotIntrinsicCandidate;
*/
public class Object {
private static native void registerNatives();
static {
registerNatives();
}
/**
* Constructs a new object.
*/