diff src/share/vm/code/nmethod.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents 1baf7f1e3f23
children 0b646334c5f7
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/code/nmethod.hpp	Wed Dec 12 21:36:40 2012 +0100
@@ -118,8 +118,6 @@
 
 #ifdef GRAAL
   // Needed to keep nmethods alive that are not the default nmethod for the associated Method.
-  // This field is initialized to Universe::non_oop_word() so that a non-default nmethod
-  // is not unloaded between being allocated and having this field set in the Graal specific code
   oop       _graal_installed_code;
 #endif