Phil Race
|
b5764565e8
|
8080163: Uninitialised variable in jdk/src/java/desktop/share/native/libfontmanager/layout/LookupProcessor.cpp
Reviewed-by: serb, srl
|
2015-06-15 11:01:43 -07:00 |
|
Peter Brunet
|
24f072762d
|
8055160: Support loading of Assistive Technology from service provider
Load assistive technolgy via service provider
Reviewed-by: mchung, prr, alanb, ihse, serb
|
2015-06-15 12:36:35 -05:00 |
|
Alexander Zvegintsev
|
e237db9f3e
|
8077686: OperationTimedOut exception inside from XToolkit.syncNativeQueue call on Ubuntu 15.04
Reviewed-by: alexsch, serb
|
2015-06-15 14:43:31 +03:00 |
|
Andreas Eriksson
|
0b7ae9e511
|
8081412: Remove MHIllegalAccess.java from the problem list
Reviewed-by: darcy
|
2015-06-15 13:12:12 +02:00 |
|
Doug Lea
|
975075a8c8
|
8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
Reviewed-by: psandoz, martin
|
2015-06-16 13:13:05 +02:00 |
|
Daniel Fuchs
|
38a04dd009
|
8080933: LogManager.demandSystemLogger should accept a 'caller' argument
The caller's class is now passed to LogManager.demandSystemLogger
Reviewed-by: mchung
|
2015-06-16 12:15:54 +02:00 |
|
Alejandro Murillo
|
ff4f8a8cef
|
Merge
|
2015-06-15 10:56:31 -07:00 |
|
Brian Burkhalter
|
4b1eb9b618
|
8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
On Mac OS X use statfs() instead of statvfs().
Reviewed-by: alanb
|
2015-06-12 17:06:28 -07:00 |
|
Brian Burkhalter
|
a2d7bc3020
|
8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
On Mac OS X replace statvfs64() and struct statvfs64 with statfs() and struct statfs, respectively, and f_frsize with f_bsize.
Reviewed-by: alanb
|
2015-06-12 17:05:26 -07:00 |
|
Sean Mullan
|
1f66d9bc8b
|
Merge
|
2015-06-12 16:40:05 -04:00 |
|
Sean Mullan
|
b05b9cbefa
|
8087283: Add support for the XML Signature here() function to the JDK XPath implementation
Reviewed-by: alanb, joehw
|
2015-06-12 16:36:33 -04:00 |
|
Sean Mullan
|
0338c81dbd
|
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
Reviewed-by: weijun
|
2015-06-12 12:50:41 -04:00 |
|
Sergey Bylokhov
|
0357758744
|
7178683: [macosx] The default directory for open dialog is different for FileDialogOpenDirTest.html
Reviewed-by: azvegint, ant
|
2015-06-12 15:01:10 +03:00 |
|
Amy Lu
|
3f8d76f352
|
8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
Reviewed-by: darcy
|
2015-06-12 14:28:21 +08:00 |
|
Srikanth Adayapalam
|
3132301b74
|
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}
Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound.
Reviewed-by: darcy
|
2015-06-12 10:58:31 +05:30 |
|
Phil Race
|
3187c1a8fb
|
8081756: Mastering Matrix Manipulations
Reviewed-by: serb, bae, mschoene
|
2015-06-10 12:43:18 -07:00 |
|
Sergey Bylokhov
|
b8c821dfbc
|
8008803: [macosx] JVM crash in apple.laf.JRSUIUtils.HitDetection.getHitForPoint
Reviewed-by: prr, azvegint
|
2015-06-10 17:18:10 +03:00 |
|
Semyon Sadetsky
|
2fe980e041
|
8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
Reviewed-by: serb, alexsch
|
2015-06-09 18:57:54 +03:00 |
|
Semyon Sadetsky
|
032cef6ff8
|
8017487: filechooser in Windows-Libraries folder: columns are mixed up
Reviewed-by: serb, ant
|
2015-06-09 14:11:11 +03:00 |
|
Phil Race
|
259cdd9d8f
|
Merge
|
2015-06-08 11:31:09 -07:00 |
|
Andrew John Hughes
|
00e4411c20
|
8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions
Add conditionals to provide giflib < 5 API calls and interlacing behaviour
Reviewed-by: prr, azvegint
|
2015-06-08 16:47:23 +01:00 |
|
Shobhit Gupta
|
6277fe3fae
|
8079450: [TESTBUG] javax/swing/plaf/nimbus/8041642/bug8041642.java fails
Reviewed-by: alexsch
|
2015-06-08 18:30:41 +03:00 |
|
Andrew Brygin
|
1eb07c0adc
|
8085910: OGL text renderer: gamma lut cleanup
Reviewed-by: serb, prr
|
2015-06-05 23:08:31 +03:00 |
|
Anton Nashatyrev
|
b7baec04e0
|
8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled
Reviewed-by: serb, bae
|
2015-06-04 16:18:14 +03:00 |
|
Anton Nashatyrev
|
bf336b750a
|
8078606: Deadlock in awt clipboard
Reviewed-by: azvegint, bae
|
2015-06-04 15:24:30 +03:00 |
|
Chris Hegarty
|
46b53cd5cf
|
8080835: Add blocking bulk read to java.io.InputStream
Reviewed-by: alanb, rriggs, prappo
|
2015-06-04 10:27:06 +01:00 |
|
Chris Hegarty
|
810d1992d2
|
8079778: Add intermittent tag to java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
Reviewed-by: chegar, msheppar
|
2015-06-04 10:24:31 +01:00 |
|
Peter Levart
|
1c2084bafb
|
8079063: ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
Reviewed-by: rriggs, scolebourne
|
2015-06-04 10:58:17 +02:00 |
|
Weijun Wang
|
d922187012
|
8031111: fix krb5 caddr
Reviewed-by: valeriep
|
2015-06-04 15:29:29 +08:00 |
|
Weijun Wang
|
625d9cb9b8
|
8079821: MSOID2.java test is not perfect
Reviewed-by: valeriep
|
2015-06-04 15:29:23 +08:00 |
|
Roger Riggs
|
c3d9e6c08d
|
Merge
|
2015-06-04 03:38:56 +02:00 |
|
David Dehaven
|
6f766feacd
|
Merge
|
2015-06-03 18:26:06 -07:00 |
|
David Dehaven
|
22fa775a7e
|
Merge
|
2015-06-03 18:11:45 -07:00 |
|
Phil Race
|
e759595d51
|
8081886: CGGlyphImages.m no longer builds with x code 4.x
Reviewed-by: bae, serb
|
2015-06-03 17:58:00 -07:00 |
|
Xue-Lei Andrew Fan
|
2698302b16
|
8081792: buffer size calculation issue in NativeGCMCipher
Reviewed-by: valeriep
|
2015-06-04 00:19:16 +00:00 |
|
Roger Riggs
|
afb73945a3
|
8067808: java/lang/ProcessBuilder/Basic.java failed on Assertion
Change to use javaChild reporting its pid not portable
Reviewed-by: igerasim
|
2015-06-03 18:18:05 -04:00 |
|
Roger Riggs
|
b440bfb8eb
|
8081567: java/lang/ProcessHandle/InfoTest.java failed Cannot run program "whoami"
Replace use of whoami with checking the user against a file created
Reviewed-by: igerasim
|
2015-06-03 18:17:04 -04:00 |
|
Kumar Srinivasan
|
e76e828a34
|
8081824: Remove dead code GetPublicJREHome in the launcher
Reviewed-by: mchung
|
2015-06-03 14:35:17 -07:00 |
|
Sergey Bylokhov
|
44033ae9bd
|
8076312: The behavior of the javax.swing.SwingContainer.delegate contradicts spec
Reviewed-by: alexsch, malenkov
|
2015-06-03 23:17:52 +03:00 |
|
Vladimir Kozlov
|
438dec2d0d
|
8081778: Use Intel x64 CPU instructions for RSA acceleration
Add intrinsics for BigInteger squareToLen and mulAdd methods.
Reviewed-by: kvn, jrose, aph, ascarpino, fweimer
|
2015-06-03 12:54:08 -07:00 |
|
Ivan Gerasimov
|
f35750c5d6
|
8058779: Faster implementation of String.replace(CharSequence, CharSequence)
Reviewed-by: sherman, plevart, forax, psandoz
|
2015-06-03 19:26:58 +03:00 |
|
Alexander Stepanov
|
ecfa1d7624
|
8081313: MultipleDocumentHandling.java: tidy warnings
Minor fix for docs
Reviewed-by: alexsch
|
2015-06-03 18:45:27 +04:00 |
|
Alexander Stepanov
|
f2c0051c6f
|
8077036: swing docs: fix some tidy warnings
Minor fixes for docs
Reviewed-by: alexsch
|
2015-06-03 18:39:26 +04:00 |
|
Amy Lu
|
06a3f86af5
|
8081773: sun/net/www/protocol/https/ChunkedOutputStream.java references library that doesn't exist
Reviewed-by: chegar
|
2015-06-03 15:33:28 +01:00 |
|
Chris Hegarty
|
e11aec59a2
|
8071474: Better failure atomicity for default read object
Reviewed-by: plevart, coffeys
|
2015-06-03 15:30:44 +01:00 |
|
Mikhail Cherkasov
|
a5eab1ce93
|
8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
Reviewed-by: bae
|
2015-06-03 15:21:35 +03:00 |
|
Amy Lu
|
5a582cecb9
|
8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: sla
|
2015-06-03 12:37:52 +02:00 |
|
Sergey Bylokhov
|
6a907dfc02
|
8079084: Behavior of BeanProperty.enumerationValues() contradicts spec
Reviewed-by: alexsch, malenkov
|
2015-06-02 19:27:06 +03:00 |
|
Alejandro Murillo
|
64764b0645
|
Merge
|
2015-06-02 09:15:47 -07:00 |
|
Weijun Wang
|
1f705ef606
|
8038089: TLS optional support for Kerberos cipher suites needs to be re-examine
Reviewed-by: xuelei
|
2015-06-02 22:26:36 +08:00 |
|