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 |
|
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 |
|
Semyon Sadetsky
|
0c483d8e20
|
8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed
Reviewed-by: serb, alexsch
|
2016-06-10 13:05:49 +03:00 |
|
Prasanta Sadhukhan
|
987c089f6b
|
8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java
Reviewed-by: yan
|
2016-06-10 15:28:49 +05:30 |
|
Prasanta Sadhukhan
|
4f9b85c627
|
8158758: [TEST_BUG] test/java/awt/print/PrinterJob/LandscapeStackOverflow.java fails on timeout
Reviewed-by: yan
|
2016-06-10 15:20:59 +05:30 |
|
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 |
|
Dmitry Markov
|
e66c3d1596
|
8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
Reviewed-by: ssadetsky, alexp
|
2016-06-09 14:21:42 +03:00 |
|
Mikhail Cherkasov
|
3e635157a9
|
8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
Reviewed-by: serb, aivanov
|
2016-06-09 13:54:48 +03: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 |
|
Dan Smith
|
c9ecf65186
|
8157476: -Wlogical-not-parentheses warnings in JRSUIConstantSync.m
Reviewed-by: serb
|
2016-06-08 16:27:02 -06:00 |
|
Michael Haupt
|
c777916f51
|
8158571: Additional method handle validation
Reviewed-by: jrose, ahgross, mchung
|
2016-06-08 21:45:34 +01: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 |
|
Prasanta Sadhukhan
|
fb10e2f2ae
|
6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates
Reviewed-by: prr
|
2016-06-08 09:56:56 +05:30 |
|
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 |
|
Robin Stevens
|
3dee2d33a4
|
8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens
Reviewed-by: alexsch
|
2016-06-07 20:15:01 +04: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 |
|
Semyon Sadetsky
|
d0668c07b4
|
8151015: JTextArea.insert() does not behave as expected with invalid position
Reviewed-by: prr
|
2016-06-07 11:57:59 +03:00 |
|
Semyon Sadetsky
|
e6dcf30b2a
|
8156121: "Fail forward" fails for GTK3 if no GTK2 available
Reviewed-by: prr
|
2016-06-07 11:40:28 +03:00 |
|
Semyon Sadetsky
|
fcc7521d15
|
8154431: Allow source and target based validation for the focus transfer between two JComponents
Reviewed-by: alexsch, prr
|
2016-06-07 11:29:42 +03:00 |
|
Prasanta Sadhukhan
|
db4963b1d3
|
8158520: [TEST_BUG] java/awt/PrintJob/PrinterException.java fails on timeout
Reviewed-by: serb
|
2016-06-07 11:02:21 +05:30 |
|
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 |
|
David Dehaven
|
d37fd207e1
|
Merge
|
2016-06-06 13:16:45 -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 |
|
Sergey Bylokhov
|
70ba9caaab
|
8146313: The java.beans.Statement.invoke() method handles 3-arg Class.forName incorrectly
Reviewed-by: prr, ahgross, alexsch
|
2016-06-06 18:28:46 +03:00 |
|
Alexey Ushakov
|
af683a251d
|
8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
Reviewed-by: serb, prr
|
2016-06-06 16:23:37 +03:00 |
|
Shilpi Rastogi
|
389fc2ae25
|
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
Reviewed-by: sundar, mhaupt
|
2016-06-06 09:13:35 +02:00 |
|