# HG changeset patch # User Doug Simon # Date 1329432697 -3600 # Node ID a1238d5c6991b0efc8ea21a915a1167ebadd81ec # Parent ebd98fc68b6758807d66c95866ba3f572e3d5f62 Small comment fix to test native code building guard in the gate. diff -r ebd98fc68b67 -r a1238d5c6991 src/share/vm/graal/graalEnv.cpp --- 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());