twisti [Fri, 18 May 2012 12:20:24 -0700] rev 12741
7170053: crash in C2 when using -XX:+CountCompiledCalls
Reviewed-by: kvn, twisti
Contributed-by: Krystal Mok <sajia@taobao.com>
roland [Fri, 18 May 2012 15:50:09 +0200] rev 12740
7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
Summary: null checks in "compressed oops with base" mode may trigger a SIGBUS rather than a SIGSEGV.
Reviewed-by: dsamersoff, dcubed, rbackman, kvn
roland [Tue, 15 May 2012 10:10:23 +0200] rev 12739
7133857: exp() and pow() should use the x87 ISA on x86
Summary: use x87 instructions to implement exp() and pow() in interpreter/c1/c2.
Reviewed-by: kvn, never, twisti
zgu [Tue, 22 May 2012 20:29:05 -0400] rev 12738
Merge
dcubed [Fri, 18 May 2012 09:15:15 -0700] rev 12737
7170010: conditional "ZIP_DEBUGINFO_FILES ?= 0" setting is not reliable on Windows
Summary: Always disable ZIP_DEBUGINFO_FILES on Windows.
Reviewed-by: acorn
dcubed [Wed, 16 May 2012 12:47:27 -0700] rev 12736
7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86
Summary: Disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn
nloodin [Thu, 10 May 2012 15:44:19 +0200] rev 12735
7165755: OS Information much longer on linux than other platforms
Reviewed-by: sla, dholmes
dcubed [Tue, 15 May 2012 15:16:14 -0700] rev 12734
7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make
Reviewed-by: sspitsyn, acorn
dcubed [Tue, 15 May 2012 11:27:24 -0700] rev 12733
Merge
dcubed [Tue, 15 May 2012 10:52:24 -0700] rev 12732
7165060: dtrace tests fail with FDS debug info files
Summary: Work around 'gobjcopy --add-gnu-debuglink' failure by adding a temporary tool that adds the '.gnu_debuglink' section and nothing more.
Reviewed-by: sspitsyn, acorn
zgu [Sat, 12 May 2012 06:50:41 -0400] rev 12731
Merge
zgu [Thu, 10 May 2012 18:19:53 -0400] rev 12730
Merge
kevinw [Fri, 11 May 2012 17:24:32 +0100] rev 12729
7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG.
Reviewed-by: kvn
nloodin [Wed, 09 May 2012 16:24:07 +0200] rev 12728
7163117: Agent can't connect to process on Mac OSX
Reviewed-by: dholmes, coleenp, sla, minqi, kvn