Commit Graph

14666 Commits

Author SHA1 Message Date
Kirill Zhaldybin
6fdbed7699 8156226: DiagnosticCommandImpl::invoke throws not very comprehensive message in case if method exists but signature or parameters are wrong
Reviewed-by: mchung, dholmes, dfuchs
2016-06-15 20:43:53 +03:00
Dmitry Samersoff
9707ae0c4e 8153278: sun/tools/jps/TestJpsJar.java fails in hs nightly
Refactor the test to take pwd right before the check

Reviewed-by: dholmes
2016-06-15 11:24:12 +03:00
Coleen Phillimore
0d886c8179 8158237: JVMTI hides critical debug information for memory leak tracing
Remove _backtrace as hidden field, original problem no longer exists

Reviewed-by: sspitsyn, jiangli
2016-06-13 09:03:32 -04:00
Alejandro Murillo
2d3401c846 Merge 2016-06-10 15:19:33 -07:00
Alejandro Murillo
b6cad8150e Merge 2016-06-10 15:13:40 -07:00
Joe Darcy
2f658b12e2 8159263: Problem list tools/jmod/JmodTest.java
Reviewed-by: jlaskey
2016-06-10 10:54:34 -07:00
Nishit Jain
acac4bb550 8040211: Update LSR datafile for BCP 47
Reviewed-by: okutsu, peytoia
2016-06-10 20:25:51 +09:00
Jim Laskey
a00aaac22a 8159228: Exclude jlink tests until jrt-fs patterns are rectified
Reviewed-by: sundar
2016-06-10 07:38:33 -03: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
Lana Steuck
ffe5156969 Merge 2016-06-09 19:07:27 +00:00
Lana Steuck
b2b9fa589a Added tag jdk-9+122 for changeset 29957ed01d97 2016-06-09 17:28:37 +00:00
Jim Laskey
50e2a2ced0 8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03:00
Jim Laskey
32757e8ed8 8156995: jimage: extract specified contents
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03:00
Jim Laskey
9cc375cdf9 8156994: jimage --help is not helpful
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03: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
Pavel Rappo
7c857909cf 8156693: Improve usability of CompletableFuture use in WebSocket API
Reviewed-by: rriggs
2016-06-08 15:19:58 +01:00
Hannes Wallnöfer
ebf4782aa1 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt
2016-06-08 15:50:11 +02:00
Amy Lu
2a5aef1ee4 8159012: Problem list sun/net/www/http/ChunkedOutputStream/checkError.java
Reviewed-by: chegar
2016-06-08 16:25:39 +08: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
Sibabrata Sahoo
dcaf52adab 8157896: TestDSAGenParameterSpec.java test fails with timeout
8157898: SupportedDSAParamGen.java failed with timeout

Reviewed-by: xuelei
2016-06-07 09:00:11 -07:00
Artem Kosarev
1fedf2692e 8157603: TestCipher.java doesn't check one of the decrypted message as expected
Reviewed-by: valeriep
2016-06-07 08:54:46 -07:00
Abdul Kolarkunnu
31d11c4f48 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter
Reviewed-by: sundar
2016-06-07 11:43:46 +00:00
Pavel Rappo
b263937bb2 8156650: Simplify Text message support in WebSocket API
Reviewed-by: rriggs
2016-06-07 12:29:19 +01: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
Joe Darcy
5e8fb78dc1 8158870: Temporarily problem list DGCDeadLock.java on Mac
Reviewed-by: smarks
2016-06-06 16:46:54 -07: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
Michael McMahon
b1c5f2dfdd 8158651: ConcurrentModification exceptions in httpclient
Reviewed-by: rriggs
2016-06-03 16:28:53 +01:00
Chris Hegarty
05e9b6b110 8158525: Update a few java/net tests to use the loopback address instead of the host address
Reviewed-by: rriggs
2016-06-03 13:45:30 +01:00
Dmitry Samersoff
f29ed63213 8155009: [TESTBUG] jstack subtest of BasicLauncherTest should not be executed under OS X
Detect OS X and skip part of the test

Reviewed-by: sspitsyn, rehn
2016-06-03 13:07:00 +03:00
Robbin Ehn
97027caf34 8156537: Tools using MonitoredVmUtil do not parse module in cmdline correctly
Reviewed-by: dsamersoff, sla
2016-06-03 10:05:04 +02: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
Lana Steuck
0249858721 Merge 2016-06-02 21:15:12 +00: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
Lana Steuck
5f8d8da22b Added tag jdk-9+121 for changeset 2435017e82ff 2016-06-02 20:33:35 +00:00
Rajan Halade
5223193974 8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
Reviewed-by: smarks
2016-06-02 12:25:17 -07:00
Joe Darcy
09bca1c576 8158551: BigDecimal.sqrt javadoc typo
Reviewed-by: bpb, lancea
2016-06-02 10:52:55 -07:00