kvn [Thu, 24 May 2012 18:39:44 -0700] rev 12743
Merge
roland [Mon, 21 May 2012 09:46:02 +0200] rev 12742
7169934: pow(x,y) or x64 computes incorrect result when x<0 and y is an odd integer
Summary: bad test for parity of y in pow(x,y) (c1, interpreter)
Reviewed-by: kvn, twisti
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
dholmes [Wed, 09 May 2012 04:32:34 -0400] rev 12727
Merge
dholmes [Wed, 09 May 2012 00:28:45 -0400] rev 12726
7167406: (Zero) Fix for InvokeDynamic needed
Reviewed-by: chrisphi, dholmes
Contributed-by: Andrew Dinn <adinn@redhat.com>
sla [Tue, 08 May 2012 20:28:35 +0200] rev 12725
7162726: Wrong filter predicate of visible locals in SA JSJavaFrame
Reviewed-by: sla, dcubed
Contributed-by: Krystal Mok <rednaxelafx@gmail.com>
amurillo [Fri, 18 May 2012 14:57:28 -0700] rev 12724
7170006: new hotspot build - hs24-b12
Reviewed-by: jcoomes
katleman [Thu, 24 May 2012 16:15:37 -0700] rev 12723
Added tag jdk8-b40 for changeset 287fd8991324
katleman [Thu, 24 May 2012 16:15:30 -0700] rev 12722
Added tag jdk8-b40 for changeset 7693b47ff4f5
duke [Wed, 05 Jul 2017 18:11:33 +0200] rev 12721
Added tag jdk8-b40 for changeset 6e4e654931b9
duke [Wed, 05 Jul 2017 18:11:33 +0200] rev 12720
Merge
duke [Wed, 05 Jul 2017 18:11:30 +0200] rev 12719
Merge
lana [Mon, 21 May 2012 11:44:49 -0700] rev 12718
Merge
lana [Fri, 11 May 2012 12:53:43 -0700] rev 12717
Merge
sundar [Fri, 11 May 2012 20:06:00 +0530] rev 12716
7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Reviewed-by: mcimadamore
ksrini [Thu, 10 May 2012 12:32:58 -0700] rev 12715
7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
ksrini [Fri, 04 May 2012 07:55:51 -0700] rev 12714
7166010: (javac) JavacMessager incorrectly restores log source file
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com