diff src/share/vm/prims/jni.cpp @ 13630:b1838411e896

Use compile ids assigned by hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 14 Jan 2014 10:14:31 -0800
parents b00553202ec2
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/prims/jni.cpp	Tue Jan 14 10:14:28 2014 -0800
+++ b/src/share/vm/prims/jni.cpp	Tue Jan 14 10:14:31 2014 -0800
@@ -5179,7 +5179,7 @@
     if (graal_compiler != NULL) {
       graal_compiler->initialize();
     } else {
-      assert(!UseCompiler, "why isn't there are compiler?");
+      assert(!UseCompiler, "why isn't there any compiler?");
     }
 #endif