hotspot/src/share/vm/opto/runtime.cpp
changeset 8076 96d498ec7ae1
parent 7397 5b173b4ca846
child 8107 78e5bd944384
--- a/hotspot/src/share/vm/opto/runtime.cpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Thu Jan 27 16:11:27 2011 -0800
@@ -477,7 +477,7 @@
 const TypeFunc *OptoRuntime::uncommon_trap_Type() {
   // create input type (domain)
   const Type **fields = TypeTuple::fields(1);
-  // symbolOop name of class to be loaded
+  // Symbol* name of class to be loaded
   fields[TypeFunc::Parms+0] = TypeInt::INT;
   const TypeTuple *domain = TypeTuple::make(TypeFunc::Parms+1, fields);
 
@@ -586,7 +586,7 @@
 const TypeFunc *OptoRuntime::Math_D_D_Type() {
   // create input type (domain)
   const Type **fields = TypeTuple::fields(2);
-  // symbolOop name of class to be loaded
+  // Symbol* name of class to be loaded
   fields[TypeFunc::Parms+0] = Type::DOUBLE;
   fields[TypeFunc::Parms+1] = Type::HALF;
   const TypeTuple *domain = TypeTuple::make(TypeFunc::Parms+2, fields);