mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8232613: Move Object.registerNatives into HotSpot
Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
This commit is contained in:
parent
68e5c40f6f
commit
574263a884
13 changed files with 312 additions and 136 deletions
|
@ -38,11 +38,6 @@ import jdk.internal.HotSpotIntrinsicCandidate;
|
|||
*/
|
||||
public class Object {
|
||||
|
||||
private static native void registerNatives();
|
||||
static {
|
||||
registerNatives();
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a new object.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue