hotspot/src/share/vm/memory/referenceProcessor.cpp
changeset 4493 9204129f065e
parent 3690 dba50b88bd50
child 4573 6358f8c9ed3b
--- a/hotspot/src/share/vm/memory/referenceProcessor.cpp	Mon Dec 14 13:26:29 2009 -0700
+++ b/hotspot/src/share/vm/memory/referenceProcessor.cpp	Wed Dec 16 12:54:49 2009 -0500
@@ -299,8 +299,8 @@
 
 
 template <class T>
-static bool enqueue_discovered_ref_helper(ReferenceProcessor* ref,
-                                          AbstractRefProcTaskExecutor* task_executor) {
+bool enqueue_discovered_ref_helper(ReferenceProcessor* ref,
+                                   AbstractRefProcTaskExecutor* task_executor) {
 
   // Remember old value of pending references list
   T* pending_list_addr = (T*)java_lang_ref_Reference::pending_list_addr();