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 |
|
Masayoshi Okutsu
|
c213f457ce
|
8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
Reviewed-by: alanb, mchung, naoto
|
2016-06-22 16:12:39 +09:00 |
|
David Dehaven
|
cadb9794d9
|
8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
Reviewed-by: serb, ksrini
|
2016-06-21 15:46:22 -07:00 |
|
Phil Race
|
ec03057889
|
Merge
|
2016-06-27 10:01:23 -07:00 |
|
Ivan Gerasimov
|
e8dfc516f8
|
8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
|
2016-06-27 16:09:09 +03:00 |
|
Athijegannathan Sundararajan
|
7886baafa8
|
8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
Reviewed-by: psandoz
|
2016-06-27 14:55:06 +05:30 |
|
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 |
|
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 |
|
Vyom Tewari
|
bb15c9c8bf
|
8154234: Remove netdoc URL protocol Handler
Reviewed-by: chegar
|
2016-06-21 16:42:33 +01:00 |
|
Vyom Tewari
|
47ade5bbb9
|
8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
Reviewed-by: chegar, rriggs
|
2016-06-21 14:00:59 +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 |
|
Weijun Wang
|
8c65ff9c8c
|
8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Reviewed-by: xuelei, wetmore
|
2016-06-21 11:09:13 +08: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 |
|
Li Jiang
|
ac5c0f2d31
|
8159324: JDK9 message drop 10 resource updates
JDK9 message drop resource updates - openjdk
Reviewed-by: rfield, alanb, joehw, weijun
|
2016-06-20 06:13:31 -07:00 |
|
Mandy Chung
|
23a9fbcadd
|
8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
Reviewed-by: lancea
|
2016-06-17 14:37:00 -07: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 |
|
Alejandro Murillo
|
2d3401c846
|
Merge
|
2016-06-10 15:19:33 -07:00 |
|
Steve Drach
|
9f0c345f7f
|
8114827: JDK 9 multi-release enabled jar tool
Reviewed-by: chegar
|
2016-06-10 13:57:51 -07: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 |
|
Rob McKenna
|
ed73972cda
|
8143640: Showing incorrect result while passing specific argument in the Java launcher tools
Reviewed-by: ksrini
|
2016-06-28 20:03:29 +01:00 |
|
Mandy Chung
|
23264135ec
|
8159596: Add java --dry-run
Reviewed-by: alanb, ksrini
|
2016-06-27 20:22:04 -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 |
|
Nishit Jain
|
acac4bb550
|
8040211: Update LSR datafile for BCP 47
Reviewed-by: okutsu, peytoia
|
2016-06-10 20:25:51 +09:00 |
|
Jamil Nimeh
|
ff8336341c
|
8157925: Typo in the API documentation of X509KeyManager
Corrects the misspelled word "implentations" to "implementations"
Reviewed-by: ascarpino
|
2016-06-10 00:37:24 -07:00 |
|
Claes Redestad
|
63715643fa
|
8158933: String concat stringifiers setup should avoid unnecessary lookups
Reviewed-by: shade
|
2016-06-09 16:13:09 +02:00 |
|
Shilpi Rastogi
|
41fa7638dd
|
8147585: Annotations with lambda expressions has parameter result in wrong behavior
Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt
|
2016-06-09 09:33:37 +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 |
|
Bradford Wetmore
|
a1ebe17019
|
8158978: ALPN not working when values are set directly on a SSLServerSocket
Reviewed-by: xuelei
|
2016-06-08 11:28:13 -07: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
|
eb636ba047
|
8151836: keytool -importkeystore -help does not list option -destprotected
Reviewed-by: xuelei
|
2016-06-07 10:33:38 +08:00 |
|
Weijun Wang
|
16207b2fef
|
8158442: SecureRandomParameters missing "@since 9"
Reviewed-by: mullan, wetmore
|
2016-06-07 10:11:33 +08:00 |
|
Weijun Wang
|
c01b490933
|
8157308: Make AbstractDrbg non-Serializable
Reviewed-by: mullan
|
2016-06-07 10:10:59 +08:00 |
|
Doug Simon
|
de17002b7c
|
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
Reviewed-by: kvn
|
2016-06-06 16:18:01 -07: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 |
|
Xueming Shen
|
4afc77c7cc
|
8074819: Resolve disabled warnings for libzip
Reviewed-by: naoto
|
2016-06-03 16:31:13 -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 |
|