hotspot/test/compiler/dependencies/MonomorphicObjectCall/java/lang/Object.java
changeset 31856 614d6786ba55
parent 31587 e48945b7849c
--- a/hotspot/test/compiler/dependencies/MonomorphicObjectCall/java/lang/Object.java	Sat Jul 18 04:53:32 2015 +0200
+++ b/hotspot/test/compiler/dependencies/MonomorphicObjectCall/java/lang/Object.java	Tue Jul 21 07:28:37 2015 -0700
@@ -58,8 +58,10 @@
         return getClass().getName() + "@" + Integer.toHexString(hashCode());
     }
 
+    @HotSpotIntrinsicCandidate
     public final native void notify();
 
+    @HotSpotIntrinsicCandidate
     public final native void notifyAll();
 
     public final native void wait(long timeout) throws InterruptedException;