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
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
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