15014 Commits

Author SHA1 Message Date
Jayathirth D V
964b5e2fe5 6386906: Faulty rounding code in BMPImageReader.decodeRLE4()
Reviewed-by: flar, psadhukhan
2016-06-15 14:22:44 +05:30
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
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
Rajeev Chamyal
a222aedf0f 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail
Reviewed-by: alexsch
2016-06-15 12:04:29 +05:30
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
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
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
Joe Darcy
7a7b5b32cf 8160502: Problem listing of several http2 tests
Reviewed-by: lancea
2016-06-28 16:57:27 -07: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
Amy Lu
e926c77845 8156536: Remove intermittent key from TreeTest.java and move back to tier1
Reviewed-by: darcy
2016-06-28 14:39:09 +08:00
Rachna Goel
0304fe9931 8158504: test/sun/util/locale/provider/Bug8038436.java: non English locale(s) included in available locales
Reviewed-by: okutsu, naoto
2016-06-28 13:47:01 +09:00
Athijegannathan Sundararajan
8576b106b7 8160346: JLinkTest.java should compute exact number of plugins from jdk.jlink module
Reviewed-by: jlaskey, mchung
2016-06-28 09:57:09 +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
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
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