diff src/share/vm/graal/graalEnv.cpp @ 4603:a1238d5c6991

Small comment fix to test native code building guard in the gate.
author Doug Simon <doug.simon@oracle.com>
date Thu, 16 Feb 2012 23:51:37 +0100
parents 79c91d220d73
children 2f2c6347fce4
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Thu Feb 16 22:58:26 2012 +0100
+++ b/src/share/vm/graal/graalEnv.cpp	Thu Feb 16 23:51:37 2012 +0100
@@ -246,7 +246,7 @@
                                         int index) {
   EXCEPTION_CONTEXT;
 
-  assert(klass->is_linked(), "must be linked before using its constan-pool");
+  assert(klass->is_linked(), "must be linked before using its constant-pool");
 
   constantPoolHandle cpool(thread, klass->constants());