Vinnie Ryan
|
7a403456e5
|
Merge
|
2009-12-02 17:34:56 +00:00 |
|
Vinnie Ryan
|
6e6324c607
|
6906510: Fix testcase for 6894643: Separate out dependency on Kerberos
Reviewed-by: weijun
|
2009-12-02 17:06:50 +00:00 |
|
Kelly O'Hair
|
759c63a953
|
Merge
|
2009-12-01 08:54:10 -08:00 |
|
Kelly O'Hair
|
0ce235a4da
|
6905705: Fix broken exit code values in jdk/test/Makefile
Reviewed-by: tbell
|
2009-12-01 08:51:16 -08:00 |
|
Kelly O'Hair
|
cd8f275bdb
|
6903197: Some java template files need to be renamed to .java.template
Reviewed-by: alanb
|
2009-11-30 14:15:15 -08:00 |
|
Kelly O'Hair
|
547328d305
|
6904183: Fix jdk/test/com/sun/jdi tests to run with -samevm
Reviewed-by: dcubed
|
2009-11-25 08:24:58 -08:00 |
|
Tim Bell
|
0b4fe8b0f0
|
Merge
|
2009-11-23 19:57:01 -08:00 |
|
Mandy Chung
|
c4a76500f4
|
Merge
|
2009-11-23 14:59:55 -08:00 |
|
Kelly O'Hair
|
e091887f7a
|
Merge
|
2009-11-23 13:00:34 -08:00 |
|
Alan Bateman
|
84a48a7293
|
6888171: JMX Monitor API should not require JavaBeans to be present
Reviewed-by: emcmanus
|
2009-11-23 19:26:16 +00:00 |
|
Sean Mullan
|
f62a9f4ec7
|
Merge
|
2009-11-23 13:57:52 -05:00 |
|
Mandy Chung
|
2fddcea5f8
|
Merge
|
2009-11-23 10:46:19 -08:00 |
|
Kelly O'Hair
|
d020b04219
|
6902666: Include closed tests in the test/Makefile jdk_* targets
6902667: Fix JT_HOME not working from env in jdk/test/Makefile
Reviewed-by: mullan, dcubed
|
2009-11-23 09:51:52 -08:00 |
|
Sean Mullan
|
3932bb1884
|
6899503: Security code issue using Verisign root certificate
Add support for reordering out-of-order certificate chains
Reviewed-by: vinnie, xuelei
|
2009-11-23 12:36:54 -05:00 |
|
Daniel D. Daugherty
|
3552fe5b4a
|
6903102: 3/3 fixes in nightly testing version of ShellScaffold.sh need to be committed
Merge Jim's ShellScaffold.sh fixes with Tim's ShellScaffold.sh fixes.
Reviewed-by: tbell
|
2009-11-23 10:29:33 -07:00 |
|
Mandy Chung
|
01a5fb5da5
|
6903638: Remove dependency on AuthPermission from SecurityConstants
Move two static fields from SecurityConstants to javax.security.auth.Subject
Reviewed-by: mullan
|
2009-11-23 08:21:20 -08:00 |
|
Kumar Srinivasan
|
3d2d85a19c
|
6367077: Purge LD_LIBRARY_PATH usage from the launcher
6899834: (launcher) remove the solaris libjvm.so symlink
Fixes other related issues as well.
Reviewed-by: darcy, ohair, xlu, martin
|
2009-11-20 11:01:32 -08:00 |
|
Tim Bell
|
9150551f00
|
Merge
|
2009-11-29 15:24:32 -08:00 |
|
Weijun Wang
|
22d5c338db
|
6770883: Infinite loop if SPNEGO specified as sun.security.jgss.mechanism
Reviewed-by: valeriep
|
2009-11-27 08:51:58 +08:00 |
|
Weijun Wang
|
61fe319f78
|
6901085: SPNEGO does not works with native program
Reviewed-by: valeriep
|
2009-11-27 08:51:42 +08:00 |
|
Weijun Wang
|
6a6d0a3c7a
|
6853328: Support OK-AS-DELEGATE flag
Reviewed-by: valeriep
|
2009-11-27 08:51:28 +08:00 |
|
Lana Steuck
|
314207e7f5
|
Merge
|
2009-11-24 18:12:46 -08:00 |
|
Jean-Christophe Collet
|
4da1e67db3
|
6901170: HttpCookie parsing of version and max-age mis-handled
Accept single quotes in cookies and better exception handling in CookieManager
Reviewed-by: chegar
|
2009-11-20 14:50:55 +01:00 |
|
Mandy Chung
|
8d62fe076c
|
6902678: com.sun.tracing.ProviderFactory.createProvider doesn't throw IllegalArgumentException
DoPrivileged for calls that have permission check instead of catching all exceptions
Reviewed-by: kamg, dcubed
|
2009-11-18 22:29:16 -08:00 |
|
Lana Steuck
|
a23c7f2fe8
|
Merge
|
2009-11-18 18:56:59 -08:00 |
|
Lana Steuck
|
228f3f7726
|
Merge
|
2009-11-18 17:17:56 -08:00 |
|
Lana Steuck
|
f3baefc4fb
|
Merge
|
2009-11-18 17:16:27 -08:00 |
|
Kelly O'Hair
|
baee1c1d65
|
Merge
|
2009-11-18 11:15:12 -08:00 |
|
Kelly O'Hair
|
1430b5b151
|
Merge
|
2009-11-18 11:13:31 -08:00 |
|
Keith Randall
|
f1fd7e28fe
|
6892742: Improve root set used by jhat
Reviewed-by: tbell, dcubed
|
2009-11-18 11:12:28 -08:00 |
|
Kelly O'Hair
|
5ef31ba152
|
6902323: Fix testcase sun/tools/native2ascii/NativeErrors.java
6902325: Fix testcase sun/tools/jhat/HatHeapDump1Test.java
Reviewed-by: tbell, dcubed
|
2009-11-18 11:10:18 -08:00 |
|
Sean Mullan
|
1b92857246
|
6894461: OCSP Checker should not wrap all Exception as "Unable to send OCSP request."(introduced by #6885667)
Reviewed-by: vinnie, xuelei
|
2009-11-18 12:34:26 -05:00 |
|
Peter Zhelezniakov
|
92cb82eecb
|
6882917: Nimbus and DefaultTableCellRenderer: must start with normal background
Reviewed-by: rupashka
|
2009-11-18 17:36:46 +03:00 |
|
Pavel Porvatov
|
207583b21e
|
6520574: JFileChooser - create new folder - not editable
Reviewed-by: malenkov
|
2009-11-18 12:58:02 +03:00 |
|
Tim Bell
|
f8f68e8a7d
|
Merge
|
2009-11-17 10:25:19 -08:00 |
|
Pavel Porvatov
|
7ab71fb443
|
6868611: FileSystemView throws NullPointerException
Reviewed-by: peterz
|
2009-11-17 16:01:09 +03:00 |
|
Vladimir Yaroslavskiy
|
c09da77c87
|
6901318: Yet more Dual-pivot quicksort improvements
Reviewed-by: jjb
|
2009-11-17 09:44:43 +00:00 |
|
Alan Bateman
|
69fbaac381
|
6890458: Datatransfer API should not require RMI to be present
Reviewed-by: uta
|
2009-11-16 18:13:15 +00:00 |
|
Tomas Hurka
|
0a8ab811e9
|
6858708: HotspotDiagnosticMXBean.setVMOption() throws NullPointerException
Add a null check for the VM option string
Reviewed-by: mchung, ohair
|
2009-11-16 15:33:05 +01:00 |
|
Mandy Chung
|
77bbeddd31
|
Merge
|
2009-11-12 15:42:18 -08:00 |
|
David Katleman
|
168d1ad525
|
Added tag jdk7-b76 for changeset 731e12a5b61d
|
2009-11-12 15:35:52 -08:00 |
|
J. Duke
|
d49120d466
|
Merge
|
2017-07-05 17:03:05 +02:00 |
|
J. Duke
|
445e0b26e8
|
Merge
|
2017-07-05 17:03:03 +02:00 |
|
J. Duke
|
b338253f96
|
Merge
|
2017-07-05 17:02:58 +02:00 |
|
J. Duke
|
9928bdac3a
|
Merge
|
2017-07-05 17:02:54 +02:00 |
|
J. Duke
|
323507a751
|
Merge
|
2017-07-05 17:02:50 +02:00 |
|
J. Duke
|
e17d47dff5
|
Merge
|
2017-07-05 17:02:46 +02:00 |
|
J. Duke
|
3c32489727
|
Merge
|
2017-07-05 17:02:41 +02:00 |
|
J. Duke
|
84f6540bcd
|
Added tag jdk7-b75 for changeset 946518568340
|
2017-07-05 17:02:28 +02:00 |
|
J. Duke
|
53c56beacc
|
Merge
|
2017-07-05 17:02:28 +02:00 |
|