1292 Commits

Author SHA1 Message Date
Shilpi Rastogi
ff97659a79 8071368: Use more concrete types for NamedFunction constants in the code
Reviewed-by: psandoz, vlivanov, mhaupt
2016-02-10 11:04:13 +01:00
Shilpi Rastogi
3e45966cd3 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Reviewed-by: psandoz, mhaupt
2016-02-10 10:44:58 +01:00
Ramanand Patil
2d836a5595 8148446: (tz) Support tzdata2016a
Reviewed-by: okutsu, aefimov
2016-02-09 11:57:57 +05:30
Anthony Scarpino
719c597241 8098581: SecureRandom.nextBytes() hurts performance with small size requests
Reviewed-by: valeriep
2016-02-08 13:09:16 -08:00
Brian Burkhalter
0d7421752a 8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
Change specification to indicate "one or more" instead of "zero or more" attributes.

Reviewed-by: alanb
2016-02-08 10:46:42 -08:00
Shilpi Rastogi
e49c2412cb 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
Reviewed-by: psandoz, vlivanov, mhaupt
2016-02-08 17:37:46 +01:00
Nadeesh TV
3795972295 8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
Reviewed-by: rriggs, scolebourne
2016-02-08 09:56:26 -05:00
Tagir F. Valeev
0e250ec504 8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
Reviewed-by: psandoz
2016-02-08 15:33:53 +01:00
Tagir F. Valeev
e41fea88e7 8148115: Stream.findFirst for unordered source optimization
Reviewed-by: psandoz
2016-02-08 10:40:00 +01:00
Tagir F. Valeev
9e65963f4f 8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
Reviewed-by: psandoz
2016-02-08 10:37:37 +01:00
Tobias Hartmann
7565509d93 Merge 2016-01-26 09:11:59 +01:00
Claes Redestad
60134cc040 8148044: Remove Enum[0] constants from EnumSet and EnumMap
Reviewed-by: alanb, chegar, shade, smarks
2016-01-25 12:23:55 +01:00
Shanliang Jiang
83e0997bbd 8144430: Improve JMX connections
Reviewed-by: dfuchs, jbachorik, skoivu, ahgross
2016-01-22 13:27:09 +01:00
Chris Hegarty
0aa59442eb 8129952: Ensure thread consistency
Reviewed-by: alanb, ahgross, skoivu
2016-01-20 20:51:45 +00:00
Tobias Hartmann
6af2f8f8c4 Merge 2016-01-15 09:15:33 +01:00
Alejandro Murillo
92c707e680 Merge 2016-01-14 20:57:33 -08:00
Chris Hegarty
f01220d47b 7067728: Remove stopThread RuntimePermission from the default java.policy
Reviewed-by: alanb, mchung, mullan
2016-01-14 19:07:33 +00:00
Dmitry Cherepanov
cd81999286 8145409: Better detect JRE that JLI will be using
Reviewed-by: ksrini
2016-01-14 18:22:32 +03:00
Michael Haupt
d64d6d8662 8147078: MethodHandles.catchException does not enforce Throwable subtype
Reviewed-by: psandoz, sundar
2016-01-14 13:53:13 +01:00
Amanda Jiang
751dd7f031 8145849: ALPN: getHandshakeApplicationProtocol() always return null
Reviewed-by: wetmore, vinnie
2016-01-13 17:36:01 -08:00
Sean Mullan
717c4699a8 Merge 2016-01-13 10:25:41 -05:00
Chris Hegarty
e0be7af3ce 8146771: Remove unused CEFormatException and CEStreamExhausted from sun.misc
Reviewed-by: alanb, rriggs
2016-01-13 14:44:16 +00:00
Chris Hegarty
9bc2df068e 8146774: Remove sun.misc.JarFilter
Reviewed-by: alanb, mchung
2016-01-13 14:42:41 +00:00
Sean Mullan
40987b7c03 8085903: New fix for memory leak in ProtectionDomain cache
Reviewed-by: xuelei, igerasim
2016-01-13 09:39:26 -05:00
Chris Hegarty
ed581c190a 8146736: Move sun.misc performance counters to jdk.internal.perf
Reviewed-by: alanb, mchung, rriggs
2016-01-13 14:32:42 +00:00
Chris Hegarty
9884b80330 8146735: Move sun.misc.PerformanceLogger to sun.awt.util
Reviewed-by: alanb, mchung, rriggs
2016-01-13 13:33:37 +00:00
Alejandro Murillo
70a4694f73 Merge 2016-01-12 11:31:48 -08:00
Konstantin Shefov
13e2eedb5f 8141615: Add new public methods to sun.reflect.ConstantPool
Reviewed-by: twisti, iignatyev, coleenp
2016-01-12 17:03:06 +03:00
Christian Thalinger
012f69ce01 Merge 2016-01-11 17:12:01 -08:00
Nadeesh TV
a67a5265d3 8068803: Performance of LocalDate.plusDays could be better
Reviewed-by: rriggs, scolebourne
2016-01-11 11:39:12 -05:00
Roger Riggs
13c9cbfb57 8146567: Remove dead code finalizer methods
Reviewed-by: dfuchs, alanb
2016-01-11 10:24:20 -05:00
Roger Riggs
5f559c6d31 8146028: Common Cleaner for finalization replacements in OpenJDK
Reviewed-by: dfuchs, alanb, chegar, plevart
2016-01-11 10:03:36 -05:00
Claes Redestad
79ef0bb994 8146686: Create the schemeSpecificPart for non-opaque URIs lazily
Reviewed-by: alanb, chegar
2016-01-10 14:14:13 +01:00
Xue-Lei Andrew Fan
666444c0e8 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
Reviewed-by: weijun, wetmore
2016-01-09 13:02:22 +00:00
Martin Buchholz
0e9196c50f 8146568: NegativeArraySizeException in ArrayList.grow(int)
Improve management of internal array

