hotspot/src/share/vm/gc_implementation/shared/markSweep.inline.hpp
changeset 17105 25b392a7740d
parent 15482 470d0b0c09f1
child 21916 4977554a0c5e
--- a/hotspot/src/share/vm/gc_implementation/shared/markSweep.inline.hpp	Mon Apr 22 10:10:09 2013 +0200
+++ b/hotspot/src/share/vm/gc_implementation/shared/markSweep.inline.hpp	Mon Apr 22 20:27:36 2013 +0200
@@ -76,7 +76,7 @@
   _objarray_stack.push(task);
 }
 
-template <class T> inline void MarkSweep::adjust_pointer(T* p, bool isroot) {
+template <class T> inline void MarkSweep::adjust_pointer(T* p) {
   T heap_oop = oopDesc::load_heap_oop(p);
   if (!oopDesc::is_null(heap_oop)) {
     oop obj     = oopDesc::decode_heap_oop_not_null(heap_oop);