Vladimir Kozlov
b7a4c8d92a
Merge
2016-06-24 15:06:50 -07:00
Alejandro Murillo
d26d73b61e
Merge
2016-06-23 17:11:19 -07:00
Alejandro Murillo
53f4bd6df0
Merge
2016-06-23 17:07:31 -07:00
Brent Christian
17dc09ea23
7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
...
Replace JRS calls with Core Foundation calls
Reviewed-by: naoto
2016-06-23 14:14:06 -07:00
Paul Sandoz
3f0273a3c4
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
...
Reviewed-by: shade
2016-06-23 13:46:48 +02:00
Sergey Kuksenko
8b5cbab0f5
8158980: Memory leak in HTTP2Connection.streams
...
Reviewed-by: chegar
2016-06-23 10:25:04 +01:00
Artem Smotrakov
f2b622bfb3
8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
...
Reviewed-by: valeriep
2016-06-22 15:58:08 -07: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
Naoto Sato
5c227bfdae
8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
...
Reviewed-by: mchung, okutsu
2016-06-22 08:51:32 -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
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
Ajit Ghaisas
035a4b7b98
8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor
...
Reviewed-by: alexsch, prr
2016-06-28 16:17:08 +05:30
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
Jim Laskey
747cf0453a
8160348: jlink should use System.out for usage messages
...
Reviewed-by: sundar
2016-06-27 09:26:47 -03:00
Prasanta Sadhukhan
267d644dc6
8159068: The rendering of JTable is broken
...
Reviewed-by: alexsch, rchamyal
2016-06-27 16:10:06 +05:30
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
Dmitry Markov
349451667b
8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
...
Reviewed-by: ssadetsky, alexp
2016-06-27 11:31:21 +03:00
Athijegannathan Sundararajan
72d2e8594f
8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
...
Reviewed-by: jlaskey, psandoz
2016-06-24 19:56:50 +05:30
Jim Laskey
2146bab54f
8159172: Update usage of jlink/jimage/jmod to show option patterns
...
Reviewed-by: mchung, alanb
2016-06-24 11:20:24 -03:00
Sergey Kuksenko
d90e966a97
8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash
...
Reviewed-by: chegar
2016-06-24 06:52:29 +01: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
Phil Race
62f4383578
4497648: TextLayout equals method is not implemented
...
Reviewed-by: serb, psadhukhan
2016-06-23 16:54:19 -07:00
Prasanta Sadhukhan
1d8080cca9
6601097: Margins are not reset to hardware margins when width/height is 0 or -ve alongwith x, y
...
Reviewed-by: prr, jdv
2016-06-23 16:46:13 +05:30
Anton Litvinov
69128416e4
8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
...
Reviewed-by: alexp, serb
2016-06-23 12:53:56 +03:00
Manajit Halder
76cbe40b08
8155740: [macosx] robot.keyPress and robot.keyRelease do not generate key event for Alt-Graph key VK_ALT_GRAPH
...
Reviewed-by: ssadetsky, serb
2016-06-22 16:10:36 +05:30
Semyon Sadetsky
1357181c55
8139189: Review request for 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
...
Reviewed-by: alexsch
2016-06-22 12:36:18 +03:00
Semyon Sadetsky
c5d53536bd
8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
...
Reviewed-by: alexsch, serb
2016-06-22 12:26:30 +03:00
Naoto Sato
e18eaa2e9b
8159548: Formatter returns unexpected strings if locale is null
...
Reviewed-by: sherman
2016-06-21 15:15:05 -07:00
Pavel Rappo
e0c6d91241
8156742: Miscellaneous WebSocket API improvements
...
Reviewed-by: chegar, rriggs
2016-06-21 18:51:18 +01: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
Ivan Gerasimov
c49eb0c2b6
8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
...
Reviewed-by: rriggs, coffeys
2016-06-21 17:48:29 +03:00
Athijegannathan Sundararajan
e011bbd371
8159593: Plugin Set<Category> getType() should return a Category
...
Reviewed-by: jlaskey
2016-06-21 19:05:34 +05:30
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
Mandy Chung
8ca2400daa
Merge
2016-06-20 19:31:03 -07: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
Ioi Lam
2a16316429
8154820: JDWP: -agentlib:jdwp=help assertion error
...
Reviewed-by: dholmes, sspitsyn, dsamersoff
2016-06-20 08:49:40 -07: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
Phil Race
8884792ee0
Merge
2016-06-20 13:10:54 -07:00
Ajit Ghaisas
d8ed3afe96
8041909: Uncaught exceptions in JComboBox listeners cause listener not to receive events
...
Reviewed-by: alexsch, serb
2016-06-20 17:01:02 +05:30
Mandy Chung
d3e5142694
8155955: packager needs to determine the root modules to create JRE image
...
Reviewed-by: alanb
2016-06-19 16:46:49 -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
Prasanta Sadhukhan
d6d355ab07
6966350: Empty pages when printing on Lexmark E352dn PS3 with "1200 IQ" setting
...
Reviewed-by: prr, jdv
2016-06-17 16:52:38 +05:30
Laurent Bourgès
3bd31d61ae
8159093: Fix coding conventions in Marlin renderer
...
Capital letters for constants and use rdrCtx.stats (field)
Reviewed-by: flar, prr
2016-06-15 21:43:39 +02:00
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
Prem Balakrishnan
b07d2cc56d
8152419: JColorChooser throws Exception
...
Reviewed-by: alexsch, rchamyal
2016-06-15 16:33:05 +05:30
Jayathirth D V
964b5e2fe5
6386906: Faulty rounding code in BMPImageReader.decodeRLE4()
...
Reviewed-by: flar, psadhukhan
2016-06-15 14:22:44 +05:30
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
Hendrik Schreiber
6d82cbce2a
8151385: [hidpi] JOptionPane-Icons only partially visible when using Windows 10 L&F
...
Reviewed-by: serb, alexsch
2016-06-14 11:33:56 +03: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
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
Jim Laskey
ef2abc8eff
8160459: jlink minor code clean up
...
Reviewed-by: mchung
2016-06-28 16:07:23 -03:00
Ramanand Patil
78f385b79a
8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
...
This patch adds a new configurable property "java.util.logging.FileHandler.maxLocks" to java.util.logging.FileHandler which can be defined in the logging configuration file and makes it possible to configure the maximum number of concurrent log file locks a FileHandler can handle. If not overridden, the default value of maxLocks (100) remains unchanged.
Reviewed-by: dfuchs, coffeys
2016-06-27 11:52:49 +05:30
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
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
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
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
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
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
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
Lance Andersen
8e7633221f
8154189: Deprivilege java.sql and java.sql.rowset module
...
Reviewed-by: alanb, mchung
2016-05-31 13:43:15 -04:00
Alejandro Murillo
292e12a684
Merge
2016-05-31 09:41:18 -07:00
Sergey Bylokhov
086da50a2f
8157320: The CheckboxMenuItem can not be selected
...
Reviewed-by: arapte, alexsch
2016-05-31 18:31:29 +03:00
Semyon Sadetsky
989fe674ba
8139218: Dialog that opens and closes quickly changes focus in original focusowner
...
Reviewed-by: alexsch
2016-05-31 15:57:01 +03:00
Athijegannathan Sundararajan
9f834231d5
8158131: Nashorn should not use jdk.internal.module.Modules API
...
Reviewed-by: hannesw, mhaupt, alanb
2016-05-31 13:10:46 +05:30
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
Prasanta Sadhukhan
b0d02d28a3
4957035: Code given in api is not compilable: docs/api/javax/print/package-summary.html
...
Reviewed-by: serb, jdv
2016-05-31 12:29:57 +05:30
Rachna Goel
48873ebc3f
8145136: Upgrade CLDR locale data
...
Reviewed-by: naoto, okutsu, peytoia
2016-05-31 13:00:48 +09:00
Alan Bateman
d86a48ef37
Merge
2016-05-30 17:55:53 +01:00
Alan Bateman
a5e1465831
8066258: Re-examine com.sun.nio.file to see if it should be a supported API
...
Reviewed-by: chegar
2016-05-30 17:38:05 +01:00
Ivan Gerasimov
6c8b5e04ac
8158111: Make handling of 3rd party providers more stable
...
Reviewed-by: xuelei
2016-05-30 18:39:43 +03:00
Ambarish Rapte
2643f6c32f
8145284: [Documentation] [TextField] Missing new line character handling
...
Reviewed-by: psadhukhan, serb
2016-05-30 16:04:40 +05:30
Semyon Sadetsky
26a8aa6704
8157163: AWT FileDialog does not inherit icon image from parent Frame
...
Reviewed-by: alexsch, serb
2016-05-30 11:08:27 +03:00
Semyon Sadetsky
f900050ef0
8147842: IME Composition Window is displayed at incorrect location
...
Reviewed-by: alexsch
2016-05-30 10:50:32 +03:00
Nishit Jain
2f8dcbe90f
8158025: Typo in java.util.Locale
...
Reviewed-by: okutsu, peytoia
2016-05-30 15:28:48 +09:00
Sergey Bylokhov
a34bbc2ae4
8156043: Unstable behavior of PropertyDescriptor's getWriteMethod() in case of overloaded setters
...
Reviewed-by: alexsch, ssadetsky
2016-05-29 02:34:28 +03:00
Sergey Bylokhov
1bae87cde9
8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
...
Reviewed-by: ant, prr
2016-05-29 02:10:14 +03:00
Mohamed Naufal
6e64c35e6f
8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
...
Reviewed-by: psandoz
2016-05-28 13:57:30 +05:30
Alan Bateman
40abbd6d10
8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
...
Reviewed-by: chegar, rriggs
2016-06-17 17:17:21 +01:00
Claes Redestad
ccc3cbf458
8159745: Remove java.net.Parts
...
Reviewed-by: alanb, chegar
2016-06-17 16:18:37 +02:00
Weijun Wang
644df29a24
8158633: BASE64 encoded cert not correctly parsed with UTF-16
...
Reviewed-by: mullan
2016-06-17 21:07:31 +08:00
Nishit Jain
868cd939e6
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
...
Reviewed-by: naoto, okutsu, peytoia
2016-06-17 21:42:38 +09:00
Alan Bateman
8547893efe
8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
...
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
Reviewed-by: chegar, mchung
2016-06-17 08:41:39 +01:00
Weijun Wang
7827c194e7
8146619: Re-examine supportness of public classes in com.sun.security.auth.**
...
Reviewed-by: xuelei
2016-06-17 09:46:34 +08:00
Weijun Wang
6c14c3fdae
6968542: keytool -importcert cannot deal with duplicate certs
...
Reviewed-by: xuelei
2016-06-17 09:46:27 +08:00
Weijun Wang
8d0acfd66e
8027781: New jarsigner timestamp warning is grammatically incorrect
...
Reviewed-by: jnimeh, mullan
2016-06-17 09:46:03 +08:00
Joe Darcy
b2795ca463
8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
...
Reviewed-by: mchung, chegar
2016-06-16 13:00:34 -07:00
Jim Laskey
f98b4f5aea
8159206: All jlink or jmod tests failing
...
Reviewed-by: alanb, mchung
2016-06-16 09:09:53 -03:00
Valerie Peng
c1c5618ddd
8154191: Deprivilege java.smartcardio module
...
Updated java.policy with the entry for java.smartcardio module
Reviewed-by: mullan, mchung
2016-06-15 23:24:08 +00:00
Doug Lea
ccf113da6d
8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals
...
Reviewed-by: martin
2016-06-15 13:44:16 -07:00
Doug Lea
559140e18e
8066070: PriorityQueue corrupted when adding non-Comparable
...
Reviewed-by: martin, chegar
2016-06-01 19:03:15 -07:00
David Dehaven
a513e6fe8a
Merge
2016-06-15 12:47:50 -07:00
Kumar Srinivasan
b464feabff
8065831: Ensure the pack200/unpack200 help is consistent with man page
...
Reviewed-by: mchung
2016-06-15 12:36:19 -07:00
Chris Hegarty
b48a0e79c4
8157045: NPE during websocket communication with wss
...
Reviewed-by: michaelm, prappo
2016-06-15 19:18:19 +01:00
David Dehaven
2579e92c1f
Merge
2016-06-15 09:24:05 -07:00
Xue-Lei Andrew Fan
46261e5d4e
8150966: Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN
...
Reviewed-by: weijun, jnimeh
2016-06-15 09:11:12 +00:00
Alejandro Murillo
6015181842
Merge
2016-06-14 20:17:41 -07:00
Weijun Wang
5d498d96f8
8157848: Mark deprecated javax.security.auth.Policy API with forRemoval=true
...
Reviewed-by: mullan, xuelei
2016-06-15 10:13:21 +08:00
Vicente Romero
ec6f5c4bf7
8159530: recent compiler change results in compile error in JapaneseDate.java
...
Reviewed-by: darcy
2016-06-14 18:19:54 -07:00
Xueming Shen
5aad7937b7
8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException
...
8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary
Reviewed-by: smarks
2016-06-14 16:56:27 -07:00
Alejandro Murillo
3391d95d57
Merge
2016-06-14 10:22:07 -07:00
Joe Darcy
b4934af2e2
8159330: Improve deprecation text for Class.newInstance
...
Reviewed-by: rriggs, weijun
2016-06-14 09:03:12 -07:00
Nishit Jain
3db5ac3931
8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character
...
Reviewed-by: okutsu, peytoia
2016-06-14 12:29:49 +09:00
Valerie Peng
d9d53c3850
8157489: AppleProvider in java.base/macosx/classes/module-info.java.extra
...
Remove the line for ServiceLoader lookup
Reviewed-by: mchung
2016-06-13 21:49:37 +00:00
Valerie Peng
a03a15a590
8157881: security.provider property description needs to be updated for modules
...
Update java.security file with using provider name for provider registration
Reviewed-by: mullan
2016-06-13 21:49:12 +00:00
Pavel Rappo
763be5ec14
8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
...
Reviewed-by: chegar
2016-06-13 15:48:17 +01:00
Claes Redestad
3fe3701880
8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
...
Reviewed-by: alanb, mchung
2016-06-13 14:02:04 +02:00
Jan Lahoda
4123c26144
8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
...
Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences.
Reviewed-by: alanb
2016-06-13 11:46:07 +02:00
Chris Hegarty
5c046950ce
8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface
...
Co-authored-by: Christoph Langer <christoph.langer@sap.com>
Co-authored-by: Doychin Bondzhev <doychin@dsoft-bg.com>
Reviewed-by: clanger, chegar, dsamersoff
2016-06-13 08:29:43 +01:00
Daniel Fuchs
4c69f47805
8153666: Optimize Formatter.formatMessage
...
This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen.
Reviewed-by: rriggs, martin
2016-06-13 08:20:34 +01:00
Joe Darcy
0530bceffc
5041778: (ann) AnnotationFormatError if "default" Class type not found
...
Reviewed-by: jfranck
2016-06-12 12:14:52 -07:00
Weijun Wang
ec53a43962
8158534: DrbgParameters strength parameter is underspecified if < -1
...
Reviewed-by: xuelei
2016-06-12 10:48:19 +08:00
Iris Clark
eb64124e48
8158458: Update references from "1.9" to "9"
...
Reviewed-by: prr
2016-06-10 13:47:19 -07:00
Valerie Peng
2f6adf09a0
8157627: Ucrypto prov need to workaround the renaming of CK_AES_GCM_PARAMS starting S11.3
...
Update Ucrypto header files to provide the definition of CK_AES_GCM_PARAMS for S11.3 and later
Reviewed-by: ascarpino
2016-06-10 23:06:24 +00:00
Valerie Peng
18e69df0e8
8157495: SHA-3 Hash algorithm performance improvements (~12x speedup)
...
Various improvements on performance and memory footprint
Reviewed-by: ascarpino
2016-06-10 22:39:40 +00:00
Srikanth Adayapalam
3d91ba0bc6
8033812: javadoc for java.lang.annotation.ElementType needs minor correction
...
Fix incorrect count of type contexts.
Reviewed-by: mcimadamore
2016-05-28 09:47:28 +05:30
Artem Smotrakov
6d029e8034
8152207: Perform array bound checks while getting a length of bytecode instructions
...
Reviewed-by: hseigel
2016-05-27 14:24:38 -07:00
Jim Laskey
74982b9113
8158061: Additional argument checks to BasicImageReader calls
...
Reviewed-by: alanb, coffeys
2016-05-27 14:02:28 -03:00
Mandy Chung
b9ff64a7cb
8157986: Runtime support for javac to determine arguments to the runtime environment
...
Reviewed-by: alanb
2016-05-27 08:52:22 -07:00
Jim Laskey
a29401159f
8156209: Add argument checks to BasicImageReader calls
...
Reviewed-by: sundar
2016-05-27 12:34:08 -03:00
Naoto Sato
b53fd187fe
8157964: Static build of libzip is missing JNI_OnLoad_zip entry point
...
Reviewed-by: sherman
2016-05-26 14:44:42 -07:00
Alejandro Murillo
62c695b852
Merge
2016-05-26 14:24:50 -07:00
Naoto Sato
0a43813969
8157997: Reverting a push with wrong id
...
Reviewed-by: sherman
2016-05-26 14:21:09 -07:00
Alejandro Murillo
7f5a7b800d
Merge
2016-05-26 14:17:06 -07:00
Anthony Scarpino
9e2fe5774c
8154005: Add algorithm constraint that specifies the restriction date
...
Reviewed-by: mullan, igerasim
2016-05-26 13:33:27 -07:00
Joe Darcy
c1630c7e87
6961865: javadoc for Boolean.valueOf(String) with null argument not clearly specified
...
Reviewed-by: shade
2016-05-26 13:18:32 -07:00
Naoto Sato
e04ad243e0
8157164: Static build of libzip is missing JNI_OnLoad_zip entry point
...
Reviewed-by: sherman
2016-05-26 13:06:54 -07:00
Alexey Ushakov
3476a78bab
7172749: Xrender: Class cast exception in 2D code running an AWT regression test
...
Reviewed-by: serb, prr
2016-05-26 19:58:46 +03:00
Alan Bateman
39e8310a9a
8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
...
Reviewed-by: chegar, mchung
2016-05-26 10:56:58 +01:00
Alan Bateman
10f79f95df
8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL
...
Rename jdk.internal.loader.ClassLoaders.addURLToUCP() to toFileURL(), which returns the converted URL.
Reviewed-by: martin, mchung
2016-05-25 17:29:47 -04:00
Mandy Chung
afae52743f
8157877: Clean up StackWalker permission checks
...
Reviewed-by: lancea, ahgross
2016-05-25 14:05:51 -07:00
Xueming Shen
6d8b52eca8
8147539: (zipfs) ZipPath should throw ProviderMismatchException when invoking register()
...
8153248: (zipfs) ZipPath#getFileName( ) returns inconsistent result
8146754: (zipfs) ZipPath.relativize() returns wrong result for path ending with slash /
8139956: (zipfs) ZipPath does not produce correct empty path on relativize()
Reviewed-by: alanb, shurailine
2016-05-25 13:53:03 -07:00
Stuart Marks
1dd84f024f
8133977: add specification for serialized forms
...
Reviewed-by: chegar, plevart, scolebourne
2016-05-25 13:38:35 -07:00
Alan Bateman
8fe063908e
Merge
2016-05-25 20:26:43 +01:00
Alan Bateman
bfb7fba79b
8156142: ModuleReader instances don't always throw NPE for passed null args
...
Reviewed-by: chegar, mchung
2016-05-25 20:12:32 +01:00
Chris Hegarty
c4db92a027
8157811: Additional minor fixes and cleanups in Networking native code
...
Reviewed-by: alanb, clanger, dsamersoff, msheppar
2016-05-25 20:04:57 +01:00
Chris Hegarty
28f80af02a
8157825: Remove JDK 9 specific methods from sun.misc.Unsafe
...
Reviewed-by: alanb, mchung, shade
2016-05-25 20:00:20 +01:00
Alan Bateman
53e204dc49
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
...
Reviewed-by: chegar, mchung
2016-05-25 19:58:03 +01:00
Athijegannathan Sundararajan
629e292070
8157801: spurious > character in the javadoc comment for ModuleEntry.java
...
Reviewed-by: alanb
2016-05-25 11:43:57 +05:30
Joe Darcy
072a878dbb
8157724: Improve javadoc tag usage in java.math
...
Reviewed-by: bpb
2016-05-24 13:51:35 -07:00
Vyom Tewari
af7a591d39
8016521: InetAddress should not always re-order addresses returned from name service
...
Reviewed-by: chegar
2016-05-24 20:15:18 +01:00
Doug Lea
27a77176a6
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
...
Reviewed-by: martin, psandoz, chegar, shade
2016-05-24 10:14:41 -07:00
Naoto Sato
f8bc1cef61
8157632: 9-dev windows builds fail on zip_util.c
...
Reviewed-by: sherman, lana
2016-05-24 09:18:45 -07:00
Vyom Tewari
6bd865a6b4
8143923: java.net socket supportedOptions set depends on call order
...
Reviewed-by: chegar
2016-05-24 12:31:30 +01:00
Vladimir Ivanov
e3aacefb01
Merge
2016-05-24 14:14:18 +03:00
Alan Bateman
fe609fd3cb
8157598: ModuleReader find returns incorrect URI when modular JAR is a multi-release JAR
...
Reviewed-by: chegar, mchung
2016-05-24 11:31:25 +01:00
Michael Haupt
73dea49766
8157590: MethodHandles.arrayLength() lacks @since tag, implementation throws wrong exception
...
Reviewed-by: psandoz
2016-05-24 09:13:47 +02:00
Daniil Titov
534e89177d
8157622: Add @Deprecated annotations to the Applet API classes
...
Reviewed-by: smarks, serb
2016-05-23 14:49:42 -07:00
Naoto Sato
f099b745e4
8150179: Static build of libzip is missing JNI_OnLoad_zip entry point
...
Reviewed-by: sherman
2016-05-23 14:05:57 -07:00
Chris Hegarty
cbd92ed3f5
8156497: Add jar tool support for Multi-Release Modular JARs
...
Reviewed-by: alanb
2016-05-23 21:28:39 +01:00
Martin Buchholz
d1d3cba9db
8157613: Internal documentation improvements to ZipFile.java
...
Reviewed-by: plevart, sherman
2016-05-23 12:44:55 -07:00
Xueming Shen
7be8e94544
8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag
...
Reviewed-by: alanb
2016-05-23 12:53:56 -07:00
Hiroshi Ito
c5ef4d69b9
8158365: List.spliterator should optimize for RandomAccess lists
...
Reviewed-by: psandoz
2016-05-23 23:12:05 +08:00
Michael McMahon
c21c81a858
8160786: No CCC for public class java.net.http.AsyncSSlDelegate
...
Reviewed-by: chegar
2016-07-11 14:32:51 +01:00
Aleksei Efimov
cd974a0fef
8154553: Incorrect GPL header in package-info.java reported
...
Reviewed-by: igerasim
2016-07-11 00:24:46 +03:00
Xue-Lei Andrew Fan
d992f9b518
8159009: Remove ExemptionMechanism.finalize() implementation
...
Reviewed-by: mullan, weijun
2016-07-09 06:04:57 +00:00
Xue-Lei Andrew Fan
e78fd8d72e
8148516: Improve the default strength of EC in JDK
...
Reviewed-by: valeriep
2016-07-09 05:56:18 +00:00
Xue-Lei Andrew Fan
67ca9fc9b4
8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true
...
Reviewed-by: weijun
2016-07-09 05:48:16 +00:00
Jamil Nimeh
d4ed08f59e
8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
...
Improves clarity of the CodeSource javadoc, specifically regarding the ability of the URL parameter in the constructors being null.
Reviewed-by: mullan
2016-07-08 14:42:50 -07:00
Michael McMahon
998f8f5911
8153142: Cannot resolve multiple values from one response header
...
Reviewed-by: rriggs
2016-05-23 12:57:40 +01:00
Michael McMahon
ab880cb4af
8157105: HTTP/2 client hangs in blocking mode if an invalid frame has been received
...
Reviewed-by: rriggs
2016-05-23 12:38:48 +01:00
Xue-Lei Andrew Fan
ee0d8068a8
8046294: Generate the 4-byte timestamp randomly
...
Reviewed-by: jnimeh, weijun
2016-05-23 10:51:21 +00:00
Weijun Wang
c2cf879511
8157544: Typo in CtrDrbg::toString
...
Reviewed-by: xuelei
2016-05-23 18:18:20 +08:00
Weijun Wang
ae0c75bb38
8157526: 3KeyTDEA word left in DRBG after JDK-8156213
...
Reviewed-by: xuelei
2016-05-23 09:31:58 +08:00
Joe Darcy
edf1a42740
8157527: Replace @since 1.9 with @since 9 on new math methods
...
Reviewed-by: chegar
2016-05-22 18:23:02 -07:00
Chris Hegarty
8d8b6d10f6
8048518: File Descriptor Leak in src/java.base/unix/native/libnet/net_util_md.c
...
Reviewed-by: alanb, chegar
2016-05-22 19:06:23 +01:00
Jan Lahoda
4b64ab9bb5
8157502: make docs broken after JDK-5100935
...
Correcting reference to Math::multiplyFull.
Reviewed-by: alanb
2016-05-21 13:18:15 +02:00
Alan Bateman
ce04e9d9a2
8152650: ModuleFinder.compose should accept varargs
...
Reviewed-by: mchung
2016-05-21 08:01:03 +01:00
Alejandro Murillo
ef493e2be1
Merge
2016-05-20 11:30:52 -07:00
Vladimir Ivanov
6faefd3af8
Merge
2016-05-20 18:05:28 +03:00
Jim Laskey
3648a0f15f
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
...
Reviewed-by: alanb
2016-05-20 11:41:29 -03:00
Paul Sandoz
65a33061ce
8157437: Typos in Stream JavaDoc
...
Reviewed-by: shade, alanb, lancea
2016-05-20 14:07:21 +02:00
Paul Sandoz
53ef4fecbf
8130023: API java.util.stream: explicitly specify guaranteed execution of the pipeline
...
Reviewed-by: briangoetz, redestad
2016-05-20 11:47:39 +02:00
Michael Haupt
95535658a6
8155985: Persistent Parameter Processing
...
Reviewed-by: jrose, vlivanov, ahgross
2016-05-20 09:58:14 +01:00
Li Jiang
deb08e7fa0
8155918: JDK9 preparation message drop resource updates
...
JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
2016-05-20 00:03:45 -07:00
Sergey Bylokhov
a23de88885
8132973: @BeanProperty: what is the correct output in case of repeating annotations?
...
Reviewed-by: alexsch, avstepan
2016-05-26 16:12:12 +03:00
Ajit Ghaisas
7f19f63454
6827800: Default button is activated even when it is invisible
...
Reviewed-by: serb, rchamyal
2016-05-26 17:01:24 +05:30
Rajeev Chamyal
d6fea79c1a
8147521: [macosx] Internal API Usage: setPopupType used to force creation of heavyweight popup
...
Reviewed-by: alexsch, serb, prr
2016-05-26 16:02:19 +05:30
Brian Burkhalter
0a08ca4510
8156580: Make TIFFTagSet subclasses final
...
Change the class declarations to make TIFFTagSet subclasses final.
Reviewed-by: prr
2016-05-25 15:51:09 -07:00
Brian Burkhalter
08121fbd51
8149815: Misleading TIFFField#getAsNativeNode spec about native node name "TIFFIFD"
...
Change the specification verbiage of TIFFField.getAsNativeNode() to reflect the actual behavior.
Reviewed-by: prr
2016-05-25 15:48:57 -07:00
Phil Race
3e726f00ed
8154860: ImageIO.getImageReadersByFormatName() fails when jai_imageio is in the classpath
...
Reviewed-by: serb, bpb
2016-05-25 15:20:45 -07:00
David Dehaven
a5e0e96acb
Merge
2016-05-25 13:38:38 -07:00
Abdul Kolarkunnu
1715e73667
8153184: BorderLayout javadoc says current version of JDK is 1.2
...
Reviewed-by: serb, psadhukhan
2016-05-25 16:32:37 +05:30
Rajeev Chamyal
4cdcbc2939
8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
...
Reviewed-by: alexsch, serb
2016-05-25 14:59:15 +05:30
Rajeev Chamyal
b782ef4bdf
7070795: High contrast colour scheme fails to be applied to JFormattedTextField
...
Reviewed-by: alexsch, serb
2016-05-24 14:23:36 +05:30
Prem Balakrishnan
282908c590
8057574: inconsistent behavior for setBackground (Windows/Linux)
...
Reviewed-by: serb, arapte
2016-05-24 14:19:53 +05:30
Alexander Scherbatiy
18cecf9f67
8136366: Add a public API to create a L&F without installation
...
Reviewed-by: prr, serb
2016-05-22 12:31:56 +04:00
Henry Jen
e988331331
8156478: 3 Buffer overrun defect groups in jexec.c
...
Reviewed-by: ksrini
2016-05-19 21:59:35 -07:00
Nishit Jain
93f4f6c1b5
7102969: currency.properties supercede not working correctly
...
8149452: j.t.SimpleDateFormat.getDateFormatSymbols().getZoneStrings() returns incorrect result for some time zones
8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
Reviewed-by: naoto, okutsu, peytoia
2016-05-20 13:48:58 +09:00
Weijun Wang
06fe4b9a0b
8138766: New default -sigalg for keytool
...
Reviewed-by: mullan
2016-05-20 11:20:49 +08:00
Weijun Wang
efd36db57d
8149521: automatic discovery of LDAP servers with Kerberos authentication
...
Reviewed-by: vinnie
2016-05-20 11:15:05 +08:00
Brent Christian
0260528ef9
8029891: Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java
...
Properties now stores values in an internal ConcurrentHashMap
Reviewed-by: mchung, dholmes, plevart
2016-05-19 16:25:35 -07:00
Anthony Scarpino
6f2785f741
8155847: SHA groups needed for jdk.security.provider.preferred
...
Reviewed-by: valeriep, mullan
2016-05-19 16:05:33 -07:00
Anton Tarasov
980e404057
8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
...
Reviewed-by: serb, azvegint
2016-05-20 15:48:50 +03:00
Dmitry Markov
6e108c8b13
8157322: Several typos in javadoc
...
Reviewed-by: alexp, serb
2016-05-20 10:48:48 +03:00
Iris Clark
a950576f78
8144062: Move jdk.Version to java.lang.Runtime.Version
...
Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz
2016-05-19 12:04:54 -07:00
Mandy Chung
ab6efe7a7d
8157068: ExceptionInInitializerError if images build patched to use exploded version of jdk.internal.module.SystemModules
...
Reviewed-by: alanb
2016-05-19 11:17:35 -07:00
Aleksey Shipilev
55889705b0
8148604: JEP 280, Switch to more optimal concatenation strategy
...
Reviewed-by: psandoz, redestad
2016-05-19 16:59:31 +03:00
Alan Bateman
bed9953556
8148834: Update module-info reader/writer to 53.0
...
Reviewed-by: sundar, chegar
2016-05-19 13:10:08 +01:00
Ajit Ghaisas
c839e6ceee
7172750: Nimbus ScrollBar:ScrollBarThumb[Pressed].backgroundPainter is never invoked
...
Reviewed-by: serb, rchamyal
2016-05-19 16:45:58 +05:30
Prem Balakrishnan
899f624795
6587251: Import declaration not used in sun.java2d.*
...
Reviewed-by: prr, psadhukhan
2016-05-19 16:34:36 +05:30
Prasanta Sadhukhan
5fdb08818d
6509729: javax.print.ServiceUI.printDialog Border/Margin Evaluation is bugged
...
Reviewed-by: prr, jdv
2016-05-19 16:32:38 +05:30
Shilpi Rastogi
8aff72ba65
8149574: Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass()
...
Reviewed-by: vlivanov, psandoz, sundar, mhaupt
2016-05-19 11:13:52 +02:00
David Holmes
f75ffd3326
8157188: 2 test failures in demo/jvmti due to unexpected class file version 53
...
Reviewed-by: dsamersoff, alanb
2016-05-19 03:49:41 -04:00
Phil Race
d4b2e45898
Merge
2016-05-18 12:04:26 -07:00
Jan Lahoda
a865c6ef6b
8133549: Generalize jshell's EditingHistory
...
Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell
Reviewed-by: sundar
2016-05-18 21:00:33 +02:00
Kumar Srinivasan
ca98819c49
8156807: Pack200 must support v53.0 class files
...
Reviewed-by: mchung, shade
2016-05-18 11:31:23 -07:00
Xue-Lei Andrew Fan
918a949448
8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms
...
Reviewed-by: mullan, weijun
2016-05-18 22:55:35 +00:00
Sergey Bylokhov
da73758e61
8156169: Some sound tests rarely hangs because of incorrect synchronization
...
Reviewed-by: prr, amenkov
2016-05-18 20:40:17 +03:00
Phil Race
3546becf91
Merge
2016-05-18 09:57:35 -07:00
Paul Sandoz
0bad445941
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
...
Reviewed-by: fyuan, shade, vlivanov
2016-05-18 18:46:14 +02:00
Artem Smotrakov
5cf7ba5687
8157107: HTTP/2 client may fail with NPE if additional logging enabled
...
Reviewed-by: michaelm
2016-05-18 16:39:08 +01:00
Athijegannathan Sundararajan
ea55d0b71b
8154192: Deprivilege java.scripting module
...
Reviewed-by: jlaskey, alanb
2016-05-18 15:03:39 +05:30
Michael Haupt
c4976196f5
8156915: introduce MethodHandle factory for array length
...
Reviewed-by: sundar
2016-05-18 10:42:29 +02:00
Daniil Titov
3179e6a792
8155785: Add @Deprecated annotations to the Applet API classes
...
Reviewed-by: smarks, serb
2016-05-16 22:57:40 -07:00
Sergey Bylokhov
cc44b47d18
8156894: Cleanup of sun.java2d.pipe.Region
...
Reviewed-by: flar
2016-05-18 19:23:39 +03:00
Mikhail Cherkasov
49f26d74b4
6882559: new JEditorPane("text/plain","") fails for null context class loader
...
Reviewed-by: serb, aivanov
2016-05-18 18:35:54 +03:00
Alexey Ivanov
2de846fa45
8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
...
Reviewed-by: serb, alexp
2016-05-18 15:51:19 +03:00
Prasanta Sadhukhan
c0fd256a5e
6529030: Java Printing: Print range > Selection gets enabled
...
Reviewed-by: prr, jgodinez
2016-05-18 11:33:04 +05:30
Vadim Pakhnushev
6986e9dcad
6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
...
Reviewed-by: prr, serb
2016-05-17 21:50:13 +03:00
Semyon Sadetsky
3379663376
8046031: UI of Java Web Start app isn't updated when changing Windows theme
...
Reviewed-by: alexsch, serb
2016-05-17 14:31:12 +03:00
Martin Buchholz
2bb441c404
8157069: Assorted ZipFile improvements
...
Reviewed-by: sherman
2016-05-16 11:42:31 -07:00
Brian Burkhalter
9cdeece6b6
8130679: Writer/StringWriter.write methods do not specify index out bounds
...
Add throws tag indicating IndexOutOfBoundsExcepion to write() methods which have an index parameter.
Reviewed-by: chegar, prappo, rriggs
2016-05-17 16:04:53 -07:00
Aleksey Shipilev
33bb9220fc
8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
...
Reviewed-by: psandoz, redestad
2016-05-17 22:28:00 +03:00
Anton Litvinov
b71deff4e2
8041694: JFileChooser removes trailing spaces in the selected directory name
...
Reviewed-by: serb, ssadetsky
2016-05-16 18:12:53 +03:00
Alejandro Murillo
7a3decd3a2
Merge
2016-05-14 09:11:07 -07:00
Valerie Peng
dff68b8e33
Merge
2016-05-14 03:45:59 +00:00
Valerie Peng
b40b6a2e8e
8000415: Add support for SHA-3
...
Add SHA-3 support to SUN and OracleUcrypto provider
Reviewed-by: ascarpino, jnimeh
2016-05-14 03:44:30 +00:00
Nadeesh TV
6c51be077a
8155823: Add date-time patterns 'v' and 'vvvv'
...
Addded necessary methodss
Reviewed-by: rriggs, scolebourne
2016-05-13 18:58:32 +00:00
Artem Smotrakov
e7dc48db5b
8156710: HttpTimeoutException should be thrown if server doesn't respond
...
Reviewed-by: michaelm
2016-05-13 11:32:41 -07:00
Sergey Bylokhov
5f037c972f
8156583: Typo in the spec of javax.sound.sampled.AudioFormat.Encoding.toString()
...
Reviewed-by: prr
2016-05-13 18:08:54 +03:00
Mikhail Cherkasov
4f8ad61498
8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
...
Reviewed-by: alexp, aivanov
2016-05-13 14:30:59 +03:00
Dmitry Markov
e28bb07a3d
8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
...
Reviewed-by: ant, denis
2016-05-13 14:25:29 +03:00
Dmitry Markov
7a40b8d5f7
8155001: SystemTray.remove() leaks GDI Objects in Windows
...
Reviewed-by: serb, alexp
2016-05-13 12:44:53 +03:00
Vadim Pakhnushev
e931bc512f
8047931: Remove unused medialib code
...
Reviewed-by: bae
2016-05-13 11:31:05 +03:00
Tobias Hartmann
dd051e31bb
8155608: String intrinsic range checks are not strict enough
...
Range checks in inflate, compress and getChars are not strict enough.
Reviewed-by: kvn, twisti, jrose
2016-05-13 08:31:23 +02:00
Vaibhav Choudhary
2ab87a9fb7
8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
...
Reviewed-by: okutsu, peytoia
2016-05-13 12:52:29 +09:00
Martin Buchholz
a3e3a0da68
8156584: Initialization race in sun.security.x509.AlgorithmId.get
...
Use safe variant of double-checked locking to initialize oidTable
Reviewed-by: xuelei
2016-05-12 18:57:24 -07:00
Mandy Chung
0f1d1d98bb
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
...
Reviewed-by: acorn, alanb, chegar, dfuchs
2016-05-12 11:16:56 -07:00
Phil Race
413ba627fd
Merge
2016-05-12 11:03:07 -07:00
Alexander Scherbatiy
39fe334e12
8154539: Examine the desktop module's use of sun.misc.SoftCache
...
Reviewed-by: prr, chegar, mchung
2016-05-12 20:43:37 +04:00
Phil Race
72bf5160ac
8154546: Retire sun.misc.GThreadHelper
...
Reviewed-by: serb, chegar, kcr
2016-05-12 09:16:17 -07:00
Christoph Langer
fa1227e9bd
8156521: Minor fixes and cleanups in NetworkInterface.c
...
Reviewed-by: alanb, chegar, dsamersoff, msheppar
2016-05-12 16:33:37 +01:00
Weijun Wang
07f2c9d05f
8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
...
Reviewed-by: wetmore, xuelei
2016-05-12 13:06:03 +08:00
Weijun Wang
1a854bcc1e
8156501: DRBG not synchronized at reseeding
...
Reviewed-by: xuelei
2016-05-12 09:49:42 +08:00
Stuart Marks
e0606a40d3
8156810: remove redundant sentence in SecurityManager.checkMemberAccess doc
...
Reviewed-by: darcy
2016-05-11 17:37:11 -07:00
Roger Riggs
82ae26a9a8
8155978: Remove HTTP proxy implementation and tests from RMI
...
Reviewed-by: smarks
2016-05-11 14:01:29 -04:00
Paul Sandoz
bcec429910
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
...
Reviewed-by: twisti
2016-05-11 09:13:45 +02:00
Jim Laskey
2bac8d91d1
8155237: jlink plugin to order resources should take a class list as input
...
Reviewed-by: redestad
2016-05-11 11:26:02 -03:00
Bhanu Prakash Gopularam
f2dabbdb6a
8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
...
Addded the necessary chck in IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR
Reviewed-by: rriggs, scolebourne
2016-05-11 10:28:23 +00:00
Vladimir Ivanov
9f65bd0bf9
Merge
2016-05-11 00:38:26 +03:00
Vladimir Ivanov
f1ce1322c5
Merge
2016-05-11 00:30:33 +03:00
Weijun Wang
7df23eb45e
8154523: SHA1PRNG output should change after setSeed
...
Reviewed-by: xuelei
2016-05-11 12:32:00 +08:00
Xueming Shen
b45ea8903e
6328855: String: Matches hangs at short and easy Strings containing \r \n
...
6192895: java.util.regex.Matcher: Performance issue
6345469: java.util.regex.Matcher utilizes 100% of the CPU
6988218: RegEx matcher loops
6693451: RegEx matcher goes into infinite delay
7006761: Matcher.matches() has infinite loop
8140212: Slow performance of Matcher.find
8151481: j.u.regex.Pattern cleanup
6609854: Regex does not match correctly for negative nested character classes
4916384: CANON_EQ supports only combining character sequences with non-spacing marks
4867170: Pattern doesn't work with composite character in CANON_EQ mode
6995635: CANON_EQ pattern flag is buggy
6728861: ExceptionInInitializerError is caught when the pattern has precomposed character
6736245: A character in Composition Exclusion Table does not match itself
7080302: the normalization in java regex pattern may have flaw
Reviewed-by: rriggs, okutsu, alanb
2016-05-10 21:19:25 -07:00
Weijun Wang
772322c6fa
8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
...
Reviewed-by: wetmore
2016-05-11 08:39:36 +08:00
Ivan Gerasimov
fcf085c678
8156661: Handful of typos in javadoc
...
Reviewed-by: prappo, rriggs
2016-05-10 17:16:55 +03:00
Jaroslav Kamenik
553aa43136
8155795: Optimize Integer/Long.reverse by using reverseBytes
...
Reviewed-by: redestad, shade
2016-05-10 13:28:00 +02:00
Prem Balakrishnan
12675924fc
6421058: When calls JSpinner.setEditor() the font in a JSpinner become is a bold
...
Reviewed-by: serb, alexsch
2016-05-10 16:08:21 +05:30
Robbin Ehn
d0b67fecb3
8154985: Add the ability to use main class as lookup (as jcmd) to jinfo, jmap, jstack
...
Reviewed-by: sla, dsamersoff
2016-05-10 06:52:40 +02:00
Pavel Rappo
b962e07463
8087113: Websocket API and implementation
...
Reviewed-by: chegar
2016-05-09 23:33:09 +01:00
Dmitry Samersoff
ae4d032d41
8155091: Remove SA related functions from tmtools
...
Remove options that enables support for non-cooperative mode
Reviewed-by: alanb, mchung, sla
2016-05-09 23:41:59 +03:00
Phil Race
35d36c1c10
8155682: Get rid of legacy Windows Flags for DX
...
Reviewed-by: serb, jgodinez
2016-05-09 09:53:55 -07:00
Mandy Chung
36b0cdb85a
8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber
...
Add StackFrame::getByteCodeIndex method. Revised getFileName and getLineNumber method.
Reviewed-by: dfuchs, bchristi
2016-05-09 09:35:57 -07:00
Phil Race
7dd38808b9
Merge
2016-05-09 08:50:20 -07:00
Vladimir Ivanov
8b0b5c0fc4
Merge
2016-05-09 13:12:48 +03:00
Sergey Bylokhov
6b75dd6668
8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated
...
Reviewed-by: prr, smarks
2016-05-09 12:55:03 +03:00
Vladimir Ivanov
8761e88b55
Merge
2016-05-09 12:39:41 +03:00
Nishit Jain
880dc078b3
8154295: Currency iso code is int and hence looses the preceeding zero
...
Reviewed-by: naoto, okutsu, peytoia
2016-05-09 17:46:28 +09:00
Xue-Lei Andrew Fan
5df499dd0b
8156502: Use short name of SupportedEllipticCurvesExtension.java
...
Reviewed-by: vinnie
2016-05-08 23:02:23 +00:00
Jan Lahoda
50a7fba4de
8147984: WindowsTerminal should support function keys
...
Reviewed-by: smarks
2016-05-08 22:15:25 +02:00
Serguei Spitsyn
bc867f9705
Merge
2016-05-08 08:25:10 +00:00
Nadeesh TV
4900a83203
8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
...
Change the definition of 'DD' to match with CLDR
Reviewed-by: rriggs, scolebourne
2016-05-08 07:46:19 +00:00
Volker Simonis
9ef9b485e3
8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly
...
Reviewed-by: prr, serb
2016-05-07 08:44:48 +02:00
Serguei Spitsyn
6e143907d4
Merge
2016-05-07 00:54:38 +00:00
Thomas Stuefe
92274ea496
8155211: Ucrypto Library leaks native memory
...
Free the memory allocated by calloc(0, x) calls
Reviewed-by: valeriep, igerasim
2016-05-07 00:26:02 +00:00
Serguei Spitsyn
9b65ce9388
Merge
2016-05-06 23:14:50 +00:00
Mikael Vidstedt
2b1fdef17a
8150921: Update Unsafe getters/setters to use double-register variants
...
Reviewed-by: dholmes, shade, psandoz, jrose
2016-05-06 15:59:27 -07:00
Xueming Shen
d3f1fdbc0b
8150496: (zipfs) Fix performance issues in zip-fs
...
8150366: (zipfs) lastAccessTime and createTime returned as null instead of default value
Reviewed-by: alanb, redestad, shade
2016-05-06 14:03:08 -07:00
Serguei Spitsyn
55e2b30835
Merge
2016-05-06 20:36:12 +00:00
Brian Burkhalter
144b4fb478
8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate
...
Generate an appropriate value using the 'serialver' command.
Reviewed-by: prr
2016-05-06 12:57:37 -07:00
Serguei Spitsyn
427a2549f6
8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
...
Use the jdk.internal.loader.Bootloader if the loader argument is null
Reviewed-by: alanb
2016-05-06 12:45:04 -07:00
Stuart Marks
b4192cdebc
8139233: add initial compact immutable collection implementations
...
Reviewed-by: plevart, forax, dfuchs, chegar, alanb, scolebourne
2016-05-06 11:33:32 -07:00
Vladimir Ivanov
c8104ec617
Merge
2016-05-06 19:35:34 +03:00
Vladimir Ivanov
905fb139d7
Merge
2016-05-06 18:21:41 +03:00
Aleksey Shipilev
85f537701c
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
...
Reviewed-by: psandoz, vlivanov
2016-05-06 17:59:49 +03:00
Alejandro Murillo
775606f20c
Merge
2016-05-06 06:23:30 -07:00
Nadeesh TV
386a77fd91
8148949: DateTimeFormatter pattern letters 'A','n','N'
...
Changed the definition of pattern letters 'A','n','N' because it does not match the definition of CLDR
Reviewed-by: rriggs, scolebourne
2016-05-06 12:48:19 +00:00
Prahalad Narayanan
1c010b15e9
8015070: Antialiased text on translucent backgrounds gets bright artifacts
...
Reviewed-by: flar, prr, jdv
2016-05-06 11:23:49 +00:00
Michael McMahon
ba6c1c4a52
8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service
...
Reviewed-by: rriggs
2016-05-06 11:30:41 +01:00
Sharath Ballal
096e59e6c9
8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
...
Don't print stream closed message during shutdown
Reviewed-by: dcubed, sla, dsamersoff
2016-05-06 11:47:45 +03:00
Jayathirth D V
e6a2c0dc1e
7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
...
Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
Reviewed-by: prr, flar
2016-05-06 06:52:13 +00:00
Mandy Chung
b58e171061
8155513: Deprivilege jdk.charsets
...
Reviewed-by: alanb, chegar
2016-05-05 22:39:36 -07:00
Weijun Wang
b932c60a85
8051408: NIST SP 800-90A SecureRandom implementations
...
Reviewed-by: wetmore, xuelei, coffeys
2016-05-06 11:38:44 +08:00
Paul Sandoz
3d8d9fe7fa
8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
...
Reviewed-by: chegar, shade, forax, vlivanov
2016-05-05 18:14:47 -07:00
Mandy Chung
45aab5eb6d
8154190: Deprivilege java.compiler module
...
Reviewed-by: alanb, chegar, jjg
2016-05-05 16:36:06 -07:00
Alejandro Murillo
ec7cfcc7c6
Merge
2016-05-05 12:35:54 -07:00
Paul Sandoz
37445185d2
8155258: VarHandle implementation improvements
...
Reviewed-by: shade, vlivanov
2016-05-05 11:39:08 -07:00
Ambarish Rapte
08482543b4
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
...
Reviewed-by: rchamyal, serb
2016-05-05 14:56:42 +03:00
Ambarish Rapte
6fd98f9b98
6384991: TrayIcon ActionListener called at wrong time
...
Reviewed-by: rchamyal, serb
2016-05-05 14:44:25 +03:00
Michael McMahon
0cf5c57454
8155928: Remove hardcoded port numbers from httpclient/Security.java test
...
Reviewed-by: chegar, rriggs
2016-05-05 11:37:18 +01:00
Brian Burkhalter
fa5b3ae32f
8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0)
...
Add more precision to the specification verbiage of getValueAsString().
Reviewed-by: prr
2016-05-04 10:01:00 -07:00
Naoto Sato
bd9c092ecc
8155649: IncludeLocalesPlugin throws NPE when jdk.localedata not resolved
...
Reviewed-by: alanb, mchung
2016-05-04 08:53:09 -07:00
Brian Burkhalter
5106d55d55
8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
...
Pass what remains of the initial timeout to epoll_wait(2) (Linux) and ioctl(7d) (Solaris) instead of the original un-decremented timeout value.
Reviewed-by: alanb, rriggs
2016-05-04 08:04:22 -07:00
Claes Redestad
ab72d795f4
8155939: sun.launcher.LauncherHelper INSTANCE is unused
...
Reviewed-by: rriggs, ksrini
2016-05-04 16:55:03 +02:00
Anton Tarasov
6191c997a3
8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
...
Reviewed-by: serb, ptbrunet
2016-05-04 16:41:07 +03:00
Sergey Bylokhov
214029ed2b
6729836: JavaSound treats large file sizes as negative and cannot read or skip
...
Reviewed-by: prr
2016-05-04 01:03:46 +03:00
Phil Race
4ff0d8b26f
Merge
2016-05-03 12:25:20 -07:00
Joe Darcy
bd838767a7
8155963: Fix deprecation warning in windows java.net implementation
...
Reviewed-by: prr
2016-05-03 12:18:50 -07:00
Joe Darcy
01ee88c8ae
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
...
Reviewed-by: lancea, mullan, dfuchs
2016-05-03 10:40:54 -07:00
Brian Burkhalter
5302ecdbff
8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute
...
In the specification of createFromMetadataNode() change "tagNumber" to "number" and add two throws clauses which match the behavior.
Reviewed-by: prr
2016-05-03 09:48:02 -07:00
Claes Redestad
e8cd76568d
8155775: Re-examine naming of privileged methods to access System properties
...
Reviewed-by: mullan
2016-05-03 15:50:54 +02:00
Daniel Fuchs
a96b7f7d25
8139982: Re-examine java.management dependency on java.util.logging.LoggingMXBean
...
The logging MXBean implementation no longer implements java.util.logging.LoggingMXBean. java.lang.management.PlatformLoggingMXBean is used instead. java.util.logging.LoggingMXBean and java.util.logging.LogManager::getLoggingMXBean are now deprecated. Types and accessors defined in java.lang.management should be used instead.
Reviewed-by: mchung
2016-05-17 19:24:46 +02:00
Alejandro Murillo
ffaebaa66e
Merge
2016-05-17 05:38:15 -07:00
Paul Sandoz
44afe20e99
8156485: MethodHandles.varHandleExactInvoker should perform exact checks
...
Reviewed-by: vlivanov
2016-05-17 12:06:41 +02:00
Alan Bateman
6e8eab119e
8156989: Trailing empty element in classpath ignored
...
Reviewed-by: mchung
2016-05-16 22:07:07 +01:00
Sean Mullan
1839997d4b
Merge
2016-05-16 13:54:55 -04:00
Sean Mullan
5c27ac09c7
8150468: ClassCircularityError on error in security policy file
...
Reviewed-by: mchung, xuelei
2016-05-16 13:53:46 -04:00
Michael McMahon
fc86d03190
8156825: java/net/httpclient/BasicWebSocketAPITest.java failed with java.lang.AssertionError
...
Reviewed-by: rriggs
2016-05-16 16:04:14 +01:00
Pavel Rappo
baf59c0bd8
8150785: (bf) Hoist slice and duplicate methods up to java.nio.Buffer
...
Reviewed-by: alanb, rriggs, chegar
2016-05-16 15:10:04 +01:00
Athijegannathan Sundararajan
905d21fe76
8156914: jlink API minor cleanups
...
Reviewed-by: mchung
2016-05-16 14:47:27 +05:30
Paul Sandoz
00883c0dc9
8154049: DualPivot sorting calculates incorrect runs for nearly sorted arrays
...
Reviewed-by: shade
2016-05-16 07:01:26 +02:00
Alan Bateman
44790114ee
Merge
2016-05-03 11:45:56 +01:00
Alan Bateman
36e0820801
8154956: Module system implementation refresh (4/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:09:57 +01:00
Alex Kashchenko
39846dcf8d
8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
...
Co-authored-by: Thomas Mader <tmader@redhat.com>
Reviewed-by: alanb
2016-05-03 07:44:52 +01:00
Anthony Scarpino
b3854d5830
8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
...
Reviewed-by: mullan, xuelei
2016-05-02 16:45:38 -07:00
Phil Race
46109cd204
8155784: Build failure on Linux arm64
...
Reviewed-by: flar, serb
2016-05-02 12:44:31 -07:00
Steve Drach
35e6b00ee0
8151542: URL resources for multi-release jar files have a #runtime fragment appended to them
...
Reviewed-by: alanb, chegar, psandoz, sherman
2016-05-02 09:03:38 -07:00
Joe Darcy
766b494979
4943627: Deprecate rounding mode integer constants in BigDecimal and their uses
...
Reviewed-by: bpb
2016-05-03 16:17:12 -07:00
Sergey Bylokhov
36865021a1
8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified
...
Reviewed-by: alexsch, prr
2016-05-02 12:08:59 +03:00
Sergey Bylokhov
1f092412dc
8154493: AppletViewer should emit its deprecation warning to standard error
...
Reviewed-by: smarks
2016-05-02 12:01:39 +03:00
Joe Darcy
ce05d52251
8155792: Add @jls citations to java.lang.String
...
Reviewed-by: alanb
2016-04-30 16:08:48 -07:00