Prasanta Sadhukhan
13ee9e097f
8132985: Crash in freetypescaler.c due to double free
...
Reviewed-by: prr, simonis
2015-10-05 15:36:43 +03:00
Semyon Sadetsky
4a3dff3ee5
8079595: Resizing dialog which is JWindow parent makes JVM crash
...
Reviewed-by: alexsch, serb
2015-10-05 15:29:23 +03:00
Masayoshi Okutsu
ff7c1c3bca
8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
...
Reviewed-by: naoto
2015-10-02 13:21:46 +09:00
Ambarish Rapte
6a2fabcbd7
8040322: TextArea.replaceRange() and insert() are broken with setText(null)
...
Reviewed-by: serb, azvegint
2015-09-30 17:46:11 +04:00
Iris Clark
d0bbb6c588
Merge
2015-09-29 11:46:31 -07:00
Alexander Scherbatiy
53ab9a2026
8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
...
Reviewed-by: serb
2015-09-29 15:19:52 +04:00
David Dehaven
5636c168b4
Merge
2015-09-28 08:14:42 -07:00
Amy Lu
25a239c820
8137232: Mark 3 more core-libs tests as intermittently failing
...
Reviewed-by: chegar
2015-09-28 16:39:12 +03:00
Chris Hegarty
0cc24c29ca
8137056: Move SharedSecrets and interface friends out of sun.misc
...
Reviewed-by: alanb, mchung, psandoz, rriggs
2015-09-28 13:39:27 +01:00
Amanda Jiang
8fb17dea79
8050402: Tests to check for use of policy files
...
Reviewed-by: mullan
2015-09-26 12:08:55 +03:00
Ivan Gerasimov
1613e728cc
8137121: (fc) Infinite loop FileChannel.truncate
...
Reviewed-by: alanb
2015-09-26 00:23:15 +03:00
Naoto Sato
a463c1a271
8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de
...
Reviewed-by: okutsu
2015-09-24 09:05:24 -07:00
Joe Darcy
47814c8df0
7130085: Port fdlibm hypot to Java
...
Reviewed-by: bpb
2015-09-23 14:14:14 -07:00
Roger Riggs
4e7617c040
8132541: (process) ProcessBuilder support for redirection to discard output
...
Add redirect to NUL or /dev/null depending on the OS
Reviewed-by: chegar, martin
2015-09-23 11:18:34 -04:00
Alejandro Murillo
9b6068f1cd
Merge
2015-11-02 10:47:29 -08:00
Naoto Sato
5710e3c754
8062006: Add a new locale data name "COMPAT" for java.locale.providers system property to reduce ambiguity
...
Reviewed-by: okutsu
2015-11-02 08:46:19 -08:00
Alejandro Murillo
ed550bb440
Merge
2015-10-30 12:03:09 -07:00
Dean Long
19aba3bac9
Merge
2015-10-27 01:45:03 -04:00
Vladimir Ivanov
317553031c
8139881: Exclude java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java from execution
...
Reviewed-by: kvn
2015-10-19 17:52:39 +03:00
Michael Haupt
f1f609ddaa
8136931: more fine-grained condition checking for BMH species creation
...
Reviewed-by: psandoz, sundar
2015-09-23 08:43:51 +02:00
Naveen Kumar
aef9a19da8
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
...
Reviewed-by: peytoia, okutsu
2015-10-01 15:16:35 +09:00
Rob McKenna
ddf365ac99
8135305: InetAddress.isReachable reports true when loopback interface is specified
...
Reviewed-by: michaelm
2015-10-01 00:09:51 +01:00
Joe Darcy
112eb7283e
8136874: Bug in port of fdlibm pow to Java
...
Reviewed-by: bpb
2015-09-30 15:25:29 -07:00
Roger Riggs
eda52119fb
8137313: TreeTest.java intermittently fails with a timeout
...
Enhance debugging information
Reviewed-by: chegar, darcy
2015-09-30 12:33:08 -04:00
Daniel Fuchs
95b5f4d550
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
...
Removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
2015-09-30 11:17:32 +02:00
Ivan Gerasimov
f3e4326747
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
...
Reviewed-by: rriggs
2015-09-29 17:26:14 +03:00
Alexander Scherbatiy
2c3b2dd68e
8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
...
Reviewed-by: serb, azvegint
2015-09-22 14:05:37 +04:00
Iris Clark
01c0b611a3
Merge
2015-09-21 21:40:23 -07:00
Tagir Valeev
94ba18f8b4
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
...
Reviewed-by: psandoz
2015-09-19 15:26:34 +02:00
Phil Race
68a1bc4701
Merge
2015-09-18 11:31:15 -07:00
Phil Race
c79e901452
Merge
2015-09-18 11:24:54 -07:00
Vinnie Ryan
5d5ef39f51
8136534: Loading JKS keystore using non-null InputStream results in closed stream
...
Reviewed-by: mullan, wetmore
2015-09-18 17:54:28 +01:00
Phil Race
ec5f966a54
Merge
2015-09-18 09:18:17 -07:00
Roger Riggs
9d5cbc5fbc
8132735: java/lang/ProcessHandle/TreeTest failed with java.lang.AssertionError: Start with zero children
...
Revise test to only operate on processes it spawns
Reviewed-by: chegar
2015-09-17 22:46:04 -04:00
Roger Riggs
0d17c738d7
Merge
2015-09-17 22:46:02 -04:00
Joe Darcy
67603e6d54
8134795: Port fdlibm pow to Java
...
Reviewed-by: bpb
2015-09-17 13:43:06 -07:00
Roger Riggs
6eb869c3d6
Merge
2015-09-17 13:33:33 -04:00
Stuart Marks
343e882e7f
8072722: add stream support to Scanner
...
Reviewed-by: psandoz, chegar, sherman
2015-09-16 16:24:35 -07:00
Semyon Sadetsky
450cdf7f65
8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux
...
Reviewed-by: alexsch, serb
2015-09-16 10:32:46 +03:00
Semyon Sadetsky
ffb466574f
8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
...
Reviewed-by: alexsch, azvegint
2015-09-16 10:22:42 +03:00
Martin Buchholz
a2f0fe3c94
8136583: Core libraries should use blessed modifier order
...
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
2015-09-15 21:56:04 -07:00
Roger Riggs
1b8b6a4655
8133528: java/lang/ProcessHandle/OnExitTest.java fails intermittently
...
Remove checks for processes not spawned by the test
Reviewed-by: joehw
2015-09-15 22:11:00 -04:00
Alexander Scherbatiy
e643aeb178
8029339: Custom MultiResolution image support on HiDPI displays
...
Reviewed-by: flar, serb
2015-09-15 15:31:34 +04:00
Frank Yuan
371edc6684
8074931: Additional tests for CertPath API
...
Reviewed-by: mullan
2015-09-15 12:43:12 +03:00
Iris Clark
2bfa80503f
Merge
2015-09-14 10:00:25 -07:00
Artem Smotrakov
f1f48ab0d3
8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password
...
Reviewed-by: vinnie
2015-09-14 19:49:28 +03:00
Phil Race
e1ca4d3a94
Merge
2015-09-14 09:40:24 -07:00
Ambarish Rapte
b6f5a1c457
8039467: [TEST_BUG] Test java/awt/Choice/UnfocusableToplevel/UnfocusableToplevel.java lefts keystrokes in a keyboard buffer on Windows
...
Reviewed-by: serb, alexsch
2015-09-14 18:54:04 +04:00
Pooja Chopra
da688f57c3
8136354: [TEST_BUG] Test java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script
...
Reviewed-by: azvegint, serb
2015-09-11 17:58:31 +03:00
Roger Riggs
ed3d59c71a
8133552: java/lang/ProcessHandle/InfoTest.java fails intermittently - incorrect user
...
8133809: Remove java/lang/ProcessHandle/InfoTest.java from the Problem List
Reviewed-by: darcy, chegar, simonis
2015-09-11 09:25:15 -04:00
Roger Riggs
aeb4acfb60
8135094: (process) java/lang/ProcessHandle/InfoTest fails testing commandLine()
...
Reviewed-by: chegar, simonis
2015-09-09 16:12:55 -04:00
Anton Nashatyrev
cb34d07ae1
8081485: EDT auto shutdown is broken in case of new event queue usage
...
Reviewed-by: serb, alexp
2015-09-09 19:10:38 +03:00
Ivan Gerasimov
50aa8839d5
8072466: Deadlock when initializing MulticastSocket and DatagramSocket
...
Reviewed-by: chegar
2015-09-09 16:33:19 +03:00
David Holmes
f032aa1311
8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
...
Reviewed-by: darcy
2015-09-09 04:02:59 -04:00
Phil Race
f39c6aeb63
Merge
2015-09-08 14:40:44 -07:00
Phil Race
d69a0641fd
Merge
2015-09-08 11:47:07 -07:00
Iris Clark
9e0d78c661
Merge
2015-09-08 10:25:11 -07:00
Chris Hegarty
9ce7c19d86
8135043: ObjectStreamClass.getField(String) too restrictive
...
Reviewed-by: igerasim
2015-09-08 12:40:57 +01:00
Renjith Alexander
4130b71ce6
8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation
...
Reviewed-by: yan, serb
2015-09-08 11:28:16 +03:00
Sergey Bylokhov
6fe3341869
8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java
...
Reviewed-by: alexsch
2015-09-07 23:29:56 +03:00
Renjith Alexander
dc25f76093
8133539: [TEST_BUG] Split java/awt/image/MultiResolutionImageTest.java in two to allow restricted access
...
Reviewed-by: alexsch, serb
2015-09-07 13:48:24 +03:00
Brian Burkhalter
005143e035
8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
...
In lines() add zero length case and rearrange first loop to avoid duplicate cases.
Reviewed-by: rriggs
2015-09-04 14:16:34 -07:00
Sergey Bylokhov
1efc947d2a
8080948: [TEST_BUG] Few test cases are failing due to use of getPeer()
...
Reviewed-by: prr, yan, alexsch
2015-09-03 19:19:15 +03:00
Martin Buchholz
24742f7b1d
8134984: Text files should end in exactly one newline
...
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Sean Coffey
6a867ae5df
8133196: HTTPS hostname invalid issue with InetAddress
...
Reviewed-by: chegar, xuelei
2015-09-01 18:12:07 +01:00
Renjith Alexander
abdaade63f
8132376: Add @requires os.family to the client tests with access to internal OS-specific API
...
Reviewed-by: yan, alexsch
2015-09-01 11:03:43 +03:00
Phil Race
4abc68cead
Merge
2015-08-31 11:29:55 -07:00
Brian Burkhalter
44c462ee50
8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
...
Rename class and associated native file as indicated and fix some related comments in the source and test.
Reviewed-by: alanb
2015-08-28 10:46:43 -07:00
Peter Brunet
1dbf8f4761
8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
...
Add new restricted packages to the test code
Reviewed-by: mullan, mchung
2015-08-27 22:35:24 -05:00
David Dehaven
7436faa3d1
Merge
2015-08-26 09:07:21 -07:00
Sergey Bylokhov
66ae036b1f
8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar
...
Reviewed-by: azvegint, alexsch
2015-08-26 18:03:21 +03:00
Iris Clark
7c55ca4ce4
Merge
2015-08-25 14:45:26 -07:00
David Dehaven
5fe6ba60cb
Merge
2015-08-25 14:32:08 -07:00
David Dehaven
eedfee9bfa
Merge
2015-08-25 12:19:46 -07:00
Rob McKenna
9835141429
8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
...
Reviewed-by: chegar
2015-08-25 14:07:08 +01:00
Vinnie Ryan
79e58cc0e5
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
...
Reviewed-by: mullan
2015-08-24 16:22:37 +01:00
Joel Borggrén-Franck
b7e143e8f6
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
...
Reviewed-by: ahgross, darcy
2015-08-24 11:00:12 +02:00
Sergey Bylokhov
7e07b0d76f
8077270: Missed test data in the test on java.beans.BeanProperty
...
Reviewed-by: alexsch
2015-08-20 13:46:16 +03:00
Alexander Scherbatiy
3b888867cb
8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
...
Reviewed-by: serb
2015-08-19 09:54:15 +04:00
Mandy Chung
f32b9d1944
8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
...
Reviewed-by: dholmes
2015-08-18 20:30:15 -07:00
Joe Darcy
71cc6f510a
8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
...
Reviewed-by: lancea
2015-08-18 12:49:00 -07:00
Iris Clark
8db18e0442
Merge
2015-08-17 13:02:48 -07:00
Alejandro Murillo
64e18f581d
Merge
2015-08-17 11:18:31 -07:00
David Dehaven
75e42535c3
Merge
2015-08-17 10:12:16 -07:00
Sergey Bylokhov
894f976f30
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
...
Reviewed-by: alexsch, azvegint
2015-08-17 16:56:22 +03:00
Konstantin Shefov
5e34f12e24
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:21:34 +03:00
Konstantin Shefov
20d0bb4d38
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:13:18 +03:00
Xueming Shen
bef17a6e80
8039390: Unexpected behaviour of String.format with null arguments
...
To explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
2015-08-15 04:38:51 +00:00
Volker Simonis
1b8b82463e
8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
...
Reviewed-by: rriggs, smarks
2015-08-14 10:35:45 +02:00
Alejandro Murillo
d8f13cb1d1
Merge
2015-08-13 15:50:52 -07:00
Brian Burkhalter
5924c95500
8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
...
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar
2015-08-12 07:55:24 -07:00
David Dehaven
0cf20fdd7b
Merge
2015-08-11 12:32:10 -07:00
Iris Clark
7546fcdcc8
Merge
2015-08-10 19:59:08 -07:00
Alejandro Murillo
29ad7ba848
Merge
2015-08-10 18:58:25 -07:00
Brian Burkhalter
eb79060337
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
...
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
2015-08-10 17:26:55 -07:00
Joe Darcy
c32cc2b967
8133231: Mark TimeoutLockLoops.java as failing intermittently
...
Reviewed-by: lancea
2015-08-10 16:28:31 -07:00
Brian Burkhalter
aabba04bda
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
...
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
2015-08-10 10:50:24 -07:00
Dmitry Samersoff
c23132013d
Merge
2015-08-10 14:05:37 +03:00
Brian Burkhalter
e0803f5e68
8133207: ParallelProbes.java test fails after changes for JDK-8080115
...
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
2015-08-07 16:09:10 -07:00
Brian Burkhalter
f0c2f24793
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
...
Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
2015-08-07 07:10:44 -07:00
Naoto Sato
b9a10bbf8d
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
...
Reviewed-by: okutsu
2015-08-06 18:20:11 -07:00
Alejandro Murillo
aa37ecbc21
Merge
2015-08-06 13:00:45 -07:00
Brian Burkhalter
ba6e733ede
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
...
Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
2015-08-06 12:35:59 -07:00
Roger Riggs
e2f7de320c
8133022: Instant.toEpochMilli() silently overflows
...
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
2015-08-06 14:35:04 -04:00
Sergey Bylokhov
c595f6461c
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
...
Reviewed-by: alexsch, azvegint
2015-08-06 19:52:02 +03:00
Mikhail Cherkasov
5896a1bf4a
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
...
Reviewed-by: alexsch, serb
2015-08-13 15:29:03 +03:00
Yuri Nesterenko
565373e1bc
8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
...
Reviewed-by: alexsch, serb
2015-08-13 14:20:36 +03:00
David Dehaven
d3d5d40154
Merge
2015-08-12 09:36:43 -07:00
Alexander Zvegintsev
23438be9c4
8014212: Robot captures black screen
...
Reviewed-by: alexsch, serb
2015-08-11 16:32:13 +03:00
Daniel Fuchs
6af81451d1
8132550: java/util/logging/LoggingDeadlock2.java times out
...
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
2015-08-06 16:36:47 +02:00
Prasanta Sadhukhan
924b4ad5ff
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
...
Reviewed-by: prr, flar
2015-08-06 11:36:52 +03:00
Jamil Nimeh
e7f31340a0
8046321: OCSP Stapling for TLS
...
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
2015-08-05 12:19:38 -07:00
Alexander Stepanov
fed9b961cb
8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
...
Reviewed-by: alexsch
2015-08-05 19:11:27 +03:00
Kim Barrett
8bfa163a68
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
...
Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
2015-08-04 17:26:14 -04:00
David Dehaven
1942bcfa90
Merge
2015-08-04 11:31:19 -07:00
Alejandro Murillo
5a76b5c4e6
Merge
2015-08-04 10:59:31 -07:00
Alexander Stepanov
de09603863
8131055: bean annotations: add a test checking if a user-defined BeanInfo is top-priority as compared with the annotations
...
Reviewed-by: alexsch, serb
2015-08-04 14:03:49 +03:00
Alexander Zvegintsev
861ba88c86
8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
...
Reviewed-by: prr, serb
2015-08-04 12:34:08 +03:00
Naoto Sato
9166dacb21
8129881: JDK-8008577 breaks Nashorn test
...
8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors
8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
Reviewed-by: tbell, okutsu
2015-08-03 21:47:50 -07:00
David Dehaven
726f626bd7
Merge
2015-08-03 16:33:06 -07:00
Iris Clark
959eee3901
Merge
2015-08-03 09:26:18 -07:00
Olivier Lagneau
e4c4b49bdf
8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
...
Run test with traces even when timeout occurs.
Reviewed-by: jbachorik, sspitsyn
2015-08-03 15:31:29 +02:00
Jiangli Zhou
47e90bb79c
Merge
2015-07-31 16:00:29 -04:00
Alejandro Murillo
972e5ce0a3
Merge
2015-07-31 10:15:03 -07:00
Brian Burkhalter
8c92994887
8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
...
Add 8065556 to list of IDs in the @bug tag list.
Reviewed-by: alanb
2015-07-31 07:48:34 -07:00
Brian Burkhalter
8a369f2f2c
8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
...
Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
Reviewed-by: alanb
2015-07-31 07:15:59 -07:00
Vinnie Ryan
c1cd222df9
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
...
Reviewed-by: mullan
2015-07-31 14:29:25 +01:00
Yuri Nesterenko
791267a096
6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
...
Reviewed-by: serb
2015-07-31 13:13:30 +03:00
Stuart Marks
791c9bdc4d
8132745: minor cleanup of java/util/Scanner/ScanTest.java
...
Reviewed-by: darcy, sherman
2015-07-30 22:21:56 -07:00
Dmitry Samersoff
47bdec1c0e
8059036: Implement Diagnostic Commands for heap and finalizerinfo
...
Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
2015-07-30 16:29:13 +03:00
Alexander Scherbatiy
dfc226cfb6
8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
...
Reviewed-by: serb
2015-07-30 12:40:45 +04:00
Dmitry Cherepanov
85c4b3c082
Merge
2015-07-29 11:33:02 +04:00
Dmitry Cherepanov
9fb2a2c094
Merge
2015-07-29 09:47:54 +04:00
Semyon Sadetsky
17903d1583
8025815: Child FileDialog of modal dialog does not get focus on Gnome
...
Reviewed-by: azvegint, serb
2015-07-28 20:55:45 +03:00
Volker Simonis
29a79fc1a3
8132374: AIX: fix value of os.version property
...
Reviewed-by: alanb, rriggs
2015-07-27 19:50:14 +02:00
Brian Burkhalter
7cd090f230
8065556: (bf) Buffer.position and other methods should include detail in IAE
...
Add messages to IAEs which have none.
Reviewed-by: alanb
2015-07-24 11:52:30 -07:00
Jaroslav Bachorik
aa572f2749
Merge
2015-07-24 20:45:30 +02:00
Iris Clark
636d3c2d95
Merge
2015-07-23 13:19:54 -07:00
Konstantin Shefov
fdc7b2e85f
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
...
Reviewed-by: psandoz
2015-07-23 16:46:54 +03:00
Xueming Shen
3d82fdcaad
8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
...
Fixed the 32-bit overflow.
Reviewed-by: rriggs
2015-07-22 21:11:38 -07:00
Yong Jeffrey Huang
7e1ed8f785
8129361: ISO 4217 amendment 160
...
Reviewed-by: naoto
2015-07-29 23:36:51 -07:00
Stuart Marks
572e30db49
8132206: move ScanTest.java into OpenJDK
...
Reviewed-by: psandoz, sherman
2015-07-29 15:21:12 -07:00
Naoto Sato
0dfdc19faa
8027607: (rb) Provide UTF-8 based properties resource bundles
...
Reviewed-by: okutsu, sherman
2015-07-29 13:36:53 -07:00
Xueming Shen
47dbbc7b72
8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
...
To add a pair of set/getTimeLocal()
Reviewed-by: ksrini, rriggs
2015-07-22 21:43:33 +00:00
Katja Kantserova
b66a26f3b1
8132094: Mark intermittently failuring core-svc tests
...
Reviewed-by: jbachorik, sspitsyn
2015-07-22 09:51:40 +02:00
Jaroslav Bachorik
d5644aff56
8132059: com/sun/jdi/BreakpointTest.java fails with java.lang.IllegalArgumentException: Bad line number
...
Reviewed-by: dcubed
2015-07-21 18:38:09 +02:00
Tristan Yan
7f9414bc11
8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
...
Reviewed-by: rriggs
2015-07-21 14:15:59 -04:00
Semyon Sadetsky
1564b678e7
8130390: Applet fails to launch on virtual desktop
...
Reviewed-by: azvegint, serb
2015-07-21 09:35:04 +03:00
Joe Darcy
6e48caf250
8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu
...
Reviewed-by: chegar
2015-07-20 15:13:50 -07:00
Iris Clark
89a565ccd0
Merge
2015-07-20 11:01:24 -07:00
Iris Clark
3542628ec7
8130696: Security Providers need to have their version numbers updated for JDK 9
...
Reviewed-by: ascarpino, mullan, valeriep, weijun, wetmore
2015-07-20 09:40:49 -07:00
Sean Mullan
981dbca21a
8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates
...
Reviewed-by: weijun
2015-07-20 09:03:03 -04:00
Katja Kantserova
29a5a845e9
8075658: Mark intermittently failuring core-svc tests
...
Reviewed-by: jbachorik, olagneau, darcy
2015-07-20 13:14:47 +02:00
Dmitry Cherepanov
5cea10f338
Merge
2015-07-20 10:21:01 +04:00
Sergey Bylokhov
8e0627b61b
8066404: The case is failed automatically and thrown the "java.lang.IllegalStateException" exception
...
Reviewed-by: alexsch
2015-07-18 15:10:44 +03:00
Sergey Bylokhov
e8292406d9
8130937: Several methods in BeanProperty return null instead of boolean value
...
Reviewed-by: alexsch
2015-07-18 15:09:28 +03:00
Yuri Nesterenko
7b228fdfec
8131673: [TEST_BUG] add @modules to some OS X-specific regtests
...
Reviewed-by: serb, azvegint
2015-07-17 11:45:34 +03:00
Amy Lu
1aa0bf7daf
8131140: Mark some tests from WhileOpStatefulTest.java and WhileOpTest.java as serialization hostile
...
Reviewed-by: psandoz
2015-07-16 10:21:21 +02:00
Brian Burkhalter
0ee4830a94
8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
...
Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer.
Reviewed-by: alanb
2015-07-15 10:43:07 -07:00
Vinnie Ryan
44db4a2bcb
8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
...
Reviewed-by: mullan
2015-07-15 18:42:12 +01:00
David Dehaven
572a316307
Merge
2015-07-15 10:00:15 -07:00
Felix Yang
ea58ca6a25
8130394: DatagramChannel tests need to be hardended to ignore stray datagrams
...
The patch updates tests to ignore stray datagrams, or at least print more information to ease troubleshooting.
Reviewed-by: rriggs
2015-07-15 08:42:24 -07:00
Bhanu Prakash Gopularam
13a6fbe6c0
8048830: Implement tests for new functionality provided in JEP 166
...
Reviewed-by: vinnie
2015-07-15 15:07:58 +01:00
Pooja Chopra
a7e436f3df
8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid
...
Reviewed-by: azvegint, serb
2015-07-15 14:05:09 +03:00
Pooja Chopra
515dca5c8b
8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
...
Reviewed-by: azvegint, alexsch
2015-07-15 14:02:24 +03:00
Mandy Chung
8bc30fb3c8
8104574: Update tests to prepare for system class loader not be URLClassLoader
...
Reviewed-by: chegar
2015-07-15 12:10:03 +08:00
Roger Riggs
9bb445c368
Merge
2015-07-14 22:21:52 -04:00
Roger Riggs
e8d341671b
8130877: (process) java/lang/ProcessHandle/TreeTest test3 failure - Destroyed process.isAlive
...
Update test to check for children after processes are destroyed
Reviewed-by: darcy
2015-07-14 22:21:02 -04:00
Yuka Kamiya
64b36f8f63
8032446: Support Unicode 7.0.0 in JDK 9
...
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu
2015-07-15 11:05:51 +09:00
Alejandro Murillo
1d7da049eb
Merge
2015-07-14 16:29:08 -07:00
David Dehaven
267d60654e
Merge
2015-07-14 15:18:26 -07:00
Ivan Gerasimov
9b9fde193f
6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
...
Reviewed-by: sherman
2015-07-14 02:03:35 +03:00
Alejandro Murillo
867e029083
Merge
2015-07-09 22:46:18 -07:00
Rob McKenna
0f4fb659ea
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
...
Reviewed-by: michaelm
2015-08-21 20:41:21 +01:00
David Dehaven
79324abda0
Merge
2015-07-07 12:26:59 -07:00
Daniel D. Daugherty
10219ee9a2
Merge
2015-07-03 07:13:24 -07:00
Sergey Bylokhov
ffbfb8f10b
7188942: Remove support of pbuffers in OGL Java2d pipeline
...
Reviewed-by: prr, flar
2015-07-03 16:39:45 +03:00
Yuri Nesterenko
a26c73956c
8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
...
Reviewed-by: serb, alexsch
2015-07-03 17:37:40 +03:00
Artem Smotrakov
aa2d62b688
8129444: socksProxyVersion system property ignored for Socket(Proxy)
...
Reviewed-by: chegar
2015-07-03 08:00:33 +01:00
Daniel D. Daugherty
bee43f05d7
Merge
2015-07-02 14:39:54 -07:00
Phil Race
322bf5d364
Merge
2015-06-30 10:37:48 -07:00
Phil Race
d3ecdcca36
Merge
2015-06-30 08:51:16 -07:00
Stefan Sarne
32c0d8bc46
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
...
Reviewed-by: stefank, dholmes, chegar, sjohanss
2015-06-30 17:16:40 +02:00
Amy Lu
512986a71c
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
...
Reviewed-by: psandoz
2015-06-30 10:00:46 +02:00
Martin Buchholz
57996d703c
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
...
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
2015-06-29 15:02:35 -07:00
Roger Riggs
99f867bded
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
...
Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
2015-07-09 09:55:36 -04:00
Roger Riggs
74427b9101
8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
...
Ignore extra processes that are not created by the test and cleanup any remaining child processes
Reviewed-by: darcy
2015-07-08 21:54:32 -04:00
Daniel Fuchs
16318cebe6
8130649: java/util/logging/LoggingDeadlock2.java times out
...
Added additional traces and thread dump diagnosis for the child process
Reviewed-by: lancea
2015-07-08 11:58:14 +02:00
Roger Riggs
4b7514c9fd
8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
...
A race condition caused an erroneous fault
Reviewed-by: darcy
2015-07-07 21:25:05 -04:00
Roger Riggs
21ed89bc5d
8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
...
Modify to expect only the spawned children; enhance debug output
Reviewed-by: darcy
2015-07-07 16:54:52 -04:00
Brian Burkhalter
6d59eaa98c
8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
...
Use @requires tag to suppress the test on limited memory systems.
Reviewed-by: darcy
2015-06-29 14:49:47 -07:00
Mandy Chung
1465e16631
8130007: Update security tests to use Security.getProvider to get security provider
...
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Reviewed-by: mullan
2015-06-29 11:38:36 -07:00
Peter Levart
24d0d5af7c
8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
...
Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: chegar, alanb
2015-06-29 08:39:29 -07:00
Sergey Bylokhov
33c5b92bc6
8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException
...
Reviewed-by: prr, chegar, art
2015-06-29 01:27:08 +03:00
Valerie Peng
5109058c5d
7191662: JCE providers should be located via ServiceLoader
...
Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung
2015-06-26 21:34:34 +00:00
Valerie Peng
f3ff947746
8087157: PKCS11 provider not instantiated with security manager
...
Updated java.policy file with sun.misc pkg access permission for SunPKCS11 provider.
Reviewed-by: mullan
2015-06-25 17:53:52 +00:00
Jean-Francois Denise
30cacaa5c9
8080511: Refresh of jimage support
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
2015-06-25 18:24:39 +02:00
Naoto Sato
a693ebca66
8008577: Use CLDR Locale Data by Default
...
Reviewed-by: erikj, okutsu
2015-06-24 16:42:11 -07:00
Xueming Shen
b46a6500b0
8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
...
To take input bytes as unsigned before check range
Reviewed-by: alanb
2015-06-24 11:15:23 -07:00
Paul Sandoz
f219ffb2f2
8072773: (fs) Files.lines needs a better splitting implementation for stream source
...
Reviewed-by: alanb
2015-06-24 12:05:30 +02:00
Brian Burkhalter
118a8cf98a
8129510: java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java should exclude testing the Teredo tunneling interface on Windows
...
Suppress testing the Teredo tunneling interface on Windows.
Reviewed-by: chegar
2015-06-23 09:46:22 -07:00
Konstantin Shefov
d7ff33fd1b
8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
...
Reviewed-by: vlivanov
2015-06-23 16:36:04 +03:00
Yuri Nesterenko
bdc20e1849
8076468: Add @modules to tests in jdk_desktop test group
...
Reviewed-by: yan, alexsch
2015-06-23 11:59:27 +03:00
Paul Sandoz
3a0e0c86d3
8129120: Terminal operation properties should not be back-propagated to upstream operations
...
Reviewed-by: briangoetz, chegar
2015-06-23 09:49:55 +02:00
Brian Burkhalter
c0b2c2b0e6
8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
...
Check for rmid == null before dereferencing the variable.
Reviewed-by: rriggs, chegar
2015-06-22 13:30:21 -07:00
Phil Race
f6492e9394
Merge
2015-06-22 13:28:57 -07:00
Alexander Zvegintsev
c8358923f7
8129116: Deadlock with multimonitor fullscreen windows
...
Reviewed-by: alexsch, serb
2015-06-22 15:43:40 +03:00
Brian Burkhalter
9966dd8518
8081293: java/nio/file/Files/CopyAndMove.java failed with java.nio.file.FileAlreadyExistsException intermittently
...
Print seed used to initialize Random and add ability to specify seed.
Reviewed-by: alanb, chegar
2015-06-19 09:35:10 -07:00
Brian Burkhalter
906d12aa2d
8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock."
...
Add @run tag with property -Djava.util.prefs.userRoot=.
Reviewed-by: alanb
2015-06-18 17:20:42 -07:00
Paul Sandoz
5744f4fc30
8071597: Add Stream dropWhile and takeWhile operations
...
Reviewed-by: briangoetz, smarks, chegar, forax
2015-06-09 07:10:03 +01:00
Pavel Rappo
91a4a6b0ce
8064925: URLConnection::getContent needs to be updated to work with modules
...
Reviewed-by: chegar, alanb
2015-07-10 16:40:12 +01:00
Paul Sandoz
e56c76e9f7
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
...
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
2015-06-09 07:10:02 +01:00
Joe Darcy
efa84f658a
8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
...
Reviewed-by: alanb
2015-06-30 17:48:06 -07:00
Alejandro Murillo
f55c892a65
Merge
2015-06-30 11:20:43 -07:00
Brian Burkhalter
bfe32f271f
8129632: (fs) Files.probeContentType returns null on Mac OS X
...
Append a Uniform Type Identifier-based FileType Detector for Mac OS X
Reviewed-by: alanb
2015-06-30 10:47:54 -07:00
Yuri Nesterenko
cadfa093b6
8081306: [TEST_BUG] remove imports of the internal API from some regression tests
...
Reviewed-by: serb
2015-06-18 11:05:33 +03:00
Phil Race
fd974c3567
Merge
2015-06-16 13:00:37 -07:00
Phil Race
ded46b191f
Merge
2015-06-16 10:52:39 -07:00
Doug Lea
975075a8c8
8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
...
Reviewed-by: psandoz, martin
2015-06-16 13:13:05 +02:00
Sean Mullan
0338c81dbd
6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
...
Reviewed-by: weijun
2015-06-12 12:50:41 -04:00
Sergey Bylokhov
0357758744
7178683: [macosx] The default directory for open dialog is different for FileDialogOpenDirTest.html
...
Reviewed-by: azvegint, ant
2015-06-12 15:01:10 +03:00
Amy Lu
3f8d76f352
8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: darcy
2015-06-12 14:28:21 +08:00
Srikanth Adayapalam
3132301b74
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}
...
Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound.
Reviewed-by: darcy
2015-06-12 10:58:31 +05:30
Roger Riggs
8979cb0b2d
8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory
...
Reviewed-by: chegar
2015-06-10 07:52:43 -04:00
Sean Mullan
d107e7ec6c
Merge
2015-06-09 09:19:43 -04:00
Sean Mullan
e37ef5fefc
8056179: Store permissions in concurrent collections in PermissionCollection subclasses
...
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
Reviewed-by: weijun
2015-06-09 09:18:07 -04:00
Semyon Sadetsky
032cef6ff8
8017487: filechooser in Windows-Libraries folder: columns are mixed up
...
Reviewed-by: serb, ant
2015-06-09 14:11:11 +03:00
Sunny Chan
36d62dcbb1
8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
...
Co-authored-by: Mohammad Rezaei <mohammad.rezaei@gs.com>
Reviewed-by: psandoz
2015-06-09 07:05:48 +01:00
Phil Race
259cdd9d8f
Merge
2015-06-08 11:31:09 -07:00
Alejandro Murillo
84e8aa917e
Merge
2015-06-08 11:11:48 -07:00
Aleksei Efimov
a6488e0152
8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
...
Reviewed-by: naoto
2015-06-08 16:17:37 +03:00
Konstantin Shefov
8f99c7eca7
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
...
Reviewed-by: vlivanov
2015-06-05 13:14:36 +03:00
Stuart Marks
bc90fc9b01
8072726: add adapter to convert Enumeration to Iterator
...
Reviewed-by: redestad, forax, chegar, dfuchs, psandoz, rriggs, briangoetz
2015-06-04 18:28:14 -07:00
Alejandro Murillo
f77dadee42
Merge
2015-06-04 15:38:00 -07:00
Chris Hegarty
52d42bb03a
8085858: Better failure output for test/java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: psandoz, igerasim
2015-06-04 19:28:45 +01:00
Sean Coffey
4ae5f74173
8072384: Setting IP_TOS on java.net sockets not working on unix
...
Reviewed-by: michaelm
2015-06-04 18:16:25 +01:00
Chris Hegarty
46b53cd5cf
8080835: Add blocking bulk read to java.io.InputStream
...
Reviewed-by: alanb, rriggs, prappo
2015-06-04 10:27:06 +01:00
Chris Hegarty
810d1992d2
8079778: Add intermittent tag to java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
...
Reviewed-by: chegar, msheppar
2015-06-04 10:24:31 +01:00
Peter Levart
1c2084bafb
8079063: ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
...
Reviewed-by: rriggs, scolebourne
2015-06-04 10:58:17 +02:00
Roger Riggs
c3d9e6c08d
Merge
2015-06-04 03:38:56 +02:00
David Dehaven
6f766feacd
Merge
2015-06-03 18:26:06 -07:00
David Dehaven
22fa775a7e
Merge
2015-06-03 18:11:45 -07:00
Roger Riggs
afb73945a3
8067808: java/lang/ProcessBuilder/Basic.java failed on Assertion
...
Change to use javaChild reporting its pid not portable
Reviewed-by: igerasim
2015-06-03 18:18:05 -04:00
Roger Riggs
b440bfb8eb
8081567: java/lang/ProcessHandle/InfoTest.java failed Cannot run program "whoami"
...
Replace use of whoami with checking the user against a file created
Reviewed-by: igerasim
2015-06-03 18:17:04 -04:00
Sergey Bylokhov
44033ae9bd
8076312: The behavior of the javax.swing.SwingContainer.delegate contradicts spec
...
Reviewed-by: alexsch, malenkov
2015-06-03 23:17:52 +03:00
Ivan Gerasimov
f35750c5d6
8058779: Faster implementation of String.replace(CharSequence, CharSequence)
...
Reviewed-by: sherman, plevart, forax, psandoz
2015-06-03 19:26:58 +03:00
Chris Hegarty
e11aec59a2
8071474: Better failure atomicity for default read object
...
Reviewed-by: plevart, coffeys
2015-06-03 15:30:44 +01:00
Mikhail Cherkasov
a5eab1ce93
8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
...
Reviewed-by: bae
2015-06-03 15:21:35 +03:00
Sergey Bylokhov
6a907dfc02
8079084: Behavior of BeanProperty.enumerationValues() contradicts spec
...
Reviewed-by: alexsch, malenkov
2015-06-02 19:27:06 +03:00
Roger Riggs
ea68abc64e
8081566: java/lang/ProcessHandle/InfoTest.java failed on case sensitive command
...
Reviewed-by: lancea, alanb
2015-06-01 10:29:06 -04:00