changeset 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 ebd98fc68b67
children ad0440b099ff
files src/share/vm/graal/graalEnv.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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());