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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Rajeev Chamyal
|
27ca8ca42f
|
8146319: JEditorPane function setPage leaves a file lock
Reviewed-by: alexsch, ssadetsky
|
2016-06-03 11:55:46 +05:30 |
|
Ajit Ghaisas
|
c438c09811
|
8074829: Resolve disabled warnings for libawt_headless
Reviewed-by: prr, erikj, serb
|
2016-06-03 11:37:45 +05:30 |
|
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 |
|
Andrew Brygin
|
09db90e3d1
|
8078382: Wrong glyph is displayed for a derived font
Reviewed-by: prr, serb
|
2016-06-02 15:36:15 +03:00 |
|
Michael Haupt
|
3eec24e560
|
8156868: MethodHandles.zero(Class) doc issues
Reviewed-by: psandoz, mhaupt
|
2016-06-02 14:28:16 +02:00 |
|
Prasanta Sadhukhan
|
e110eecba2
|
6842011: StackOverflowError printing landscape with scale and transform
Reviewed-by: prr, flar
|
2016-06-02 15:20:31 +05:30 |
|
Ajit Ghaisas
|
a9834530de
|
8139192: Custom ImageFilters return blank images in Java 8(.45) while working in 7
Reviewed-by: flar, prr
|
2016-06-02 15:16:07 +05:30 |
|
Phil Race
|
1ce5faedb7
|
8158408: Font2DTest demo needs to use FontPanel resolution matching the screen
Reviewed-by: ssadetsky
|
2016-06-01 20:40:11 -07:00 |
|
David Dehaven
|
1733b64041
|
Merge
|
2016-06-01 15:27:51 -07: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
|
b589f49334
|
5040830: (ann) please improve toString() for annotations containing exception proxies
Reviewed-by: psandoz
|
2016-06-01 11:16:58 -07:00 |
|
Xueming Shen
|
d17f9b96fe
|
8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
Reviewed-by: psandoz
|
2016-06-01 09:52:08 -07:00 |
|
Weijun Wang
|
65360411bb
|
8152108: Correct jarsigner warning message about missing timestamp
Reviewed-by: mullan
|
2016-06-01 15:35:38 +08:00 |
|
Avik Niyogi
|
e5ec5f5afd
|
8158230: [macosx] ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar
Reviewed-by: serb, alexsch
|
2016-06-01 11:16:22 +05:30 |
|
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 |
|
Lance Andersen
|
4300a5a412
|
8158281: java_sql_Timestamp.java fails with AssertionError
Reviewed-by: mchung
|
2016-05-31 21:27:28 -04:00 |
|
Alejandro Murillo
|
33bcb0a556
|
Merge
|
2016-05-31 13:15:48 -07:00 |
|
Mandy Chung
|
a852e6e5d0
|
8152721: Java Web Start splash mechanism is not working in JDK9
Reviewed-by: alanb, ksrini
|
2016-05-31 10:59:31 -07:00 |
|