comparison 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
comparison
equal deleted inserted replaced
10031:ebb32c4589f3 10032:4a7dc38ae96b
80 static void blobs_do(void f(CodeBlob* cb)); // iterates over all CodeBlobs 80 static void blobs_do(void f(CodeBlob* cb)); // iterates over all CodeBlobs
81 static void blobs_do(CodeBlobClosure* f); // iterates over all CodeBlobs 81 static void blobs_do(CodeBlobClosure* f); // iterates over all CodeBlobs
82 static void nmethods_do(void f(nmethod* nm)); // iterates over all nmethods 82 static void nmethods_do(void f(nmethod* nm)); // iterates over all nmethods
83 static void alive_nmethods_do(void f(nmethod* nm)); // iterates over all alive nmethods 83 static void alive_nmethods_do(void f(nmethod* nm)); // iterates over all alive nmethods
84 #ifdef GRAAL 84 #ifdef GRAAL
85 //Special method iterating and adding to the mark stack all HotSpotNMethods which are weakly referenced by nmethods. 85 //Special method iterating and marking all HotSpotNMethods which are weakly referenced by nmethods.
86 //This has to be done since the HotSpotNMethods are only referenced from within the nmethods and the GC 86 //This has to be done since the HotSpotNMethods are only referenced from within the nmethods and the GC
87 //believes they are dead since they are not marked. 87 //believes they are dead since they are not marked.
88 static void alive_nmethods_do_graal_methods(OopClosure* closure); 88 static void alive_nmethods_do_graal_methods(OopClosure* closure);
89 #endif 89 #endif
90 // Lookup 90 // Lookup