comparison src/share/vm/opto/parse2.cpp @ 989:148e5441d916

6863023: need non-perm oops in code cache for JSR 292 Summary: Make a special root-list for those few nmethods which might contain non-perm oops. Reviewed-by: twisti, kvn, never, jmasa, ysr
author jrose
date Tue, 15 Sep 2009 21:53:47 -0700
parents bd02caa94611
children b2b6a9bf6238
comparison
equal deleted inserted replaced
987:00977607da34 989:148e5441d916
1323 NULL, "unresolved_klass"); 1323 NULL, "unresolved_klass");
1324 break; 1324 break;
1325 } 1325 }
1326 } 1326 }
1327 } 1327 }
1328 push_constant(constant); 1328 bool pushed = push_constant(constant, true);
1329 guarantee(pushed, "must be possible to push this constant");
1329 } 1330 }
1330 1331
1331 break; 1332 break;
1332 1333
1333 case Bytecodes::_aload_0: 1334 case Bytecodes::_aload_0: