diff src/share/vm/code/codeCache.hpp @ 10032:4a7dc38ae96b

Checkstyle fixes
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 12 Jun 2013 11:36:54 +0200
parents ebb32c4589f3
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/code/codeCache.hpp	Tue Jun 11 19:59:52 2013 +0200
+++ b/src/share/vm/code/codeCache.hpp	Wed Jun 12 11:36:54 2013 +0200
@@ -82,7 +82,7 @@
   static void nmethods_do(void f(nmethod* nm));     // iterates over all nmethods
   static void alive_nmethods_do(void f(nmethod* nm)); // iterates over all alive nmethods
 #ifdef GRAAL
-  //Special method iterating and adding to the mark stack all HotSpotNMethods which are weakly referenced by nmethods.
+  //Special method iterating and marking all HotSpotNMethods which are weakly referenced by nmethods.
   //This has to be done since the HotSpotNMethods are only referenced from within the nmethods and the GC
   //believes they are dead since they are not marked.
   static void alive_nmethods_do_graal_methods(OopClosure* closure);