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
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
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
Lana Steuck
b697d670cb
Merge
2012-02-28 18:01:54 -08:00
Lana Steuck
30c157894d
Merge
2012-02-28 17:52:05 -08: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