4325 Commits

Author SHA1 Message Date
Mandy Chung
37ce341049 6896422: Add @ignore to test/java/util/zip/Bounds.java
Ignore test/java/util/zip/Bounds.java until 6896424 is resolved

Reviewed-by: sherman
2009-10-29 09:22:00 -07:00
Abhijit Saha
45e7e91e92 Merge 2009-10-29 09:06:06 -07:00
Changpeng Fang
c1eacdef5a Merge 2009-10-29 08:49:31 -07:00
Vladimir Yaroslavskiy
43f93f6ba6 6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation
Co-authored-by: Joshua Bloch <joshua.bloch@google.com>
Co-authored-by: Jon Bentley <jbentley@avaya.com>
Reviewed-by: jjb
2009-10-29 11:18:37 +00:00
Kelly O'Hair
b389d6968a Merge 2009-10-28 16:54:50 -07:00
Kelly O'Hair
27e58d6259 Merge 2009-10-28 16:26:52 -07:00
Abhijit Saha
84e0ce5651 Merge 2009-10-28 15:47:55 -07:00
Kelly O'Hair
4eb5fcbd73 6865492: /java/devtools/win32/bin/gnumake.exe doesn't work with cygwin
Reviewed-by: robilad
2009-10-28 13:44:30 -07:00
Kelly O'Hair
140e4862f1 6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms
Reviewed-by: jjg, tbell
2009-10-28 13:00:33 -07:00
Kelly O'Hair
4f260ef889 6888701: Change all template java source files to a .java-template file suffix
Reviewed-by: jjg, alanb, mr
2009-10-28 12:54:37 -07:00
Mandy Chung
48b475ef76 6895875: Missing serialVersionUID in sun.management classes
Added serialVersionUID to fix warning errors

Reviewed-by: alanb
2009-10-28 11:18:01 -07:00
Y. Srinivas Ramakrishna
cd43e74d4e 6818264: Heap dumper unexpectedly adds .hprof suffix
Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before.

Reviewed-by: alanb, jcoomes, tonyp
2009-10-28 11:16:42 -07:00
Xiaobin Lu
5e86d923f2 Merge 2009-10-28 10:37:17 -07:00
Weijun Wang
692684aa31 6890872: keytool -printcert to recognize signed jar files
Reviewed-by: mullan
2009-10-28 15:32:49 +08:00
Weijun Wang
9b3b87dab8 6893158: AP_REQ check should use key version number
Reviewed-by: valeriep, xuelei
2009-10-28 15:32:30 +08:00
Mandy Chung
f66cba870b 6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean

Reviewed-by: alanb
2009-10-27 16:32:23 -07:00
Mandy Chung
1f214f0d12 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot
Duplicate ObjectStreamClass.getClassSignature method in ObjectStreamField class

Reviewed-by: alanb
2009-10-27 16:31:01 -07:00
Abhijit Saha
5b3e71f3bd Merge 2009-10-27 12:33:34 -07:00
Christian Thalinger
ad6d07e80b 6893554: SPECjvm2008 mpegaudio fails with SecurityException
The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers.

Reviewed-by: kvn
2009-10-27 03:00:27 -07:00
Andrey Petrusenko
79580cb425 6870843: G1: G1 GC memory leak
The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC.

Reviewed-by: tonyp, iveresov
2009-10-27 02:42:24 -07:00
Alan Bateman
b8832a673c 6888179: Separate out dependency on CORBA
Reviewed-by: dfuchs
2009-10-27 08:55:35 +00:00
Andrew John Hughes
1a55042376 6895287: disable building fontchecker
Changes to FontManager break bootstrap due to the fontchecker tool

