hotspot/test/compiler/dependencies/MonomorphicObjectCall/java/lang/Object.java
changeset 31856 614d6786ba55
parent 31587 e48945b7849c
equal deleted inserted replaced
31855:1550546a6e8e 31856:614d6786ba55
    56 
    56 
    57     public String toString() {
    57     public String toString() {
    58         return getClass().getName() + "@" + Integer.toHexString(hashCode());
    58         return getClass().getName() + "@" + Integer.toHexString(hashCode());
    59     }
    59     }
    60 
    60 
       
    61     @HotSpotIntrinsicCandidate
    61     public final native void notify();
    62     public final native void notify();
    62 
    63 
       
    64     @HotSpotIntrinsicCandidate
    63     public final native void notifyAll();
    65     public final native void notifyAll();
    64 
    66 
    65     public final native void wait(long timeout) throws InterruptedException;
    67     public final native void wait(long timeout) throws InterruptedException;
    66 
    68 
    67     public final void wait(long timeout, int nanos) throws InterruptedException {
    69     public final void wait(long timeout, int nanos) throws InterruptedException {