Mon, 28 Jul 2014 23:46:03 -0700 8030942: Explicitly state floating-point summation requirements on non-finite inputs
darcy [Mon, 28 Jul 2014 23:46:03 -0700] rev 25753
8030942: Explicitly state floating-point summation requirements on non-finite inputs Reviewed-by: psandoz
Mon, 28 Jul 2014 16:24:38 +0100 8051422: Remove JNDI dependency on java.applet.Applet
prappo [Mon, 28 Jul 2014 16:24:38 +0100] rev 25752
8051422: Remove JNDI dependency on java.applet.Applet Reviewed-by: alanb, chegar
Fri, 25 Jul 2014 15:07:49 +0200 8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
jbachorik [Fri, 25 Jul 2014 15:07:49 +0200] rev 25751
8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193 Reviewed-by: dfuchs, egahlin, olagneau
Fri, 25 Jul 2014 17:11:03 +0800 8051953: Add Unreachable.java test to ProblemList on Windows
weijun [Fri, 25 Jul 2014 17:11:03 +0800] rev 25750
8051953: Add Unreachable.java test to ProblemList on Windows Reviewed-by: chegar
Thu, 24 Jul 2014 22:22:43 +0100 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
robm [Thu, 24 Jul 2014 22:22:43 +0100] rev 25749
8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux Reviewed-by: mullan Contributed-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Thu, 24 Jul 2014 09:01:00 -0700 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
mduigou [Thu, 24 Jul 2014 09:01:00 -0700] rev 25748
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object Reviewed-by: psandoz, chegar
Fri, 01 Aug 2014 14:09:19 -0700 Added tag jdk9-b25 for changeset 48b43b7b9e0c
tbell [Fri, 01 Aug 2014 14:09:19 -0700] rev 25747
Added tag jdk9-b25 for changeset 48b43b7b9e0c
Wed, 05 Jul 2017 19:53:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:00 +0200] rev 25746
Merge
Mon, 04 Aug 2014 15:34:37 -0700 Merge
lana [Mon, 04 Aug 2014 15:34:37 -0700] rev 25745
Merge
Thu, 24 Jul 2014 13:18:15 -0700 Merge
amurillo [Thu, 24 Jul 2014 13:18:15 -0700] rev 25744
Merge
Thu, 24 Jul 2014 14:38:26 +0200 Merge
rbackman [Thu, 24 Jul 2014 14:38:26 +0200] rev 25743
Merge
Fri, 18 Jul 2014 09:04:01 +0200 8050978: Fix bad field access check in C1 and C2
goetz [Fri, 18 Jul 2014 09:04:01 +0200] rev 25742
8050978: Fix bad field access check in C1 and C2 Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime. Reviewed-by: kvn, vlivanov Contributed-by: andreas.schoesser@sap.com
Wed, 23 Jul 2014 07:53:24 +0200 8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
thartmann [Wed, 23 Jul 2014 07:53:24 +0200] rev 25741
8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register Summary: Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad). Reviewed-by: kvn, iveresov
Thu, 17 Jul 2014 10:21:31 +0200 8050972: Concurrency problem in PcDesc cache
mdoerr [Thu, 17 Jul 2014 10:21:31 +0200] rev 25740
8050972: Concurrency problem in PcDesc cache Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently. Reviewed-by: kvn, dholmes, dcubed
Mon, 21 Jul 2014 10:25:58 +0200 8051303: 'optimized' build broken by JDK-8039425
anoll [Mon, 21 Jul 2014 10:25:58 +0200] rev 25739
8051303: 'optimized' build broken by JDK-8039425 Summary: Changed preprocessor directive in PhaseIterGVN::optimize() Reviewed-by: kvn, anoll Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Sat, 19 Jul 2014 13:43:02 +0400 Merge
iignatyev [Sat, 19 Jul 2014 13:43:02 +0400] rev 25738
Merge
Sat, 19 Jul 2014 00:34:40 +0400 8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
iignatyev [Sat, 19 Jul 2014 00:34:40 +0400] rev 25737
8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED: Reviewed-by: kvn
Sat, 19 Jul 2014 00:34:20 +0400 8032449: Get rid of JMX in test/compiler
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler Reviewed-by: kvn
Sat, 19 Jul 2014 00:33:37 +0400 8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage Reviewed-by: kvn
Sat, 19 Jul 2014 00:32:23 +0400 6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out Reviewed-by: kvn, iignatyev
Sat, 19 Jul 2014 00:30:54 +0400 8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
fzhinkin [Sat, 19 Jul 2014 00:30:54 +0400] rev 25733
8050144: Remove '-client' from compiler/8004051/Test8004051.java's options Reviewed-by: kvn
Sat, 19 Jul 2014 00:29:20 +0400 8048882: Some regression tests are not robust with VM output
ppunegov [Sat, 19 Jul 2014 00:29:20 +0400] rev 25732
8048882: Some regression tests are not robust with VM output Reviewed-by: kvn, iignatyev
Wed, 23 Jul 2014 14:06:28 -0700 Merge
jmasa [Wed, 23 Jul 2014 14:06:28 -0700] rev 25731
Merge
Mon, 21 Jul 2014 10:00:31 +0200 8048112: G1 Full GC needs to support the case when the very first region is not available
tschatzl [Mon, 21 Jul 2014 10:00:31 +0200] rev 25730
8048112: G1 Full GC needs to support the case when the very first region is not available Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip