Joe Darcy
127d4e1aec
8069277: Doclint regression in java/security/KeyStore.java
...
Reviewed-by: weijun
2015-02-09 17:49:26 -08:00
Joe Darcy
0d5c151c94
8041395: Doclint regression in java.net.SocketOption
...
Reviewed-by: lancea
2015-02-09 15:33:56 -08:00
Florian Weimer
5c35079895
8069072: GHASH performance improvement
...
Eliminate allocations and vectorize
Reviewed-by: mullan, ascarpino
2015-02-09 13:32:42 -08:00
Xueming Shen
81f4c6102a
8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
...
Fix the surrogate corner case in SingleByte charset encoder
Reviewed-by: psandoz, alanb
2015-02-09 11:37:56 -08:00
David Dehaven
8737b37ffc
Merge
2015-02-09 09:52:48 -08:00
Mandy Chung
c8528fd410
8057645: Deprivilege JAX-WS, JAXB, JAF to extension class loader
...
Reviewed-by: alanb, dfuchs, lancea, mkos
2015-02-06 15:42:07 -08:00
Roger Riggs
8d8f34b9a6
8067800: Unexpected DateTimeException in the java.time.chrono.HijrahChronology.isLeapYear
...
Check the year range consistently with other Hijrah date years
Reviewed-by: lancea, scolebourne
2015-02-06 17:29:11 -05:00
Andrew Haley
f60dba6c5f
8072053: AARCH64: remove src/java.base/unix/native/libjli/aarch64/jvm.cfg
...
Reviewed-by: kvn
2015-02-06 10:14:59 -08:00
Sergey Bylokhov
67c555e053
8063066: Some look and feels ignores the JSlider.PaintTrack property
...
Reviewed-by: ant, azvegint, alexsch
2015-02-06 19:49:20 +03:00
Brian Burkhalter
980fb58833
8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
...
Correct handling of empty path in Windows version of relativize()
Reviewed-by: alanb, dfuchs
2015-02-06 08:05:44 -08:00
Staffan Larsen
80a1d2bba8
8072456: @since tags missing from TimeUnit
...
Reviewed-by: alanb, martin
2015-02-05 12:59:01 +01:00
Aleksei Efimov
61473e39ce
8072042: (tz) Support tzdata2015a
...
Reviewed-by: coffeys, okutsu
2015-02-05 14:48:57 +03:00
Shanliang Jiang
fa9a534731
8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
...
Reviewed-by: dfuchs, mchung, jbachorik
2015-02-05 12:13:45 +01:00
Weijun Wang
d63bf0c50a
8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
...
Reviewed-by: mullan
2015-02-05 11:42:39 +08:00
Mandy Chung
37a1a74efd
8069551: Move java.security.acl from compact3 to java.base
...
Reviewed-by: alanb, mullan, wetmore
2015-02-03 14:09:20 -08:00
Roger Riggs
ddb472a4dc
8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
...
Corrected era range check
Reviewed-by: mchung, lancea
2015-02-03 14:39:57 -05:00
Kumar Srinivasan
bb5e8afcf2
8068033: JNI exception pending in jdk/src/share/bin/java.c
...
Reviewed-by: mchung, serb
2015-02-03 09:49:27 -08:00
Alejandro Murillo
004b407992
Merge
2015-02-03 08:45:07 -08:00
Alexander Zvegintsev
47d0ae0d36
8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
...
Reviewed-by: ant, prr, serb
2015-02-02 21:38:19 +03:00
Sergey Bylokhov
3cd8a07dc7
8062738: Test java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug fails in Windows
...
Reviewed-by: azvegint, ant
2015-02-05 16:16:46 +03:00
Sergey Bylokhov
d32000a710
4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
...
Reviewed-by: bae, prr
2015-02-05 14:20:05 +03:00
Phil Race
9ea6ddb851
8072433: copy/paste duplicated tests in some condition statements
...
Reviewed-by: bae, serb
2015-02-04 10:29:51 -08:00
Phil Race
a75613049b
6243376: JPEGImageWriter corrupts color for non-JFIF images with differing sample factor
...
Reviewed-by: bae, serb
2015-02-04 10:28:40 -08:00
Dmitry Markov
5a65a2cc13
8064934: Incorrect Exception message from java.awt.Desktop.open()
...
Reviewed-by: azvegint, serb
2015-02-03 11:51:30 +04:00
Sergey Bylokhov
afa1e6d670
8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
...
Reviewed-by: alexsch, azvegint
2015-02-02 18:21:24 +03:00
Paul Sandoz
dd21d2c4db
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
...
Reviewed-by: alundblad, forax, chegar, jrose
2015-02-02 14:19:12 +01:00
Paul Sandoz
3b9021981f
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
...
Reviewed-by: lancea, chegar
2015-02-02 14:19:00 +01:00
Paul Sandoz
8aae81b484
8048689: Clarify documentation on BaseStream.spliterator
...
Reviewed-by: lancea, chegar
2015-02-02 14:18:54 +01:00
Dean Long
8a65f6962b
Merge
2015-01-31 02:42:15 -05:00
Alejandro Murillo
e9c6fa1317
Merge
2015-01-30 16:56:08 -08:00
Roger Riggs
24a3c49404
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
...
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung
2015-01-30 16:13:57 -05:00
Roger Riggs
0854df7b86
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
...
Clarify optional behavior and the exception thrown when not supported
Reviewed-by: dfuchs, martin
2015-01-30 16:13:04 -05:00
Brian Burkhalter
2a8d5c46e1
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
...
Throw IllegalArgumentException if the channel parameter is null
Reviewed-by: alanb
2015-01-30 12:56:12 -08:00
Brian Burkhalter
c2fe1ca470
8067669: Documentation for methods in Number incomplete regarding too large values
...
Remove statments about rounding and truncation from the *Valud() methods
Reviewed-by: rriggs, darcy, alundblad
2015-01-30 10:23:45 -08:00
Joe Darcy
51e2269c61
8071959: java.lang.Object uses implicit default constructor
...
Reviewed-by: lancea
2015-01-29 16:16:35 -08:00
Joe Darcy
0841b6a90e
8071434: doc updates for java.lang.Object
...
Reviewed-by: rriggs
2015-01-29 15:14:44 -08:00
Chris Hegarty
60fdd0dceb
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
...
Reviewed-by: alanb, igerasim
2015-01-29 20:45:30 +00:00
Vladimir Ivanov
55d14bca62
8071788: BlockInliningWrapper.asType() is broken
...
Reviewed-by: jrose
2015-01-29 10:29:49 -08:00
Vladimir Ivanov
676ea83240
8071787: Don't block inlining when DONT_INLINE_THRESHOLD=0
...
Reviewed-by: jrose
2015-01-29 10:29:43 -08:00
Vladimir Ivanov
bfc5193fe7
8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
...
Reviewed-by: jrose, plevart, forax
2015-01-29 10:27:30 -08:00
Vladimir Ivanov
06305c456b
8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
...
Reviewed-by: jrose, kvn
2015-01-29 10:27:30 -08:00
Rob McKenna
57d42b897c
8067680: (sctp) Possible race initializing native IDs
...
Reviewed-by: chegar, rriggs
2015-01-29 14:59:42 +00:00
Yumin Qi
3f9b8313e3
Merge
2015-01-29 03:54:45 +00:00
Daniel Fuchs
b5f5424c83
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
...
Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
2015-01-28 17:48:59 +01:00
David Dehaven
8a1e007ca8
Merge
2015-01-28 08:14:18 -08:00
Alejandro Murillo
9c766e26d8
Merge
2015-01-27 10:11:23 -08:00
David Dehaven
ce3df66ec2
Merge
2015-01-27 09:32:45 -08:00
Weijun Wang
873b88dcc9
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
...
Reviewed-by: mullan
2015-01-27 18:16:27 +08:00
Brian Burkhalter
3e68a8af37
8069269: (spec) Defect in the System.nanoTime spec
...
Change the description of how to compare two nanoTime values.
Reviewed-by: martin
2015-01-26 17:16:57 -08:00
Alejandro Murillo
7f85449292
Merge
2015-01-26 17:00:39 -08:00