Wed, 27 May 2015 14:42:58 +0300 8079652: Could not enable D3D pipeline
vadim [Wed, 27 May 2015 14:42:58 +0300] rev 31154
8079652: Could not enable D3D pipeline Reviewed-by: prr, serb
Tue, 16 Jun 2015 10:11:02 -0700 8098850: Remove remaining native2ascii resource files and man pages
mchung [Tue, 16 Jun 2015 10:11:02 -0700] rev 31153
8098850: Remove remaining native2ascii resource files and man pages Reviewed-by: alanb
Mon, 15 Jun 2015 13:12:12 +0200 8081412: Remove MHIllegalAccess.java from the problem list
aeriksso [Mon, 15 Jun 2015 13:12:12 +0200] rev 31152
8081412: Remove MHIllegalAccess.java from the problem list Reviewed-by: darcy
Tue, 16 Jun 2015 13:13:05 +0200 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
dl [Tue, 16 Jun 2015 13:13:05 +0200] rev 31151
8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T Reviewed-by: psandoz, martin
Tue, 16 Jun 2015 12:15:54 +0200 8080933: LogManager.demandSystemLogger should accept a 'caller' argument.
dfuchs [Tue, 16 Jun 2015 12:15:54 +0200] rev 31150
8080933: LogManager.demandSystemLogger should accept a 'caller' argument. Summary: The caller's class is now passed to LogManager.demandSystemLogger Reviewed-by: mchung
Mon, 15 Jun 2015 10:56:31 -0700 Merge
amurillo [Mon, 15 Jun 2015 10:56:31 -0700] rev 31149
Merge
Thu, 11 Jun 2015 12:02:13 -0700 Merge
amurillo [Thu, 11 Jun 2015 12:02:13 -0700] rev 31148
Merge
Thu, 04 Jun 2015 19:24:28 -0700 Merge
kvn [Thu, 04 Jun 2015 19:24:28 -0700] rev 31147
Merge
Wed, 03 Jun 2015 12:54:08 -0700 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn [Wed, 03 Jun 2015 12:54:08 -0700] rev 31146
8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose, aph, ascarpino, fweimer
Fri, 12 Jun 2015 17:06:28 -0700 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
bpb [Fri, 12 Jun 2015 17:06:28 -0700] rev 31145
8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems Summary: On Mac OS X use statfs() instead of statvfs(). Reviewed-by: alanb
Fri, 12 Jun 2015 17:05:26 -0700 8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
bpb [Fri, 12 Jun 2015 17:05:26 -0700] rev 31144
8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems Summary: On Mac OS X replace statvfs64() and struct statvfs64 with statfs() and struct statfs, respectively, and f_frsize with f_bsize. Reviewed-by: alanb
Fri, 12 Jun 2015 16:40:05 -0400 Merge
mullan [Fri, 12 Jun 2015 16:40:05 -0400] rev 31143
Merge
Fri, 12 Jun 2015 16:36:33 -0400 8087283: Add support for the XML Signature here() function to the JDK XPath implementation
mullan [Fri, 12 Jun 2015 16:36:33 -0400] rev 31142
8087283: Add support for the XML Signature here() function to the JDK XPath implementation Reviewed-by: alanb, joehw
Fri, 12 Jun 2015 12:50:41 -0400 6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
mullan [Fri, 12 Jun 2015 12:50:41 -0400] rev 31141
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys Reviewed-by: weijun
Fri, 12 Jun 2015 14:28:21 +0800 8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
amlu [Fri, 12 Jun 2015 14:28:21 +0800] rev 31140
8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java Reviewed-by: darcy
Fri, 12 Jun 2015 10:58:31 +0530 8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}.
sadayapalam [Fri, 12 Jun 2015 10:58:31 +0530] rev 31139
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}. Summary: Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound. Reviewed-by: darcy
Thu, 18 Jun 2015 01:43:13 -0700 Added tag jdk9-b69 for changeset d24a2c340a47
lana [Thu, 18 Jun 2015 01:43:13 -0700] rev 31138
Added tag jdk9-b69 for changeset d24a2c340a47
Wed, 05 Jul 2017 20:38:19 +0200 Merge
duke [Wed, 05 Jul 2017 20:38:19 +0200] rev 31137
Merge
Thu, 18 Jun 2015 10:23:45 -0700 Merge
lana [Thu, 18 Jun 2015 10:23:45 -0700] rev 31136
Merge
Mon, 15 Jun 2015 10:56:29 -0700 Merge
amurillo [Mon, 15 Jun 2015 10:56:29 -0700] rev 31135
Merge
Thu, 11 Jun 2015 12:02:12 -0700 Merge
amurillo [Thu, 11 Jun 2015 12:02:12 -0700] rev 31134
Merge
Tue, 12 May 2015 14:26:31 +0200 8085832: Optimize main and post loop out when pre loop is found empty
roland [Tue, 12 May 2015 14:26:31 +0200] rev 31133
8085832: Optimize main and post loop out when pre loop is found empty Summary: Eliminate main loop and post loop if pre loop becomes empty Reviewed-by: kvn, mcberg
Mon, 08 Jun 2015 18:35:17 +0200 8081823: C2 performs unsigned comparison against -1
roland [Mon, 08 Jun 2015 18:35:17 +0200] rev 31132
8081823: C2 performs unsigned comparison against -1 Summary: x <= 0 || x > 0 wrongly folded as (x-1) >u -1 Reviewed-by: kvn, vlivanov
Thu, 04 Jun 2015 16:19:22 +0200 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
roland [Thu, 04 Jun 2015 16:19:22 +0200] rev 31131
8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed Summary: Bail out from range check elimination if pre loop is not found Reviewed-by: kvn
Thu, 04 Jun 2015 19:24:47 -0700 Merge
kvn [Thu, 04 Jun 2015 19:24:47 -0700] rev 31130
Merge
Wed, 03 Jun 2015 15:02:10 -0700 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn [Wed, 03 Jun 2015 15:02:10 -0700] rev 31129
8081778: Use Intel x64 CPU instructions for RSA acceleration Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
Fri, 12 Jun 2015 16:09:45 +0100 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
sgehwolf [Fri, 12 Jun 2015 16:09:45 +0100] rev 31128
8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms. Summary: Use __builtin_frame_address(0) rather than returning address of local variable. Reviewed-by: dholmes
Thu, 18 Jun 2015 01:43:09 -0700 Added tag jdk9-b69 for changeset 4ba02b88b7ed
lana [Thu, 18 Jun 2015 01:43:09 -0700] rev 31127
Added tag jdk9-b69 for changeset 4ba02b88b7ed
Thu, 18 Jun 2015 10:23:33 -0700 Merge
lana [Thu, 18 Jun 2015 10:23:33 -0700] rev 31126
Merge
Thu, 18 Jun 2015 17:00:44 +0200 8080915: [macosx] JDK 9 installation does not add java info to the java_home plist
erikj [Thu, 18 Jun 2015 17:00:44 +0200] rev 31125
8080915: [macosx] JDK 9 installation does not add java info to the java_home plist Reviewed-by: tbell
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip