simonis [Wed, 27 Feb 2013 09:40:30 +0100] rev 15855
8008959: Fix non-PCH build on Linux, Windows and MacOS X
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
Reviewed-by: coleenp, stefank, dholmes
dcubed [Thu, 28 Feb 2013 05:55:18 -0800] rev 15854
Merge
dcubed [Wed, 27 Feb 2013 15:00:30 -0800] rev 15853
8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock.
Reviewed-by: sla, acorn
kevinw [Wed, 27 Feb 2013 22:40:14 +0000] rev 15852
7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
Reviewed-by: poonam, sla