coleenp [Thu, 28 Feb 2013 18:37:41 -0500] rev 15857
Merge
coleenp [Wed, 27 Feb 2013 07:35:32 -0500] rev 15856
Merge
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
kevinw [Wed, 27 Feb 2013 16:40:30 +0000] rev 15851
Merge
kevinw [Wed, 27 Feb 2013 14:02:26 +0000] rev 15850
8008807: SA: jstack crash when target has mismatched bitness (Linux)
Reviewed-by: rbackman, sla, poonam
dholmes [Wed, 27 Feb 2013 04:58:45 -0500] rev 15849
Merge
mikael [Tue, 26 Feb 2013 08:54:03 -0800] rev 15848
8008081: Print outs do not have matching arguments
Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function
Reviewed-by: sla, dholmes
stefank [Thu, 21 Feb 2013 17:22:15 +0100] rev 15847
8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
Summary: SystemDictionary::find(...) should not create and register ClassLoaderData objects for class loaders.
Reviewed-by: coleenp, acorn
Contributed-by: Stefan Karlsson <stefan.karlsson@oracle.com>, Erik Helin <erik.helin@oracle.com>
amurillo [Fri, 01 Mar 2013 04:58:31 -0800] rev 15846
8009226: new hotspot build - hs25-b22
Reviewed-by: jcoomes
katleman [Thu, 07 Mar 2013 11:17:36 -0800] rev 15845
Added tag jdk8-b80 for changeset 8a6e09ace0d3
tbell [Tue, 12 Mar 2013 22:08:13 -0700] rev 15844
8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk
Reviewed-by: katleman
katleman [Mon, 11 Mar 2013 13:41:41 -0700] rev 15843
Merge
erikj [Wed, 06 Mar 2013 10:50:37 +0100] rev 15842
8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
Reviewed-by: tbell