Artem Smotrakov
|
297ba59bc9
|
8146249: libjimage should use delete[] with new[]
Reviewed-by: jlaskey
|
2016-02-02 12:50:03 -08:00 |
|
Anthony Scarpino
|
62e1a7c628
|
8145344: Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
Reviewed-by: vinnie, jnimeh
|
2016-02-02 11:27:18 -08:00 |
|
Chris Hegarty
|
64b292668e
|
Merge
|
2016-02-02 17:20:53 +00:00 |
|
Nadeesh TV
|
6d4368a7cb
|
8141452: Convert between TimeUnit and ChronoUnit
Reviewed-by: martin, psandoz, chegar, rriggs, scolebourne
|
2016-02-02 08:53:49 -08:00 |
|
Aleksey Shipilev
|
454df89b32
|
8148787: StringConcatFactory exactness check produces bad bytecode when a non-arg concat is requested
Reviewed-by: vlivanov, psandoz
|
2016-02-02 18:15:15 +03:00 |
|
Chris Hegarty
|
5765b5b4f0
|
8148117: Move sun.misc.Cleaner to jdk.internal.ref
Reviewed-by: alanb, rriggs
|
2016-02-02 08:59:52 +00:00 |
|
Alejandro Murillo
|
117b2fe8c0
|
Merge
|
2016-02-01 10:07:37 -08:00 |
|
Tagir F. Valeev
|
c2f738c53d
|
8146218: Add LocalDate.datesUntil method producing Stream<LocalDate
Reviewed-by: scolebourne, rriggs, sherman
|
2016-02-01 10:02:40 -05:00 |
|
Aleksey Shipilev
|
ad776ff126
|
8148730: Add @since tags in new String concat APIs
Reviewed-by: alanb
|
2016-02-01 15:11:50 +03:00 |
|
Claes Redestad
|
9102b6eb21
|
8148626: URI.toURL needs to use protocol Handler to parse file URIs
Back out the parts of 8147462 that attempted to optimize file URI to URL conversions
Reviewed-by: darcy, chegar
|
2016-01-31 22:30:35 +01:00 |
|
Doug Lea
|
7f6a9e3180
|
8145164: Default implementation of ConcurrentMap::compute can throw NPE
Reviewed-by: martin, psandoz, chegar
|
2016-01-29 11:49:37 -08:00 |
|
Doug Lea
|
47e7f9dcdc
|
8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section
Reviewed-by: martin, psandoz, chegar
|
2016-01-29 11:48:00 -08:00 |
|
Claes Redestad
|
7ae729a77f
|
8147462: URI.toURL could be more efficient for most non-opaque URIs
Reviewed-by: alanb, chegar
|
2016-01-29 11:35:56 +01:00 |
|
Alejandro Murillo
|
b8e0f8aa93
|
Merge
|
2016-01-28 16:30:39 -08: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 |
|
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 |
|
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 |
|