diff src/share/vm/code/nmethod.hpp @ 7226:8a3efb8c831d

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 14 Dec 2012 13:02:49 +0100
parents 5d0bb7d52783
children 0b646334c5f7
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Fri Dec 14 12:05:35 2012 +0100
+++ b/src/share/vm/code/nmethod.hpp	Fri Dec 14 13:02:49 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