Reviewed-by: prr
2009-10-26 21:42:20 +00:00
Abhijit Saha
b1d56df134 Merge 2009-10-26 10:06:53 -07:00
Alan Bateman
2c66181252 6894633: NetHooks should not require provider to be present (sol)
Reviewed-by: chegar, jccollet
2009-10-24 20:36:01 +01:00
Xiaobin Lu
bfa076da18 Merge 2009-10-23 18:44:33 -07:00
Erik Trimble
dce55d0f18 Merge 2009-10-23 14:28:47 -07:00
Erik Trimble
c85f6acf41 6894844: Bump the HS17 build number to 04
Update the HS17 build number to 04

Reviewed-by: jcoomes
2009-10-23 14:27:16 -07:00
Kelly O'Hair
d15712270d 6894833: Upgrade jaxp drop source bundle
Reviewed-by: tbell
2009-10-23 13:35:33 -07:00
Abhijit Saha
dcb2c18a2b Merge 2009-10-23 12:58:10 -07:00
Joe Darcy
0452077b9a 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
Reviewed-by: alanb, gafter
2009-10-23 11:18:17 -07:00
Kelly O'Hair
2aa71b1071 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
Reviewed-by: andrew
2009-10-23 11:06:56 -07:00
Kelly O'Hair
855418d191 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
Reviewed-by: andrew
2009-10-23 11:05:51 -07:00
Andrew Brygin
32f47acd27 6888167: memory leaks in the medialib glue code
Reviewed-by: igor, prr
2009-10-23 16:21:50 +04:00
Andrew Brygin
f9f22a5e0b 6888215: memory leak in jpeg plugin
Reviewed-by: igor, prr
2009-10-23 15:59:51 +04:00
Anthony Petrov
85e10718ce 6887249: Get rid of double-check for isValid() idiom in validate() methods
Reviewed-by: art, dcherepanov
2009-10-23 14:52:55 +04:00
Abhijit Saha
8de5fe44f3 Merge 2009-10-22 16:28:01 -07:00
Chris Hegarty
5e235aa57e 6894169: Move HttpLogFormatter into a separate package
Reviewed-by: alanb
2009-10-22 15:44:42 +01:00
Andrey Petrusenko
da1b89b746 6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359
Reviewed-by: tonyp, ysr
2009-10-22 07:43:49 -07:00
Alexander Potochkin
5b04b875ea 6795356: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
Reviewed-by: hawtin
2009-10-22 18:42:18 +04:00
Pavel Porvatov
e7de83e1e2 6550546: Win LAF: JFileChooser -> Look in Drop down should not display any shortcuts created on desktop
Reviewed-by: peterz
2009-10-22 16:39:29 +04:00
Peter Zhelezniakov
ec86441a47 6893704: Potential memory leak in gtk2_interface.c
Reviewed-by: stayer
2009-10-22 15:43:25 +04:00
Dmitry Cherepanov
4b2a80c711 6707273: TrayIcon does not support 8-bit alpha channel in Windows XP
Reviewed-by: uta, ant
2009-10-22 13:27:28 +04:00
Xueming Shen
99bec3696c Merge 2009-10-21 11:52:04 -07:00
Xueming Shen
30e3c9dc22 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
Add sync_flush option into Deflater/DefalterOutputStream

Reviewed-by: martin, alanb
2009-10-21 11:50:25 -07:00
Xueming Shen
e5745ffc8c 6878475: Better syntax for the named capture group in regex
Updated the syntax of the newly added named capture group

Reviewed-by: martin, alanb
2009-10-21 11:40:40 -07:00
Abhijit Saha
fcbc383092 Merge 2009-10-21 11:34:19 -07:00
Abhijit Saha
cf5d27bd7c Merge 2009-10-21 11:28:46 -07:00
Joe Darcy
8c93a06ddd 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
Reviewed-by: alanb
2009-10-21 09:53:23 -07:00
Vladimir Kozlov
022d690049 6892186: SA does not dump debug info for scalar replaced objects
Implement scalar replaced objects debug info dump in SA.

Reviewed-by: twisti
2009-10-21 09:15:33 -07:00
Chris Hegarty
c3d3d4780a Merge 2009-10-21 16:50:44 +01:00