12531 Commits

Author SHA1 Message Date
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
Peter Brunet
9bd3fad53c 8132249: Clean up JAB debugging code
Remove dead code;  replace DEBUG_CODE with PrintDebugString; fix typos, incorrect print args

Reviewed-by: van
2015-08-03 15:48:33 -05:00
Brian Burkhalter
594c515e82 8132652: Java_sun_nio_ch_Net_poll passes a long to an int
Clamp long timeout parameter to [-1,INT_MAX].

Reviewed-by: alanb
2015-08-03 10:25:38 -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
Weijun Wang
31e49478d4 8132111: Do not request for addresses for forwarded TGT
Reviewed-by: mullan
2015-08-03 09:25:02 +08:00
Ivan Gerasimov
f2aa30e173 8131034: Cleanup in j.u.regex.Pattern.quote()
Reviewed-by: psandoz, sherman, martin
2015-08-02 01:39:18 +03:00
Joe Darcy
3efa371123 8132500: Add imageio test to tier 3
Reviewed-by: prr
2015-07-31 16:03:48 -07:00
Jiangli Zhou
47e90bb79c Merge 2015-07-31 16:00:29 -04:00
Lance Andersen
1b7884d8c1 8132801: Fix typo in javax.sql.RowSet.setBlob
Reviewed-by: darcy
2015-07-31 13:47:31 -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
Brian Burkhalter
56a927013b 8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.

Reviewed-by: alanb
2015-07-31 07:12:36 -07:00
Brian Burkhalter
6dbdc160b4 8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
Change return type of Java_sun_nio_ch_Net_socket0 from int to jint

Reviewed-by: alanb
2015-07-31 07:04:48 -07:00
Jaroslav Bachorik
71f82b9db5 8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
Reviewed-by: dfuchs
2015-07-31 15:29:34 +02: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
Volker Simonis
bc9c07ed47 8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
Reviewed-by: rriggs, alanb
2015-07-31 15:19:15 +02:00
Alexander Stepanov
48e1903790 8132130: some docs cleanup
Some docs cleanup

Reviewed-by: mullan
2015-07-31 15:07:18 +03:00
Paul Sandoz
8856bacb17 8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
Reviewed-by: smarks
2015-07-31 12:29:01 +02: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
Lana Steuck
6ac713fc9b Merge 2015-07-30 15:22:01 -07:00
Roger Riggs
a0824cf9ea 8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
Factor out access for InetAddress

Reviewed-by: chegar, michaelm, alanb
2015-07-30 14:16:58 -04:00
David Katleman
5bd68c7b8c Added tag jdk9-b75 for changeset cab0727bdb53 2015-07-30 11:15:38 -07:00
Sergey Bylokhov
7e31b6a900 6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
Reviewed-by: ant, alexsch
2015-07-30 19:10:23 +03:00
Xueming Shen
46d78c85b4 8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
To add more charsets into base module for linux and solaris

Reviewed-by: alanb, simonis
2015-07-30 08:46:21 -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
Sergey Bylokhov
9f39d1674f 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
Reviewed-by: kizune, alexsch
2015-07-30 15:27:02 +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
Alexander Scherbatiy
cf608b3cdb 8130478: Reconsider "awt.toolkit" property usage in java.awt.Toolkit getDefaultToolkit() method
Reviewed-by: prr, serb
2015-07-30 12:31:20 +04:00
Prasanta Sadhukhan
c466ee0357 8130507: closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
Reviewed-by: azvegint, prr
2015-07-29 20:32:35 +03: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
Sergey Bylokhov
5e745d9ef1 8013586: audioInputStream.close() does not release the resource
8130305: AudioSystem behavior depends on order that providers are located

Reviewed-by: prr, amenkov
2015-07-28 22:31:54 +03:00
Semyon Sadetsky
7ecc241629 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:59:26 +03: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
Semyon Sadetsky
c25b61dc1d 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:39:43 +03:00
Sergey Bylokhov
b505b0e570 8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
Reviewed-by: ant, azvegint
2015-07-28 18:14:57 +03:00
Olivier Lagneau
57ca07fad6 8131783: Put LowMemoryTest.java in quarantine
Add LowMemoryTest.java to ProblemList.txt

Reviewed-by: sspitsyn, jbachorik
2015-07-28 15:07:09 +02:00
Joe Darcy
1570c5e78d 8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
Reviewed-by: dholmes
2015-07-27 18:51:29 -07:00
Michael Fang
9a7441f204 8131105: Header Template for nroff man pages *.1 files contains errors
Reviewed-by: katleman
2015-07-27 16:49:10 -07:00
Volker Simonis
29a79fc1a3 8132374: AIX: fix value of os.version property
Reviewed-by: alanb, rriggs
2015-07-27 19:50:14 +02:00
Artem Smotrakov
b6bee08125 8048596: Tests for AEAD ciphers
Reviewed-by: valeriep
2015-07-25 08:50:45 +03:00
Steve Drach
81705a9e0c 8062849: Optimize EnumMap.equals
In the equals method, if the two EnumMaps are a different size return false since they can't be equal.

Reviewed-by: martin, bchristi, rriggs, psandoz
2015-07-24 15:33:13 -07:00
Peter Brunet
d02dfb7a3a 8077707: jdk9 b58 cannot run any graphical application on Win 8 with JAWS running
Change dialog proc wparam type from UINT to WPARAM, lparam type from LONG to LPARAM

Reviewed-by: serb, alexsch, van
2015-07-24 13:58:44 -05: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
Jean-Francois Denise
8f15d5a0c2 8132335: jimage tool extract and recreate options are not consistent
Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension.

Reviewed-by: jlaskey
2015-07-24 18:57:04 +02:00
Katja Kantserova
2df4f67054 8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
Reviewed-by: jbachorik
2015-07-24 15:28:59 +02:00
Jaroslav Bachorik
aa572f2749 Merge 2015-07-24 20:45:30 +02:00