Mike Duigou
0193199d57
7143162: Allow disable building of jdk demos and samples
...
Reviewed-by: ohair
2012-02-27 18:10:03 -08: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
Sean Coffey
27720df27a
7133138: Improve io performance around timezone lookups
...
Reviewed-by: okutsu
2012-02-24 09:10:27 +00:00
Lana Steuck
ab549924e8
Merge
2012-02-22 16:52:50 -08:00
Xue-Lei Andrew Fan
e969599750
7147407: remove never used debug code in DnsClient.java
...
Reviewed-by: vinnie
2012-02-21 05:44:29 -08:00
Weijun Wang
ace6464105
7147336: clarification on warning of keytool -printcrl
...
Reviewed-by: xuelei
2012-02-21 15:11:27 +08: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
Alan Bateman
86410b610b
6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win]
...
Reviewed-by: chegar, coffeys
2012-02-20 18:55:10 +00:00
Charles Lee
2995eff3e3
7146506: (fc) Add EACCES check to the return of fcntl native method
...
Add EACCES check according to the spec of fcntl
Reviewed-by: alanb
2012-02-20 11:24:06 +08:00
Rémi Forax
d2449123be
7146152: File.path should be final
...
Reviewed-by: alanb, dholmes, mduigou
2012-02-19 16:51:35 +00:00
Lana Steuck
9406a69dc0
Merge
2012-02-18 16:11:47 -08:00
Xueming Shen
1b32c44aa3
4153167: separate between ANSI and OEM code pages on Windows
...
To use OEM code page for System.out&err when not redirected
Reviewed-by: alanb
2012-02-16 22:13:10 -08:00
David Katleman
d3539e79ca
Added tag jdk8-b26 for changeset a9b4578da2a8
2012-02-16 13:01:36 -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
Xue-Lei Andrew Fan
4c5ba0d841
7145837: a little performance improvement on the usage of SecureRandom
...
Reviewed-by: chegar, wetmore
2012-02-15 23:45:17 -08:00
Lana Steuck
7ca7e599a5
Merge
2012-02-15 15:28:15 -08:00
Lana Steuck
72ce1c5159
Merge
2012-02-15 15:21:33 -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
David Buck
1d56fdab49
7143612: improve backwards compatibility of OSIS post-CR6887286
...
Reviewed-by: flar, prr
2012-02-14 14:16:49 -08: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
Vinnie Ryan
5f84978261
Merge
2012-02-13 14:31:32 +00:00
Vinnie Ryan
7c7523d968
7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done
...
Reviewed-by: xuelei, wetmore
2012-02-13 14:26:25 +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
Mani Sarkar
7abee00e97
7143230: fix warnings in java.util.jar, sun.tools.jar, zipfs demo, etc
...
Co-authored-by: Michael Barker <mikeb01@gmail.com>
Co-authored-by: Carl Jokl <carl.jokl@gmail.com>
Co-authored-by: Dinuk Weerasinghe <dinuksw@yahoo.com>
Co-authored-by: Markus Stoy <markus.stoy@timgroup.com>
Co-authored-by: Tom Anderson <tom.anderson@timgroup.com>
Reviewed-by: alanb, chegar, lancea, smarks
2012-02-12 21:56:24 -08: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
Xue-Lei Andrew Fan
7ddcb409b6
7144781: incorrect URLs in JSSE java doc
...
Reviewed-by: wetmore, skannan
2012-02-10 22:17:44 -08: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
9fbc16e840
Merge
2012-02-10 10:23:13 -08:00
Alexander Scherbatiy
f67d19788e
7109991: SwingUtilities.isXMouseButton behaves unexpectedly starting from JDK8 b08
...
Reviewed-by: rupashka
2012-02-10 18:34:43 +04:00
Prasannaa
1cfc57d91b
7144475: fix some warnings in java.awt, javax.print.attribute.standard, and sun.beans.infos
...
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Co-authored-by: Goerge Albrecht <goerge.albrecht@gmx.net>
Co-authored-by: Graham Allan <grundlefleck@googlemail.com>
Co-authored-by: Iordanis Giannakakis <i.giannakakis@ymail.com>
Co-authored-by: Jose Llarena <jose.llarena@gmail.com>
Co-authored-by: Abrahamn Marin Perez <abraham.marin.perez@gmail.com>
Reviewed-by: chegar, prr, alanb, anthony
2012-02-10 11:03:20 +00: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
Lana Steuck
38d86a4aa3
Merge
2012-02-09 19:42:39 -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
David Katleman
9b26ab91a5
Added tag jdk8-b25 for changeset 5e35df9fddb6
2012-02-09 12:56:12 -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