--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp Thu May 07 17:09:48 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp Mon May 11 16:30:56 2009 -0700
@@ -80,5 +80,5 @@
void yield();
// shutdown
- static void stop();
+ void stop();
};