serb [Tue, 02 Jun 2015 19:27:06 +0300] rev 31162
8079084: Behavior of BeanProperty.enumerationValues() contradicts spec
Reviewed-by: alexsch, malenkov
alexsch [Mon, 01 Jun 2015 17:46:28 +0400] rev 31161
8081019: Check peer to null in CPlatformWindow.checkZoom()
Reviewed-by: serb, azvegint
psadhukhan [Mon, 01 Jun 2015 13:40:43 +0300] rev 31160
8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC
Reviewed-by: prr, serb
andrew [Fri, 29 May 2015 17:29:52 +0100] rev 31159
8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure
Summary: The include directive should be conditional on the use of the system JPEG library.
Reviewed-by: prr, ihse
bae [Fri, 29 May 2015 18:32:58 +0300] rev 31158
8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
Reviewed-by: serb, prr
ysuenaga [Fri, 29 May 2015 08:58:46 +0900] rev 31157
8081295: Build failed with GCC 5.1.1
Summary: Array bounds and incorrect condition warnings happen with GCC 5.1.1
Reviewed-by: azvegint
anashaty [Thu, 28 May 2015 21:17:49 +0300] rev 31156
8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
Reviewed-by: azvegint, alexp
serb [Sat, 23 May 2015 15:13:40 +0300] rev 31155
8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
Reviewed-by: flar, bae
vadim [Wed, 27 May 2015 14:42:58 +0300] rev 31154
8079652: Could not enable D3D pipeline
Reviewed-by: prr, serb
mchung [Tue, 16 Jun 2015 10:11:02 -0700] rev 31153
8098850: Remove remaining native2ascii resource files and man pages
Reviewed-by: alanb
aeriksso [Mon, 15 Jun 2015 13:12:12 +0200] rev 31152
8081412: Remove MHIllegalAccess.java from the problem list
Reviewed-by: darcy
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
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
amurillo [Mon, 15 Jun 2015 10:56:31 -0700] rev 31149
Merge
amurillo [Thu, 11 Jun 2015 12:02:13 -0700] rev 31148
Merge
kvn [Thu, 04 Jun 2015 19:24:28 -0700] rev 31147
Merge
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
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
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
mullan [Fri, 12 Jun 2015 16:40:05 -0400] rev 31143
Merge
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
mullan [Fri, 12 Jun 2015 12:50:41 -0400] rev 31141
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
Reviewed-by: weijun
amlu [Fri, 12 Jun 2015 14:28:21 +0800] rev 31140
8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
Reviewed-by: darcy
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