Reviewed-by: smarks
2016-01-08 19:53:36 -08:00
Artem Smotrakov
c0662e94e8 8138990: Implementation of HTTP Digest authentication may be more flexible
Reviewed-by: michaelm
2016-01-21 09:15:31 -08:00
Rob McKenna
9ed7f82314 8147931: Incorrect edits for JDK-8064330
Reviewed-by: coffeys
2016-01-21 10:31:45 +00:00
Rob McKenna
08694bb7e1 8064330: Remove SHA224 from the default support list if SunMSCAPI enabled
Reviewed-by: xuelei
2016-01-21 09:33:23 +00:00
Chris Hegarty
3cc90f5cd6 8147922: Remove sun.misc.ClassFileTransformer
Reviewed-by: alanb, mchung
2016-01-21 09:26:13 +00:00
Iris Clark
9d07dc02e1 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
2016-01-20 11:02:36 -08:00
Henry Jen
186957fd7f Merge 2016-01-20 08:33:40 -08:00
Roger Riggs
0ec48f2c8b 8145459: Cleaner - use Reference.reachabilityFence
Reviewed-by: psandoz, mchung, chegar
2016-01-20 11:33:28 -05:00
Alejandro Murillo
5bb28e9381 Merge 2016-01-18 20:22:13 -08:00
Svetlana Nikandrova
c100bda1b5 8143554: UnsupportedOperationException is not thrown for unsupported options
Reviewed-by: alanb
2016-01-16 00:27:53 +03:00
Yuka Kamiya
e5b7cbe7d2 8026766: Add toString() to j.u.Locale.LanguageRange
Reviewed-by: okutsu
2016-01-15 14:33:11 +09:00
Brent Christian
a75216a09c 8144552: java/lang/StackWalker/LocalsAndOperands.java fails with java.lang.NullPointerException
Update test case to expect null

Reviewed-by: mchung, dfuchs
2016-01-08 13:14:30 -08:00
Daniel Fuchs
7ec6ed7ce4 8146691: @since 9 tag missing for System.getLogger
Reviewed-by: chegar
2016-01-08 17:39:00 +01:00
Alan Bateman
547854a41f 8049422: Remove @jdk.Exported
Reviewed-by: dfuchs, mchung, darcy, chegar
2016-01-08 11:47:35 +00:00
Kishor Kharbas
6d31a8bc65 8135250: Replace custom check/range functionality with check index/range methods in java.util.Objects
Reviewed-by: jrose, kvn
2016-01-07 16:03:25 -08:00
Joseph Provino
32ec535805 Merge 2016-01-07 20:06:51 +00:00