diff src/share/vm/runtime/objectMonitor.inline.hpp @ 1878:fa83ab460c54

6988353: refactor contended sync subsystem Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
author acorn
date Fri, 22 Oct 2010 15:59:34 -0400
parents c18cbe5936b8
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/runtime/objectMonitor.inline.hpp	Mon Oct 18 09:33:24 2010 -0700
+++ b/src/share/vm/runtime/objectMonitor.inline.hpp	Fri Oct 22 15:59:34 2010 -0400
@@ -104,7 +104,3 @@
   _count = 0;
 }
 
-
-// here are the platform-dependent bodies:
-
-# include "incls/_objectMonitor_pd.inline.hpp.incl"