Chris Hegarty
60b713fd8d
6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
...
Reviewed-by: dl, dholmes
2012-04-04 15:14:00 +01:00
Anthony Petrov
e352bc83f0
7154177: [macosx] An invisible owner frame becomes visible upon clicking a child window
...
Establish the parent-child relationship for visible windows only
Reviewed-by: serb
2012-04-03 16:14:05 +04:00
Lana Steuck
1bbe27a179
Merge
2012-03-31 08:43:56 -07:00
Sean Chou
045668b454
7155298: Editable TextArea/TextField are blocking GUI applications from exit
...
Stop default caret's timer by setVisible(false) when dispose
Reviewed-by: anthony, ant
2012-03-31 16:55:56 +08:00
Kumar Srinivasan
f13a39a361
7158090: (launcher) newly added ToolsOpts.java fails on openjdk builds
...
Reviewed-by: darcy
2012-03-30 17:22:02 -07:00
Lana Steuck
1ae8995f36
Merge
2012-03-30 16:57:50 -07:00
Bradford Wetmore
7775fea771
7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
...
Reviewed-by: xuelei
2012-03-30 15:43:13 -07:00
David Buck
ecc9a141a1
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
...
Changed so that jcmd breaks input into individual lines and sends each one to the jvm separately.
Reviewed-by: dcubed, sla
2012-03-30 10:18:04 -07:00
Yong Jeffrey Huang
0d4e0d1ed0
Merge
2012-03-29 21:22:07 -07:00
Yong Jeffrey Huang
7f78d7e54c
7028073: The currency symbol for Peru is wrong
...
Reviewed-by: naoto
2012-03-29 21:16:58 -07:00
Steve Sides
9d2cd27e59
7156976: improve java tools testing
...
Reviewed-by: darcy
2012-03-29 17:49:34 -07:00
Yuka Kamiya
e127bc8acf
7070436: Support Unicode 6.1.0 in JDK 8
...
Reviewed-by: okutsu
2012-03-29 18:02:36 +09:00
Lana Steuck
f931c18437
Merge
2012-03-26 17:31:42 -07:00
Charles Lee
921ffcf9ef
4310381: Text in multi-row/col JTabbedPane tabs can be truncated/clipped
...
Reviewed-by: rupashka
2012-03-23 15:16:17 +02:00
Vinnie Ryan
c0c3fb980d
7152582: PKCS11 tests should use the NSS libraries available in the OS
...
Reviewed-by: mullan
2012-03-26 17:14:20 +01:00
David Buck
733b1d638e
7104147: the fix for cr6887286 was not appropriate for backporting
...
Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.
Reviewed-by: prr, flar
2012-03-21 18:41:42 -07:00
Lana Steuck
a3f1271a63
Merge
2012-03-21 13:38:55 -07:00
Valerie Peng
3a8e9e6104
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
...
Always return the secret in the same length as the modulus.
Reviewed-by: wetmore
2012-03-20 15:06:13 -07:00
Staffan Larsen
0041a04fb2
7154114: jstat tests failing on non-english locales
...
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Reviewed-by: rbackman, kamg, dsamersoff
2012-03-20 12:48:48 +01:00
Weijun Wang
7b947b7a42
7152176: More krb5 tests
...
Reviewed-by: xuelei
2012-03-20 19:12:21 +08:00
Oleg Pekhovskiy
310990d4dc
7128738: dragged dialog freezes system on dispose
...
Reviewed-by: anthony
2012-03-19 21:22:18 +04:00
Staffan Larsen
e0a4e74f80
7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
...
Make sure the test is compiled, run and finds it supporting classes
Reviewed-by: alanb, sspitsyn, rbackman
2012-03-19 14:18:36 +01:00
Yong Jeffrey Huang
b3e79c6c6c
Merge
2012-03-14 23:19:52 -07:00
Yong Jeffrey Huang
97292b3883
7085757: Currency Data: ISO 4217 Amendment 152
...
Reviewed-by: naoto
2012-03-14 23:07:21 -07:00
Rickard Bäckman
b943c9c83d
7145419: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
...
Add more packages to filter avoids failing on events from background thread.
Reviewed-by: acorn, sspitsyn, sla
2012-03-14 08:43:28 +01:00
Kurchi Subhra Hazra
56132c0447
7045655: An empty InMemoryCookieStore should not return true for removeAll
...
CookieStore.removeAll() should return false for an empty CookieStore
Reviewed-by: chegar
2012-03-15 13:21:16 -07:00
Frederic Parain
b497391969
7074616: java.lang.management.ManagementFactory.getPlatformManagementInterfaces fails
...
Reviewed-by: dholmes, sla
2012-03-14 09:03:08 -07:00
Lana Steuck
fa178171b6
Merge
2012-03-13 20:23:43 -07:00
Lana Steuck
d25dbaffeb
Merge
2012-03-13 19:58:39 -07:00
Pavel Porvatov
089eea6bef
7027139: getFirstIndex() does not return the first index that has changed
...
Reviewed-by: alexp
2012-03-13 13:18:07 +02:00
Chris Hegarty
015d7657e7
7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
...
Reviewed-by: alanb
2012-03-13 09:33:50 +00:00
Sean Coffey
bfbf85b7a7
7148584: Jar tools fails to generate manifest correctly when boundary condition hit
...
Reviewed-by: alanb, sherman
2012-03-12 11:30:28 +00:00
Alan Bateman
3ecf3e0fa1
7152866: Tests not run because they are missing the @run tag
...
Reviewed-by: chegar, dholmes
2012-03-12 10:17:18 +00:00
Lana Steuck
ae6769c77d
Merge
2012-03-09 11:58:08 -08:00
Lana Steuck
76177f7a48
Merge
2012-03-08 15:26:32 -08:00
Lana Steuck
ac3052168c
Merge
2012-03-08 08:18:56 -08:00
David Holmes
7352937e75
7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData
...
Add -XX:+UsePerfData to invocation of exec'd JVM
Reviewed-by: alanb, chegar
2012-03-08 00:46:33 -05:00
Pavel Porvatov
304f1400f9
7146377: closed/javax/swing/DataTransfer/4876520/bug4876520.java failed since b08 in jdk 8
...
Reviewed-by: alexp
2012-03-07 20:07:18 +02:00
Alexander Scherbatiy
5f01fd2c54
7132808: [macosx] closed/javax/swing/JFileChooser/4524490/bug4524490.java fails on MacOS
...
Reviewed-by: alexp
2012-03-07 17:57:12 +04:00
Weijun Wang
0bc11358bb
6961765: Double byte characters corrupted in DN for LDAP referrals
...
Reviewed-by: vinnie
2012-03-07 10:15:41 +08:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Vinnie Ryan
594e178180
7151109: backout CR 6988842
...
Reviewed-by: mullan
2012-03-05 14:13:29 +00:00
Sergey Malenkov
0f708d90df
7148143: PropertyChangeSupport.addPropertyChangeListener can throw ClassCastException
...
Reviewed-by: rupashka
2012-03-05 18:01:13 +04:00
Alexander Scherbatiy
a70c2d02ad
7130521: [macosx] closed/javax/swing/JMenuItem/6209975/bug6209975.java failed on macosx
...
Reviewed-by: rupashka
2012-03-05 16:46:38 +04:00
Vinnie Ryan
1e3b108ef9
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
...
Reviewed-by: mullan
2012-03-02 17:24:08 +00:00
Lana Steuck
00d35d412b
Merge
2012-02-29 12:30:55 -08:00
Kumar Srinivasan
8f5b808cfe
7148499: Stack size in tools/launcher/Settings.java needs to be increased
...
Reviewed-by: alanb
2012-02-29 08:20:33 -08:00
Alexander Scherbatiy
cbf5f3e4de
7133573: [macosx] closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS
...
Reviewed-by: alexp
2012-02-29 18:47:39 +04:00
Weijun Wang
7902f129f5
7143872: Improve certificate extension processing
...
Reviewed-by: mullan
2012-02-29 14:06:00 +08:00
Lana Steuck
b697d670cb
Merge
2012-02-28 18:01:54 -08:00
Lana Steuck
30c157894d
Merge
2012-02-28 17:52:05 -08:00
Pavel Porvatov
54c7a42949
7143614: SynthLookAndFeel stability improvement
...
Reviewed-by: malenkov
2012-02-28 16:09:15 +02:00
Dmitry Samersoff
14732a0d27
7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms
...
Disable test until JDK and hotspot changes meet each other.
Reviewed-by: alanb, acorn
2012-02-28 17:00:28 +04:00
Sean Mullan
fd805805a8
Merge
2012-02-27 13:53:25 -05:00
Sean Mullan
48ca85ec46
7147830: NullPointerException in java.security.Policy.implies() when the ProtectionDomain has a null code sou
...
Reviewed-by: vinnie
2012-02-27 11:44:50 -05:00
Dmitry Samersoff
fe4588a87e
7110104: It should be possible to stop and start JMX Agent at runtime
...
Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acorn, mchung
2012-02-27 15:21:18 +04:00
Alan Bateman
6d519d366e
7148921: More ProblemList updates (2/2012)
...
Reviewed-by: chegar
2012-02-26 17:25:42 +00:00
Staffan Larsen
17f17157b9
7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin
...
Work around problems in some cygwin installations
Reviewed-by: alanb, sspitsyn
2012-02-24 20:09:49 +01:00
Staffan Larsen
399194bb7a
7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin
...
Detect and handle cygwin correctly
Reviewed-by: alanb, sspitsyn
2012-02-24 20:02:50 +01:00
Sean Coffey
cecb628970
7144488: Infinite recursion for some equals tests in Collections
...
Reviewed-by: alanb, dholmes, mduigou
2012-02-24 09:17:46 +00:00
Lana Steuck
9c6aee1cdf
Merge
2012-02-23 07:54:49 -08:00
Lana Steuck
cd51c0ed25
Merge
2012-02-23 00:14:45 -08:00
Lana Steuck
bf8b18f80e
Merge
2012-02-22 22:09:53 -08:00
Lana Steuck
ab549924e8
Merge
2012-02-22 16:52:50 -08:00
Pavel Porvatov
942b3e2aae
7107099: JScrollBar does not show up even if there are enough lebgth of textstring in textField
...
Reviewed-by: alexp
2012-02-22 14:31:13 +04:00
Alexander Scherbatiy
58de6a8294
7133581: [macosx] closed/javax/swing/JTree/4330357/bug4330357.java fails on MacOS
...
Reviewed-by: alexp
2012-02-21 15:34:08 +04:00
Alexander Scherbatiy
7bea3e0303
7133571
: [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS
...
Reviewed-by: alexp
2012-02-21 15:03:07 +04:00
Alexander Scherbatiy
8326ba3235
7133566: [macosx] closed/javax/swing/JTable/4220171/bug4220171.java fails on MacOS
...
Reviewed-by: alexp
2012-02-21 14:19:21 +04:00
Weijun Wang
d21a6ce41f
7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
...
Reviewed-by: valeriep
2012-02-21 08:51:26 +08:00
Alan Bateman
697f151896
7147087: Remove AWT/Swing/client tests from ProblemList
...
Reviewed-by: ohair
2012-02-20 19:33:32 +00:00
Abhijit Saha
162d75c68c
Merge
2012-02-20 11:31:53 -08:00
Roger Riggs
ac69a5f84a
6708398: Support integer overflow
...
Added add/sub/multiply/toIntExact methods to j.l.Math and StrictMath classes
Reviewed-by: emcmanus
2012-02-16 11:43:20 -08:00
Sean Chou
40d87232e6
7089914: Focus on image icons are not visible in javaws cache with high contrast mode
...
Reviewed-by: rupashka
2012-02-16 17:42:09 +04:00
Lana Steuck
7ca7e599a5
Merge
2012-02-15 15:28:15 -08:00
Frederic Parain
a1429e482e
7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean
...
Reviewed-by: acorn, mchung, phh
2012-02-15 10:46:55 -08:00
Frederic Parain
ddaeb8933c
7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
...
Reviewed-by: alanb
2012-02-15 09:29:05 -08:00
Sean Mullan
191116a62e
Merge
2012-02-15 07:52:58 -05:00
Sean Mullan
5977a2d6a7
7024604: OID.1 causes IAE in X500Principal constructor
...
Reviewed-by: vinnie
2012-02-15 07:45:42 -05:00
Frederic Parain
52739303db
7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
...
Reviewed-by: fparain, dholmes
2012-02-14 07:28:29 -08:00
Alexander Scherbatiy
7c6f3c6cb2
7133577: [macosx] closed/javax/swing/JTree/4314199/bug4314199.java fails on MacOS
...
Reviewed-by: rupashka
2012-02-14 18:44:57 +04:00
Vinnie Ryan
abfc726cc4
7142888: sun/security/tools/jarsigner/ec.sh fail on sparc
...
Reviewed-by: xuelei
2012-02-14 11:47:41 +00:00
Oleg Pekhovskiy
2ac69799ec
7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit
...
Reviewed-by: anthony
2012-02-13 17:49:23 +04:00
Alan Bateman
6e1303417c
7144895: ProblemList.txt updates (2/2012)
...
Reviewed-by: darcy, ohair
2012-02-12 21:09:09 +00:00
Chris Hegarty
cfe8581b9b
7133367: ResponseCache.put should not be called when setUseCaches(false)
...
Reviewed-by: michaelm
2012-02-12 08:47:36 +00:00
Bradford Wetmore
533795bb75
7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
...
Reviewed-by: valeriep
2012-02-10 19:07:23 -08:00
Lana Steuck
9ea42aad43
Merge
2012-02-09 23:17:22 -08:00
Lana Steuck
13686b8d12
Merge
2012-02-09 22:55:28 -08:00
Florian Weimer
9b65dbabc1
6879539: enable empty password support for pkcs12 keystore
...
Reviewed-by: vinnie, weijun
2012-02-10 11:41:22 +08:00
Alan Bateman
9ace5d5b19
7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently
...
Reviewed-by: chegar
2012-02-09 16:38:36 +00:00
Pavel Porvatov
36a08afe2a
7142955: DefaultTreeCellRenderer doesn't honor 'Tree.rendererFillBackground' LAF property
...
Reviewed-by: malenkov
2012-02-09 18:26:57 +04:00
David Katleman
0a228eec58
Merge
2012-02-08 19:13:58 -08:00
Oleg Pekhovskiy
ff7281a866
7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
...
Reviewed-by: art
2012-02-08 18:28:10 +04:00
Pavel Porvatov
0b4df63ee2
7138665: JOptionPane.getValue() unexpected change between JRE 1.6 and JRE 1.7
...
Reviewed-by: alexp
2012-02-08 16:15:12 +04:00
Gary Adams
d53f00fb69
6957683: test/java/util/concurrent/ThreadPoolExecutor/Custom.java failing
...
Reviewed-by: chegar, dholmes, alanb
2012-02-08 11:19:25 +00:00
Gary Adams
ba9ddb94fa
6736316: Timeout value in java/util/concurrent/locks/Lock/FlakyMutex.java is insufficient
...
Reviewed-by: chegar, dholmes, alanb
2012-02-08 11:18:29 +00:00
Chris Hegarty
5070eb57b6
7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc
...
Reviewed-by: dholmes
2012-02-08 11:16:52 +00:00
Weijun Wang
18a83d872b
6880619: reg tests for 6879540
...
Reviewed-by: valeriep
2012-02-08 11:44:36 +08:00
Alan Bateman
b37db2a9db
7142847: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java has incorrect @run tag, runs Basic
...
Reviewed-by: chegar
2012-02-07 13:28:32 +00:00
Yong Jeffrey Huang
4ea71cf959
7129382: change minor unit of VND to 0
...
Reviewed-by: naoto
2012-02-06 18:56:36 -08:00
Pavel Porvatov
a1486e0c08
7071775: javax/swing/JFileChooser/6396844/TwentyThousandTest.java failed on winxp
...
Reviewed-by: alexp
2012-02-03 18:01:24 +04:00
Pavel Porvatov
314ecdc15a
7141573: JProgressBar resize exception, if setStringPainted in Windows LAF
...
Reviewed-by: malenkov
2012-02-03 17:57:39 +04:00
Sonali Goel
c750a3e42c
7141141: Add 3 new test scenarios for testing Main-Class attribute in jar manifest file
...
Reviewed-by: ksrini, darcy
2012-02-02 15:37:22 -08:00
Bradford Wetmore
8ac9bc5858
7141910: Incorrect copyright dates on new test cases
...
Reviewed-by: mullan
2012-02-01 16:00:39 -08:00
Lana Steuck
9ad29a120a
Merge
2012-01-31 19:08:36 -08:00
Pavel Porvatov
bd71369ca5
7082443: JComboBox not backward compatible (with Java 6)
...
Reviewed-by: alexp
2012-01-31 17:30:33 +04:00
Staffan Larsen
d548c65214
Merge
2012-01-31 04:57:20 -08:00
Sergey Malenkov
bb9be9ed00
7122138: IAE thrown because Introspector ignores synthetic methods
...
Reviewed-by: rupashka
2012-01-31 14:20:47 +04:00
Staffan Larsen
c3ee1cf7f9
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
...
Make sure HotSpot and JDK looks for well-known files in the same location
Reviewed-by: dholmes, dsamersoff
2012-01-31 10:46:34 +01:00
Doug Lea
45569b3a65
7132378: Race in FutureTask if used with explicit set ( not Runnable )
...
Reviewed-by: chegar, dholmes
2012-01-30 11:44:45 +00:00
Alexander Scherbatiy
c0b462dd42
7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
...
Reviewed-by: rupashka
2012-01-30 12:52:53 +04:00
Lana Steuck
afe805a586
Merge
2012-01-28 22:21:54 -08:00
Lana Steuck
0f98d16ad1
Merge
2012-01-28 20:41:27 -08:00
Kumar Srinivasan
25f79b38d8
7127906: (launcher) convert the launcher regression tests to java
...
Reviewed-by: darcy, naoto
2012-01-28 10:46:46 -08:00
Valerie Peng
9b4334593c
7136538: typo in test/Makefile under the jdk_security3 target
...
Fixed the typo of "secrity".
Reviewed-by: wetmore
2012-01-27 15:25:17 -08:00
Alexander Scherbatiy
9a010b5d73
7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
...
Reviewed-by: rupashka
2012-01-27 17:36:35 +04:00
Alexander Scherbatiy
a70eddca0d
7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
...
Reviewed-by: rupashka
2012-01-27 17:00:16 +04:00
Alexander Scherbatiy
153bd2fc0d
7122173: [macosx] Several Regression tests fail on MacOS
...
Reviewed-by: rupashka
2012-01-27 16:32:16 +04:00
Masayoshi Okutsu
33a5a447a8
7130335: Problem with timezone in a SimpleDateFormat
...
Reviewed-by: peytoia
2012-01-27 14:58:32 +09:00
Bradford Wetmore
08fe131e34
7126889: Incorrect SSLEngine debug output
...
Reviewed-by: xuelei
2012-01-26 17:16:05 -08:00
Pavel Porvatov
4ae1928609
7010561: Tab text position with Synth based LaF is different to Java 5/6
...
Reviewed-by: alexp
2012-01-26 17:38:58 +04:00
Yuka Kamiya
844d8fc641
7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
...
Reviewed-by: okutsu
2012-01-26 17:06:47 +09:00
Alejandro Murillo
89a6bc1ca9
Merge
2012-01-25 12:36:08 -08:00
Kumar Srinivasan
d0df777779
7132270: tools/launcher/DefaultLocaleTestRun.java failing (win)
...
Reviewed-by: alanb, chegar
2012-01-24 09:58:44 -08:00
Xue-Lei Andrew Fan
830a24d326
7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing
...
Reviewed-by: alanb
2012-01-23 04:44:16 -08:00
Alexander Scherbatiy
ea9ee98dd7
7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
...
Reviewed-by: rupashka
2012-01-23 13:53:24 +04:00
Alexander Scherbatiy
2909ee7529
7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
...
Reviewed-by: rupashka
2012-01-23 13:05:51 +04:00
Joe Darcy
cc5049f41e
4504839: Java libraries should provide support for unsigned integer arithmetic
...
4215269: Some Integer.toHexString(int) results cannot be decoded back to an int
6322074: Converting integers to string as if unsigned
Reviewed-by: mduigou, emcmanus, flar
2012-01-20 17:56:31 -08:00
Alejandro Murillo
370735f2e4
Merge
2012-01-20 14:31:33 -08:00
Lana Steuck
9ccc60ae83
Merge
2012-01-18 20:24:41 -08:00
John R Rose
cec41c4c9d
7030453: JSR 292 ClassValue.get method is too slow
...
Implement ClassValue cooperatively with Class like ThreadLocal with Thread.
Reviewed-by: twisti, mduigou
2012-01-18 17:34:32 -08:00
John R Rose
ef856f2fe0
7117167: Misc warnings in java.lang.invoke and sun.invoke.*
...
Reviewed-by: smarks
2012-01-18 17:34:29 -08:00
Lana Steuck
328abbe8d8
Merge
2012-01-18 11:41:13 -08:00
Lana Steuck
bb8ab4aa4f
Merge
2012-01-18 11:00:20 -08:00
Alan Bateman
a2cb0c3029
7132204: Default testset in JPRT should not run all tests
...
Reviewed-by: ohair
2012-01-24 09:09:08 +00:00
Sean Mullan
20acbf2a93
Merge
2012-01-23 13:23:05 -05:00
Sean Mullan
ced9a44bc8
7131084: XMLDSig XPathFilter2Transform regression involving intersect filter
...
Reviewed-by: xuelei
2012-01-23 12:17:04 -05:00
Chris Hegarty
8d3dc3ed37
6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
...
Reviewed-by: alanb
2012-01-17 14:10:04 +00:00
Chris Hegarty
c77eb16a79
7129083: CookieManager does not store cookies if url is read before setting cookie manager
...
Reviewed-by: michaelm
2012-01-16 18:05:29 +00:00
Alan Bateman
3fc15f302b
7130398: ProblemList.txt updates (1/2012)
...
Reviewed-by: chegar
2012-01-16 16:30:29 +00:00
Weijun Wang
5cbd245bad
7118809: rcache deadlock
...
Reviewed-by: valeriep
2012-01-16 10:10:56 +08:00
Alexander Scherbatiy
30f7f59109
7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
...
Reviewed-by: rupashka
2012-01-13 12:39:23 +04:00
Valerie Peng
8b0a1174bd
Merge
2012-01-12 18:49:33 -08:00
Weijun Wang
c4f77e41b6
7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests
...
Reviewed-by: mullan
2012-01-13 09:50:19 +08:00
Valerie Peng
eafb7ad68c
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
...
Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.
Reviewed-by: weijun
2012-01-12 16:04:03 -08:00
Xue-Lei Andrew Fan
8b5551f1eb
7106773: 512 bits RSA key cannot work with SHA384 and SHA512
...
Reviewed-by: weijun
2012-01-12 03:39:37 -08:00
Kumar Srinivasan
86fa49b707
7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
...
Reviewed-by: sherman, mchung, darcy
2012-01-11 08:14:47 -08:00
Chris Hegarty
1f16d123b1
7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
...
Reviewed-by: michaelm
2012-01-11 10:52:25 +00:00
Alexander Scherbatiy
a6f9704a91
6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
...
Reviewed-by: rupashka
2012-01-10 17:11:10 +04:00
Alexander Scherbatiy
59c8f5f79f
7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
...
Reviewed-by: kizune
2012-01-10 15:46:30 +04:00
Xue-Lei Andrew Fan
74fcfe6c7e
7123519: problems with certification path
...
Also including the contribution from Dennis Gu
Reviewed-by: mullan, weijun
2012-01-09 20:55:52 -08:00
Neil Richards
d51673ed91
7123229
: (coll) EnumMap.containsValue(null) returns true
...
Java.util.EnumMap.NULL equals() must only be true for itself
Reviewed-by: alanb, mduigou
2012-01-10 00:07:13 +00:00
Gary Adams
6eb76c4598
7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
...
Reviewed-by: alanb
2012-01-09 19:33:02 +00:00
Valerie Peng
12558e2ef9
7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
...
Changed to always use full transformation as provider properties.
Reviewed-by: mullan
2012-01-06 16:06:41 -08:00
Valerie Peng
1081efba4f
6414899: P11Digest should support cloning
...
Enhanced the PKCS11 Digest implementation to support cloning
Reviewed-by: vinnie
2012-01-05 18:18:04 -08:00
Lana Steuck
a43e73eb81
Merge
2012-01-04 10:57:39 -08:00
Frederic Parain
d1c86caeaa
7104647: Adding a diagnostic command framework
...
Reviewed-by: mchung, dholmes
2012-01-04 03:49:35 -08:00
Kumar Srinivasan
6274287b95
7124443: (launcher) test DefaultsLocaleTest fails with Windows shells
...
Reviewed-by: darcy
2012-01-03 08:33:30 -08:00
Kumar Srinivasan
3890c64b86
7123582: (launcher) display the -version and -XshowSettings
...
Reviewed-by: alanb
2012-01-03 08:27:37 -08:00
David Katleman
6ddf2df795
Merge
2011-12-28 15:14:24 -08:00
Lana Steuck
3419a755d7
Merge
2011-12-28 10:51:24 -08:00
Daniel D. Daugherty
937ae45cd8
7121600: Instrumentation.redefineClasses() leaks class bytes
...
Call JNI ReleaseByteArrayElements() on memory returned by JNI GetByteArrayElements(). Also push test for 7122253.
Reviewed-by: acorn, poonam
2011-12-22 18:35:48 -08:00
Stephen Flores
a046e398d5
7076310: (file) AclEntry.Builder setFlags throws IllegalArgumentException if set argument is empty
...
Reviewed-by: alanb
2011-12-22 10:52:17 +00:00
Weijun Wang
440adedd51
7122169: TcpTimeout fail for various reasons
...
Reviewed-by: alanb
2011-12-22 15:35:55 +08:00
Lana Steuck
3f5f0b4dc0
Merge
2011-12-20 15:27:55 -08:00
Anthony Petrov
b3582e243e
7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
...
Always create an EQ for the main AppContext in SunToolkit constructor
Reviewed-by: art
2011-12-20 12:48:01 +03:00
Stephen Flores
a8ad56bd5c
6990617: Regular expression doesn't match if unicode character next to a digit
...
Updated RemoveQEQuotation() to deal with this case correctly
Reviewed-by: sherman
2011-12-19 14:14:14 -08:00
Brandon Passanisi
6702bf177f
7087549: (fs) Files.newInputStream throws UOE for custom provider options
...
Reviewed-by: alanb
2011-12-17 20:07:14 +00:00
Lana Steuck
ea01b60d82
Merge
2011-12-16 12:12:17 -08:00
Chris Hegarty
d680725432
7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
...
Reviewed-by: michaelm
2011-12-16 16:09:41 +00:00
Lana Steuck
f1c7c499bf
Merge
2011-12-15 19:52:13 -08:00
Michael Fang
638f43b009
Merge
2011-12-15 11:29:58 -08:00
Alexander Scherbatiy
84ee878ee3
7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
...
The robot auto-delay is increased to fix the test failing on Windows.
Reviewed-by: alexp
2011-12-13 17:30:21 +04:00
Alexander Scherbatiy
b633dc9918
7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
...
Reviewed-by: alexp
2011-12-13 15:32:28 +04:00
Yong Jeffrey Huang
092bb45d80
7003124: In Bulgarian Locale DateFormat is wrong
...
Reviewed-by: naoto, peytoia
2011-12-12 18:21:42 -08:00
Kelly O'Hair
f5bfcb05b2
7119829: Adjust default jprt testing configuration
...
Reviewed-by: alanb
2011-12-12 08:17:28 -08:00
Alexander Scherbatiy
43c224b608
7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
...
Reviewed-by: alexp
2011-12-12 15:33:49 +04:00
Doug Lea
87062ca29f
7118066: Warnings in java.util.concurrent package
...
Reviewed-by: chegar, dholmes
2011-12-12 10:45:54 +00:00
Lana Steuck
2850e97062
Merge
2011-12-06 20:25:20 -08:00
Brandon Passanisi
4744f6dd1d
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
...
Updated the incorrect StringBuilder constructor usage
Reviewed-by: dholmes, sherman
2011-12-05 10:50:14 -08:00
Alan Bateman
5751fb4a86
7117717: (aio) Tests failing due to implementation bug 7052549
...
Reviewed-by: weijun, chegar
2011-12-05 12:23:46 +00:00
Darryl Mocek
689ccf050d
5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
...
Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization.
Reviewed-by: alanb, forax, smarks, dholmes
2011-12-02 16:25:35 -08:00
Yuka Kamiya
ed8a1e0c94
7056472: Speed up test/java/util/ResourceBundle/Control/ExpirationTest.sh
...
Reviewed-by: okutsu
2011-12-02 16:09:14 +09:00
Chris Hegarty
02a9029229
7116722: Miscellaneous warnings sun.misc ( and related classes )
...
Reviewed-by: alanb, darcy, forax, hawtin, lancea
2011-12-01 11:09:54 +00:00
Lana Steuck
cb909e068c
Merge
2011-11-30 12:06:49 -08:00
Alexandr Scherbatiy
407d05d5e8
7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
...
Reviewed-by: rupashka
2011-11-30 19:38:56 +04:00
Alexandr Scherbatiy
988204b65e
7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
...
Reviewed-by: rupashka
2011-11-30 16:54:27 +04:00
Lana Steuck
5a5111e51f
Merge
2011-11-29 15:57:33 -08:00
Lana Steuck
cde4fd9054
Merge
2011-11-29 13:49:18 -08:00
Xueming Shen
8df2ceb118
7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
...
Added methods Adler32/CRC32.update(ByteBuffer)
Reviewed-by: alanb
2011-11-29 13:05:35 -08:00
Lana Steuck
a7460d5856
Merge
2011-11-29 12:04:55 -08:00
Xueming Shen
5b3d1ed37b
7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
...
Updated to zlib-1.2.5
Reviewed-by: alanb
2011-11-29 11:39:59 -08:00
Alexandr Scherbatiy
6087c7f96c
7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
...
Reviewed-by: rupashka
2011-11-29 12:47:30 +03:00
Lana Steuck
95e9cd174d
Merge
2011-11-28 15:15:50 -08:00
Alexandr Scherbatiy
e8cf8cce56
7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
...
Reviewed-by: rupashka
2011-11-25 11:52:23 +03:00
Sean Coffey
aba5b47101
7102369: remove java.rmi.server.codebase property parsing from registyimpl
...
7094468: rmiregistry clean up
Reviewed-by: smarks
2011-11-23 14:55:01 +00:00
Gary Adams
6ffc2c3b69
6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
...
Reviewed-by: chegar, dholmes
2011-11-23 12:30:19 +00:00
Xue-Lei Andrew Fan
7115a56a21
7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
...
Also reviewed by Dennis.Gu@oracle.com
Reviewed-by: mullan
2011-11-23 03:40:12 -08:00
Alexandr Scherbatiy
20168f092c
7109085: Test use hotkeys not intended for Mac
...
Reviewed-by: rupashka
2011-11-21 18:22:30 +04:00
Gary Adams
dbdf12e6a5
7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
...
Reviewed-by: dholmes, alanb
2011-11-21 12:57:36 +00:00
Gary Adams
0a416094b6
7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
...
Reviewed-by: forax, chegar, dholmes
2011-11-21 12:51:30 +00:00
Gary Adams
325b9e4abb
6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
...
Reviewed-by: alanb, dholmes, forax
2011-11-19 20:03:00 +00:00
Gary Adams
e0de33a847
6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf
...
Reviewed-by: dholmes, forax
2011-11-19 19:59:33 +00:00
Gary Adams
673ab99f16
6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
...
Reviewed-by: dholmes, alanb, forax
2011-11-19 19:55:19 +00:00
John Coomes
6da51f66cd
Merge
2011-11-18 16:57:01 -08:00
Lana Steuck
7bcad978ba
Merge
2011-11-18 15:49:09 -08:00
Lana Steuck
9240eb2ee9
Merge
2011-11-18 11:11:11 -08:00
Neil Richards
c125edce88
7094995: Trailing daemon thread causes continuous GC in agentvm mode
...
Shutdown GcInducingThread once test (successfully) finishes
Reviewed-by: alanb, chegar, dholmes, darcy
2011-11-18 09:03:43 +00:00
Weijun Wang
687f622f95
7115744: Do not call File::deleteOnExit in security tests
...
Reviewed-by: xuelei
2011-11-28 18:16:29 +08:00
Gary Adams
29ad75ff83
7067691: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
...
Reviewed-by: alanb, mchung
2011-11-17 15:47:34 -08:00
Stuart Marks
348fa7b88e
7112267: clean up fix for 7110700
...
Reviewed-by: dmeetry
2011-11-17 15:04:46 -08:00
Oleg Pekhovskiy
3cf1d6ac15
7108598: Pogo Table Games freeze with JDK 7
...
Reviewed-by: art, ant
2011-11-16 15:40:59 +04:00
Lana Steuck
9fb09f41b6
Merge
2011-11-14 18:18:22 -08:00
Lana Steuck
613e94ca6f
Merge
2011-11-14 18:15:37 -08:00
Abhijit Saha
f03cbcc678
Merge
2011-11-14 11:52:09 -08:00
Sergey Malenkov
1612a6cb79
7110521: Regression test failed: Introspector/TestTypeResolver.java
...
Reviewed-by: rupashka
2011-11-14 14:38:36 +04:00
Alexandr Scherbatiy
1131098297
7109617: Test was writed for Metal L&F but not set it
...
Reviewed-by: rupashka
2011-11-14 14:00:05 +04:00
Stuart Marks
d6e13af09c
7110700: Enhance exception throwing mechanism in ObjectStreamClass
...
Reviewed-by: dmeetry, hawtin
2011-11-11 15:22:11 -08:00
Sean Coffey
9e42e3d20a
7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
...
Reviewed-by: alanb
2011-11-11 10:08:40 +00:00
Sergey Malenkov
6a9b345420
7087429: Constructor of java.beans.PropertyChangeEvent should declare thrown NPE for null source
...
Reviewed-by: rupashka
2011-11-10 17:37:29 +04:00
Sergey Malenkov
cc590754f3
7092744: XMLEncoder fails to encode and breaks backward compatibility
...
Reviewed-by: rupashka
2011-11-10 17:35:16 +04:00
Sergey Malenkov
4ec2080620
7087876: java/beans/PropertyDescriptor.html#createPropertyEditor() throws RE if editor cannot be created
...
Reviewed-by: rupashka
2011-11-10 17:32:20 +04:00
Sergey Malenkov
0fdddc243e
7064279: Introspector.getBeanInfo() should release some resources in timely manner
...
Reviewed-by: art, alexp
2011-11-10 17:27:40 +04:00
Charles Lee
2eda2d142d
6938583: Unexpected NullPointerException by InputContext.endComposition()
...
Reviewed-by: rupashka
2011-11-10 14:10:54 +04:00
Christian Thalinger
82266506f2
7109063: JSR 292: fix for 7085860 is incomplete
...
Reviewed-by: iveresov, alanb, jrose
2011-11-09 00:46:13 -08:00
Lana Steuck
6621aee4c0
Merge
2011-11-08 15:38:58 -08:00
Alexandr Scherbatiy
856768a6c0
7107585: Test incorrect calculate position of object on frame
...
Reviewed-by: rupashka
2011-11-08 14:36:50 +03:00
Xueming Shen
b1408532df
7096080: UTF8 update and new CESU-8 charset
...
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
2011-11-07 13:46:02 -08:00
Lana Steuck
6e582b4002
Merge
2011-11-07 10:26:52 -08:00
Lana Steuck
2152b58b60
Merge
2011-11-05 00:00:43 -07:00
Michael Fang
01d2aff838
Merge
2011-11-03 17:34:41 -07:00
Darryl Mocek
bc99763494
4533691: Add Collections.emptySortedSet()
...
Reviewed-by: mduigou, alanb, dholmes
2011-11-03 13:26:57 -07:00
Christian Thalinger
b8587b3878
7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
...
Reviewed-by: jrose, never
2011-11-02 02:03:30 -07:00
Yong Jeffrey Huang
7a1eea097c
Merge
2011-10-31 21:45:23 -07:00
Yong Jeffrey Huang
65916660b9
7101495: In Latvia first day of week is Monday
...
Reviewed-by: naoto, peytoia
2011-10-31 21:43:07 -07:00
Yong Jeffrey Huang
8118725827
Merge
2011-10-31 21:38:12 -07:00
Yong Jeffrey Huang
0db43a9227
6755060: Collator.compare() does not compare correctly for the Thai locale
...
Reviewed-by: naoto
2011-10-31 21:30:11 -07:00
Yong Jeffrey Huang
c24783568e
7077119: remove past transition dates from CurrencyData.properties file
...
Reviewed-by: naoto
2011-10-31 20:14:12 -07:00
Y. Srinivas Ramakrishna
e9207384c5
4243978: (ref) Race condition in Reference.enqueue()
...
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued
The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports.
Reviewed-by: mchung, alanb, jcoomes
2011-10-31 17:38:15 -07:00
Bradford Wetmore
becccc16ec
7053252: New regression test does not compile on windows-amd64
...
Reviewed-by: valeriep
2011-10-31 16:23:43 -07:00
Bradford Wetmore
089b5b16e3
7105780: Add SSLSocket client/SSLEngine server to templates directory
...
Reviewed-by: xuelei
2011-10-31 11:54:19 -07:00
Xue-Lei Andrew Fan
bdb9312b86
7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
...
Reviewed-by: weijun
2011-10-28 07:18:54 -07:00
Sean Mullan
17c6b98e84
Merge
2011-10-27 11:01:15 -04:00
Sean Mullan
65b1500ae5
7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
...
Reviewed-by: xuelei
2011-10-27 10:57:35 -04:00
Weijun Wang
3cd4eaa1f0
7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
...
Reviewed-by: alanb
2011-10-27 17:23:25 +08:00
Alex Menkov
159d2cd692
7088367: JavaSound security issue (12865443)
...
Reviewed-by: denis
2011-10-26 14:00:18 +04:00
Lana Steuck
4ed6125359
Merge
2011-10-25 21:54:49 -07:00
Lana Steuck
adfdb3ed81
Merge
2011-10-25 21:53:54 -07:00
Lana Steuck
022b52007c
Merge
2011-10-25 10:51:17 -07:00
Andrew Brygin
8863ec439e
6997116: The case automatically failed due to java.lang.ClassCastException
...
Reviewed-by: jgodinez, prr
2011-10-17 15:20:51 +04:00
Alexandr Scherbatiy
bd73f1cc1d
6955919: Intermittent ClassCastException in bug4492274 test
...
Reviewed-by: rupashka
2011-11-03 14:14:36 +04:00
Sean Chou
c59424668d
7049024: DnD fails with JTextArea and JTextField
...
Reviewed-by: rupashka
2011-11-02 23:53:16 +03:00
Alexandr Scherbatiy
6612f2a7e6
6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
...
Reviewed-by: rupashka
2011-11-02 14:17:16 +04:00
Michael McMahon
75c70b068f
Merge
2011-10-20 09:26:20 +01:00
Michael McMahon
0ec5b82c85
7102665: Move tests to Problemlist
...
Reviewed-by: chegar, alanb
2011-10-20 09:21:03 +01:00
Kurchi Subhra Hazra
ed977156e5
7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
...
Reviewed-by: chegar
2011-10-20 09:08:38 +01:00
Darryl Mocek
8d1c6cf60e
5029031: Add Collections.checkedQueue()
...
Reviewed-by: mduigou
2011-10-19 14:17:47 -07:00
Bradford Wetmore
d25a9c128f
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
...
Reviewed-by: xuelei, weijun, asaha
2011-10-18 11:58:57 -07:00
Weijun Wang
ab1010388d
7099399: cannot deal with CRL file larger than 16MB
...
Reviewed-by: xuelei, mullan
2011-10-17 17:11:26 +08:00
Sean Mullan
8dd8726505
Merge
2011-10-13 13:53:13 -04:00
Sean Mullan
4bc227715b
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
...
Reviewed-by: mchung
2011-10-13 13:50:17 -04:00
Vinnie Ryan
e6e820c647
7099228: Use a PKCS11 config attribute to control encoding of an EC point
...
Reviewed-by: valeriep, mullan
2011-10-13 12:00:51 +01:00
Lana Steuck
8eac661507
Merge
2011-10-12 12:26:03 -07:00
Lana Steuck
9e05d4f813
Merge
2011-10-12 12:25:03 -07:00
Naoto Sato
f54e7ec9bc
7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
...
Reviewed-by: dholmes, chegar
2011-10-12 12:12:25 -07:00
Alexandr Scherbatiy
6fb68448cc
7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
...
Reviewed-by: rupashka
2011-10-11 15:22:40 +04:00
Xue-Lei Andrew Fan
3c41c66fb1
7096936: issue in jsse/runtime
...
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
2011-09-30 18:47:53 -07:00
Xue-Lei Andrew Fan
73b50710f0
7064341: jsse/runtime security problem
...
Reviewed-by: wetmore
2011-09-29 17:31:30 -07:00
Chris Hegarty
e92787f075
7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
...
Reviewed-by: mcimadamore
2011-10-10 15:29:24 +01:00
Vinnie Ryan
a3fcc12dc8
7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
...
Reviewed-by: chegar
2011-10-07 14:09:53 +01:00
Chris Hegarty
1d5bbbec86
7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
...
Reviewed-by: alanb
2011-10-04 16:37:08 +01:00
Kurchi Subhra Hazra
ebd4f912d7
6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
...
Reviewed-by: chegar, mduigou
2011-10-04 13:48:41 +01:00
Weijun Wang
650bd8320d
7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
...
Reviewed-by: valeriep
2011-09-28 14:21:11 +08:00
Weijun Wang
a912e7557c
7077640: gss wrap for cfx doesn't handle rrc != 0
...
Reviewed-by: valeriep
2011-09-28 14:21:10 +08:00
Weijun Wang
a099202006
7089889: Krb5LoginModule.login() throws an exception if used without a keytab
...
Reviewed-by: xuelei, valeriep
2011-09-28 14:21:10 +08:00
Lana Steuck
3d1e626d8f
Merge
2011-09-26 14:32:38 -07:00
Kurchi Subhra Hazra
8987ea2bdf
7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected
...
Use family of connected IP address to retrieve desired local address of the datagram socket
Reviewed-by: chegar
2011-09-26 11:48:37 -07:00
Chris Hegarty
2d492ea7e1
7094141: test/sun/misc/JarIndex/metaInfFilenames/Basic.java no longer compiles
...
Reviewed-by: alanb
2011-09-26 15:04:59 +01:00
Pavel Porvatov
3cfef23dff
7088744: SwingUtilities.isMiddleMouseButton does not work with ALT/Meta keys
...
Reviewed-by: alexp
2011-09-26 17:37:08 +04:00
Weijun Wang
0ac639e5b0
7094842: test/javax/security/auth/Subject/{Synch.java,Synch2.java,Synch3.java} loop forever in agentvm mode
...
Reviewed-by: alanb
2011-09-26 17:13:47 +08:00
Doug Lea
2d19ea519b
7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
...
Reviewed-by: dholmes, chegar
2011-09-23 14:24:04 +01:00
Joe Darcy
82e488e3ae
7092404: Add Math.nextDown and Double.isFinite
...
Reviewed-by: mduigou
2011-09-21 23:22:11 -07:00
Weijun Wang
035522bd7a
7092627: use agentvm mode instead of samevm in regtests
...
Reviewed-by: alanb, dsamersoff
2011-09-22 12:05:26 +08:00
Stuart Marks
6f12fe9039
7092186: adjust package access in rmiregistry
...
Reviewed-by: asaha, coffeys
2011-09-21 15:37:52 -07:00
Michael McMahon
9486648fdf
Merge
2011-09-21 14:54:38 +01:00
Michael McMahon
98f96fac17
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
...
Reviewed-by: chegar, alanb
2011-09-21 14:51:01 +01:00
David Holmes
d9b7e6c18c
7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
...
Explicitly enable UsePerfData for the tools that require it to be enabled
Reviewed-by: alanb, ohair
2011-09-20 22:20:05 -04:00
Joe Darcy
5b7643e258
7091682: Move sun.misc.FpUtils code into java.lang.Math
...
Reviewed-by: alanb
2011-09-18 18:14:07 -07:00
Joe Darcy
30d2b45bd8
6879143: java.math.BigInteger misses the xxxValueExact methods
...
Reviewed-by: alanb
2011-09-14 11:32:11 -07:00
Sean Coffey
81d33c4727
7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use
...
Reviewed-by: alanb
2011-09-13 11:21:51 +01:00
Lana Steuck
7189a0b227
Merge
2011-09-10 21:30:20 -07:00
Alan Bateman
b1fadc8f75
7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
...
Reviewed-by: darcy, jrose
2011-09-10 14:55:14 +01:00
Weijun Wang
700ceee11e
7047200: keytool safe store
...
Reviewed-by: xuelei
2011-09-09 11:18:18 +08:00
Weijun Wang
6b8980e983
7087428: move client tests out of jdk_misc
...
Reviewed-by: alanb, ohair
2011-09-08 09:04:28 +08:00
Mandy Chung
34e0b54108
7078024: Update JDK service tag for JDK 8
...
Reviewed-by: paulk
2011-09-07 13:42:34 -07:00
Joe Darcy
a1f5f73508
7086192: (reflect) Have TypeVariable extend AnnotatedElement
...
Reviewed-by: mcimadamore
2011-09-06 21:19:31 -07:00
Weijun Wang
ba77c3a48f
7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
...
Reviewed-by: valeriep
2011-09-07 08:56:55 +08:00
Lana Steuck
3c59a998c6
Merge
2011-09-05 23:58:19 -07:00
Weijun Wang
b0fb95c8d3
7081411: DSA keypair generation affected by Solaris bug
...
Reviewed-by: xuelei, mullan, alanb
2011-09-05 18:17:55 +08:00
Sergey Kuksenko
238bb5d3bb
7082971: More performance tuning of BigDecimal and other java.math classes
...
Reviewed-by: darcy
2011-09-01 23:00:09 -07:00
Chris Hegarty
bfeee8da4d
7041800: URI.equals may incorrectly return true with escaped octets
...
Reviewed-by: alanb, michaelm
2011-09-01 13:53:59 +01:00