diff -r 9225624168e2 -r 2f967c0e4246 hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp --- a/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Tue May 14 17:08:31 2013 +0200 +++ b/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Wed May 15 11:05:09 2013 +0200 @@ -30,7 +30,7 @@ #include "oops/objArrayKlass.inline.hpp" #include "oops/oop.inline.hpp" -unsigned int MarkSweep::_total_invocations = 0; +uint MarkSweep::_total_invocations = 0; Stack MarkSweep::_marking_stack; Stack MarkSweep::_objarray_stack;