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
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
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
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
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
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
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
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
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
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
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
Mandy Chung
10a92943ae
8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
...
Reviewed-by: alanb, okutsu
2016-06-03 12:26:45 -07:00
Chris Hegarty
05e9b6b110
8158525: Update a few java/net tests to use the loopback address instead of the host address
...
Reviewed-by: rriggs
2016-06-03 13:45:30 +01:00
Dmitry Samersoff
f29ed63213
8155009: [TESTBUG] jstack subtest of BasicLauncherTest should not be executed under OS X
...
Detect OS X and skip part of the test
Reviewed-by: sspitsyn, rehn
2016-06-03 13:07:00 +03: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
ee120117f8
8158358: [TEST_BUG] test/javax/swing/JPopupMenu/8147521/PopupMenuTest.java: compilation failed
...
Reviewed-by: alexsch, aniyogi
2016-06-03 12:27:06 +05:30
Rajeev Chamyal
27ca8ca42f
8146319: JEditorPane function setPage leaves a file lock
...
Reviewed-by: alexsch, ssadetsky
2016-06-03 11:55:46 +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
Rajan Halade
5223193974
8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
...
Reviewed-by: smarks
2016-06-02 12:25:17 -07: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