Joe Darcy
|
098053564e
|
6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
Reviewed-by: rriggs
|
2016-07-05 21:11:40 -07:00 |
|
Alejandro Murillo
|
451f529750
|
Merge
|
2016-07-05 13:50:37 -07:00 |
|
Bhanu Prakash Gopularam
|
9717ec036b
|
8159616: java.time.Instant falls through switch statement
Removed the unneeded case statement INSTANT_SECONDS
Reviewed-by: rriggs, scolebourne
|
2016-07-04 10:50:28 +00:00 |
|
Michael Haupt
|
a06c5e0f57
|
8143211: provide bytecode intrinsics for loop and try/finally executors
Reviewed-by: psandoz, redestad, vlivanov
|
2016-07-04 10:08:18 +02:00 |
|
Vinnie Ryan
|
dc536f2d74
|
8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
Reviewed-by: mullan
|
2016-07-01 22:55:26 +01:00 |
|
Sean Mullan
|
3520eff611
|
8157847: Deprecate the java.security.acl API with forRemoval=true
Reviewed-by: weijun, mchung
|
2016-07-01 14:29:18 -04:00 |
|
Sean Mullan
|
0ce484cdd7
|
8157707: Deprecate the java.security.Certificate API with forRemoval=true
Reviewed-by: xuelei
|
2016-07-01 11:42:26 -04:00 |
|
Alejandro Murillo
|
3689909db0
|
Merge
|
2016-07-01 16:50:37 -07:00 |
|
Yuka Kamiya
|
657cb0f3b4
|
7090039: Wrong link in comment of java.text.DateFormatSymbols
Reviewed-by: okutsu
|
2016-06-30 16:57:25 +09:00 |
|
Volker Simonis
|
50623e2781
|
8160457: VersionProps.versionNumbers() is broken
Reviewed-by: redestad, mchung, iris
|
2016-06-29 10:07:15 +02:00 |
|
Vladimir Kozlov
|
b7a4c8d92a
|
Merge
|
2016-06-24 15:06:50 -07:00 |
|
Alejandro Murillo
|
d26d73b61e
|
Merge
|
2016-06-23 17:11:19 -07:00 |
|
Paul Sandoz
|
3f0273a3c4
|
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
Reviewed-by: shade
|
2016-06-23 13:46:48 +02:00 |
|
Xueming Shen
|
e922fb0afb
|
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
Reviewed-by: rriggs
|
2016-06-22 11:31:07 -07:00 |
|
Chris Hegarty
|
34f5b60b4a
|
8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
|
2016-06-22 09:21:06 +01:00 |
|
Vyom Tewari
|
b75020a9b0
|
8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
|
2016-06-22 09:01:34 +01:00 |
|
Naoto Sato
|
e18eaa2e9b
|
8159548: Formatter returns unexpected strings if locale is null
Reviewed-by: sherman
|
2016-06-21 15:15:05 -07:00 |
|
Vyom Tewari
|
6ae11043e9
|
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
|
2016-06-21 16:52:16 +01:00 |
|
Claes Redestad
|
6c5912ccaa
|
8159590: Remove deprecated methods from jdk.internal.misc.VM
Reviewed-by: chegar, dholmes
|
2016-06-21 12:05:23 +02:00 |
|
Brian Burkhalter
|
432ff69a8b
|
8136738: InputStream documentation for IOException in skip() is unclear or incorrect
Clarify javadoc of skip().
Reviewed-by: rriggs, prappo
|
2016-06-20 14:08:05 -07:00 |
|
Paul Sandoz
|
734dbe4089
|
8158039: VarHandle float/double field/array access should support CAS/set/add atomics
Reviewed-by: shade, vlivanov, darcy
|
2016-06-20 17:57:19 +02:00 |
|
Roger Riggs
|
2fce52789b
|
8155808: Process.getInputStream().skip() method is faulty
For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs
|
2016-06-17 15:57:28 -04:00 |
|
Paul Sandoz
|
d7695b19e9
|
8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
|
2016-06-17 10:08:39 -07:00 |
|
Aleksey Shipilev
|
e663206d07
|
8157726: VarHandles/Unsafe should support sub-word atomic ops
Reviewed-by: psandoz, vlivanov, lagergren
|
2016-06-15 11:20:15 +03:00 |
|
Paul Sandoz
|
7dd146f072
|
8160439: Replace asserts in VarHandle.AccessMode with tests
Reviewed-by: vlivanov, rriggs, martin
|
2016-06-29 08:30:49 +02:00 |
|
Xueming Shen
|
c19f3e0db2
|
6233323: ZipEntry.isDirectory() may return false incorrectly
8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream
Reviewed-by: rriggs
|
2016-06-28 15:36:15 -07:00 |
|
Claes Redestad
|
a2ed889002
|
8160000: Runtime.version() cause startup regressions in 9+119
Reviewed-by: mchung, psandoz, erikj, forax, iris
|
2016-06-28 00:39:26 +02:00 |
|
Xueming Shen
|
6223e843f9
|
8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
Reviewed-by: rriggs
|
2016-06-27 13:57:24 -07:00 |
|
Ivan Gerasimov
|
e8dfc516f8
|
8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
|
2016-06-27 16:09:09 +03:00 |
|
Chris Hegarty
|
c53f3cbcbe
|
8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
Reviewed-by: alanb, dholmes, shade
|
2016-06-24 06:47:32 +01:00 |
|
Claes Redestad
|
63715643fa
|
8158933: String concat stringifiers setup should avoid unnecessary lookups
Reviewed-by: shade
|
2016-06-09 16:13:09 +02:00 |
|
Hamlin Li
|
abf7117cde
|
8158881: Doc typo in src/../java/net/URI.java
Reviewed-by: chegar, wetmore
|
2016-06-08 17:30:37 -07:00 |
|
Michael Haupt
|
c777916f51
|
8158571: Additional method handle validation
Reviewed-by: jrose, ahgross, mchung
|
2016-06-08 21:45:34 +01:00 |
|
Aleksey Shipilev
|
41b6361f34
|
8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
Reviewed-by: alanb, redestad, jlaskey
|
2016-06-08 11:14:45 +03:00 |
|
Nishit Jain
|
3097f1a54d
|
8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed
Reviewed-by: okutsu, peytoia
|
2016-06-08 12:54:37 +09:00 |
|
Weijun Wang
|
16207b2fef
|
8158442: SecureRandomParameters missing "@since 9"
Reviewed-by: mullan, wetmore
|
2016-06-07 10:11:33 +08:00 |
|
Alejandro Murillo
|
331a214428
|
Merge
|
2016-06-06 12:45:17 -07:00 |
|
Naoto Sato
|
ffd210aefb
|
8146156: Inconsistent default locale in string formatter methods
Reviewed-by: sherman
|
2016-06-06 10:52:21 -07:00 |
|
Alejandro Murillo
|
023b8f4338
|
Merge
|
2016-06-06 09:58:04 -07:00 |
|
Shilpi Rastogi
|
389fc2ae25
|
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
Reviewed-by: sundar, mhaupt
|
2016-06-06 09:13:35 +02:00 |
|
Brent Christian
|
3af1187ad7
|
8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
Reviewed-by: mchung
|
2016-06-03 17:01:23 -07:00 |
|
Mandy Chung
|
10a92943ae
|
8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
Reviewed-by: alanb, okutsu
|
2016-06-03 12:26:45 -07:00 |
|
Mandy Chung
|
74c27aab0f
|
8157892: StackFrame::getFileName returns null when a source file exists for native methods
8157977: getByteCodeIndex method from StackFrame does not return negative number when StackFrame is a native frame
Reviewed-by: dfuchs, bchristi
|
2016-06-02 16:39:14 -07:00 |
|
Alejandro Murillo
|
6e70c4d112
|
Merge
|
2016-06-02 14:58:53 -07:00 |
|
Xueming Shen
|
98e2f679cf
|
8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
Reviewed-by: bpb
|
2016-06-02 14:03:50 -07:00 |
|
Joe Darcy
|
09bca1c576
|
8158551: BigDecimal.sqrt javadoc typo
Reviewed-by: bpb, lancea
|
2016-06-02 10:52:55 -07:00 |
|
Michael Haupt
|
3eec24e560
|
8156868: MethodHandles.zero(Class) doc issues
Reviewed-by: psandoz, mhaupt
|
2016-06-02 14:28:16 +02:00 |
|
Stuart Marks
|
fae6e03a9b
|
8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
Reviewed-by: mchung
|
2016-06-01 13:47:55 -07:00 |
|
Joe Darcy
|
77859dc5ca
|
8158312: Update String.join example code to use List convenience factory methods
Reviewed-by: lancea, smarks
|
2016-05-31 19:13:21 -07:00 |
|
Nishit Jain
|
02f77987fa
|
8072099: Format "ha" is unable to parse hours 10-12
Reviewed-by: okutsu, peytoia
|
2016-05-31 16:19:32 +09:00 |
|