Changpeng Fang
4a2266601a
Merge
2009-11-24 11:49:42 -08:00
Denis Fokin
812677f720
5098433: REG: DnD of File-List between JVM is broken for non ASCII file names - Win32
...
Reviewed-by: uta, dav
2009-11-24 18:46:17 +03:00
Tim Bell
fe7ec80761
Merge
2009-11-23 19:58:05 -08:00
Tim Bell
0b4fe8b0f0
Merge
2009-11-23 19:57:01 -08:00
Tim Bell
ffe9d096fe
Merge
2009-11-23 19:55:20 -08:00
Mandy Chung
c4a76500f4
Merge
2009-11-23 14:59:55 -08:00
Karen Kinnear
8b3ec53033
Merge
2009-11-23 16:24:35 -05: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
Florian Brunner
5db737cd4c
6823603: Generics: JList
...
Reviewed-by: peterz, alexp
2009-11-23 20:57:17 +03: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
Gary Benson
d6a4ac9734
6903453: Zero build on ARM and IA-64
...
Correctly set uname on ARM, and correctly build fdlibm on IA-64
Reviewed-by: ohair
2009-11-23 10:04:47 +00:00
Gary Benson
bab0e148d6
6903453: Zero build on ARM and IA-64
...
Correctly set uname on ARM, and correctly build fdlibm on IA-64
Reviewed-by: ohair
2009-11-23 10:04:41 +00:00
Paul Hohensee
4aba621c22
6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
...
Set minimum heap size to min(OldSize + NewSize, MaxHeapSize) in Arguments::set_heap_size().
Reviewed-by: kvn, ysr, tonyp
2009-11-20 16:22:38 -05:00
Antonios Printezis
9cf0c891d9
6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
...
It introduces the necessary memory pools for G1.
Reviewed-by: mchung, ysr
2009-11-20 14:47:01 -05:00
Jonathan Gibbons
42bf8347dc
6902337: fix langtools build to allow forward refs into jdk/ repo
...
Reviewed-by: ohair, mcimadamore
2009-11-20 11:18:43 -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
Jonathan Gibbons
046d1831b0
6903456: 6898585 drops javadoc doclet.xml from JDK
...
Reviewed-by: ohair
2009-11-20 10:15:54 -08:00
Damjan Jovanovic
117f4401d0
6863566: Java should support the freedesktop.org startup notification specification
...
The startup notification gets removed as soon as a Java top-level window is shown
Reviewed-by: anthony, art, dcherepanov
2009-11-20 19:11:47 +03: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
Vladimir Kozlov
39a98bab1d
6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
...
Remove the assert.
Reviewed-by: twisti
2009-11-19 14:32:23 -08:00
Y. Srinivas Ramakrishna
b5af9f3408
6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
...
ScavengeALot now causes an incremental (but possibly partially young, in the G1 sense) collection. Some such collections may be abandoned on account of MMU specs. Band-aided a native leak associated with abandoned pauses, as well as an MMU tracker overflow related to frequent scavenge events in the face of a large MMU denominator interval; the latter is protected by a product flag that defaults to false.
Reviewed-by: tonyp
2009-11-19 13:43:25 -08:00
Jonathan Gibbons
a502ed59ba
6902720: javac pretty printer does not handle enums correctly
...
Reviewed-by: mcimadamore
2009-11-19 11:49:27 -08:00
Jonathan Gibbons
26a6e8a198
6900511: javac command line help broken
...
Reviewed-by: ksrini
2009-11-19 11:43:43 -08:00
Jonathan Gibbons
ea8f607432
6902264: fix indentation of tableswitch and lookupswitch
...
Reviewed-by: ksrini
2009-11-19 11:38:38 -08:00
Y. Srinivas Ramakrishna
c54bb4236d
6902701: G1: protect debugging code related to 6898948 with a debug flag
...
Protected stats dump with a new develop flag; other than for the dump, reconciled product and non-product behaviour in face of the error.
Reviewed-by: tonyp
2009-11-19 10:19:19 -08:00
Christian Thalinger
e6547d1b20
6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
...
Set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
Reviewed-by: kvn
2009-11-19 03:41:29 -08: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
d0c9ba3fe5
6727046: Add message when docs are skipped in control build
...
6864011: typo? in top level Makefile: DAYE_STAMP
Reviewed-by: jjg
2009-11-18 16:41:09 -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
Jonathan Gibbons
538c9dbddf
6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
...
Reviewed-by: ohair
2009-11-17 16:45:19 -08:00
Tim Bell
9eead35e64
Merge
2009-11-17 10:35:52 -08:00