hotspot/src/share/vm/opto/runtime.cpp
changeset 22551 9bf46d16dcc6
parent 22505 4523090c9674
child 22876 57aa8995d43b
--- a/hotspot/src/share/vm/opto/runtime.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -568,8 +568,7 @@
 const TypeFunc *OptoRuntime::uncommon_trap_Type() {
   // create input type (domain)
   const Type **fields = TypeTuple::fields(1);
-  // Symbol* name of class to be loaded
-  fields[TypeFunc::Parms+0] = TypeInt::INT;
+  fields[TypeFunc::Parms+0] = TypeInt::INT; // trap_reason (deopt reason and action)
   const TypeTuple *domain = TypeTuple::make(TypeFunc::Parms+1, fields);
 
   // create result type (range)