Frederic Parain
193b4ea20e
7156831: The jcmd man page is not included in generated bundles
...
Reviewed-by: dholmes, sla, dsamersoff
2012-03-28 02:20:09 -07:00
Michael McMahon
1e4dfcfbf0
7134701: [macosx] Support legacy native library names
...
Reviewed-by: alanb, dcubed
2012-03-27 21:08:52 +01:00
Karen Kinnear
b0fc983013
Merge
2012-03-27 15:28:52 -04:00
Naoto Sato
6f79a87444
7156459: Remove unnecessary get() from Currency.getInstance()
...
Reviewed-by: chegar, dholmes, mduigou
2012-03-27 10:10:47 -07:00
Anthony Petrov
5c6579f46b
7132692: [macosx] Class com.apple.eawt not functioning
...
Postpone setting the application delegate until the app is fully initialized
Reviewed-by: art
2012-03-27 15:53:29 +04:00
Anthony Petrov
b6cab6070f
7149085: [macosx] Quit with QuitStrategy CLOSE_ALL_WINDOWS does terminate application
...
Don't force the termination of the event loop in the Quit action handler
Reviewed-by: art
2012-03-27 15:49:17 +04:00
Anthony Petrov
f1484f0cd4
7150516: [macosx] appletviewer shouldn't link against libX11 on the Mac
...
Don't link against libX11 on the Mac
Reviewed-by: art
2012-03-27 15:41:55 +04:00
Bengt Rutisson
a6d84bc811
7156764: Remove unused size parameter from some CollectedHeap methods
...
Some minor cleanups
Reviewed-by: tonyp, jwilhelm
2012-03-27 10:29:59 +02:00
Lana Steuck
1b87d19c87
Merge
2012-03-26 17:32:17 -07:00
Lana Steuck
f931c18437
Merge
2012-03-26 17:31:42 -07:00
Maurizio Cimadamore
51235439c2
7133185: Update 292 overload resolution logic to match JLS
...
Re-implement special overload resolution support for method handles according to the JLS SE 7 definition
Reviewed-by: jjg, dlsmith, jrose
2012-03-26 15:28:49 +01:00
Maurizio Cimadamore
9b1e54dae3
7151492: Encapsulate check logic into Attr.ResultInfo
...
ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used
Reviewed-by: jjg, dlsmith
2012-03-26 15:28:22 +01:00
Maurizio Cimadamore
9693d60c23
7151580: Separate DA/DU logic from exception checking logic in Flow.java
...
DA/DU analysis and exception checking analysis should live in two separate tree visitors
Reviewed-by: gafter, dlsmith, jjg
2012-03-26 15:27:51 +01:00
Sean Coffey
502876ad9a
7143851: Improve IIOP stub and tie generation in RMIC
...
7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
Reviewed-by: mschoene, robm
2012-03-26 14:03:09 +01:00
Sean Coffey
5e34672a6d
7143851: Improve IIOP stub and tie generation in RMIC
...
7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
Reviewed-by: mschoene, robm
2012-03-26 14:01:40 +01:00
Jesper Wilhelmsson
6c25e1cdce
Merge
2012-03-26 13:22:38 +02:00
Dean Long
50a2f8c16d
Merge
2012-03-25 18:08:52 -04:00
John Coomes
2ecd2048d4
7156659: new hotspot build - hs24-b06
...
Reviewed-by: johnc
2012-03-23 22:34:22 -07:00
John Coomes
f4e105e841
Added tag hs24-b05 for changeset 56f2ec7778c3
2012-03-23 21:31:15 -07:00
John Coomes
258bd8a2ba
Merge
2012-03-23 21:31:14 -07:00
Daniel D. Daugherty
86dac44dac
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
...
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files.
Reviewed-by: dholmes, ohair, sspitsyn
2012-03-23 11:50:33 -07:00
Daniel D. Daugherty
bf4827166b
7136506: FDS: rework jdk repo Full Debug Symbols support
...
JPRT needs to use the '-y' option with zip on non-Windows control builds in order to preserve symbolic links.
Reviewed-by: dholmes, ohair
2012-03-23 09:17:31 -07:00
Coleen Phillimore
1431a5efd1
7150058: Allocate symbols from null boot loader to an arena for NMT
...
Move symbol allocation to an arena so NMT doesn't have to track them at startup.
Reviewed-by: never, kamg, zgu
2012-03-23 11:16:05 -04:00
Bengt Rutisson
efa036748b
7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
...
Make sure that MutableNUMASpace::ensure_parsability() only calls CollectedHeap::fill_with_object() with valid sizes and make sure CollectedHeap::filler_array_max_size() returns a value that can be converted to an int without overflow
Reviewed-by: azeemj, jmasa, iveresov
2012-03-23 15:28:24 +01:00
Antonios Printezis
450d6e8d9a
7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
...
Make two G1 cmd line flags available in product builds: G1HeapWastePercent (previously called: G1OldReclaimableThresholdPercent) and G1MixedGCCountTarget (previous called: G1MaxMixedGCNum). Also changed the default of the former from 1% to 5% and the default for G1OldCSetRegionLiveThresholdPercent to 90%.
Reviewed-by: azeemj, jwilhelm, johnc
2012-03-23 10:53:19 -04:00
Charles Lee
921ffcf9ef
4310381: Text in multi-row/col JTabbedPane tabs can be truncated/clipped
...
Reviewed-by: rupashka
2012-03-23 15:16:17 +02:00
Nils Loodin
4d9e420aa7
7156000: Change makefile to reflect refactored classes
...
Reviewed-by: dholmes
2012-03-23 11:02:11 +01:00
Xue-Lei Andrew Fan
ce4e70b60b
7155051: DNS provider may return incorrect results
...
Reviewed-by: weijun, chegar
2012-03-26 21:21:55 -07:00
Vinnie Ryan
c0c3fb980d
7152582: PKCS11 tests should use the NSS libraries available in the OS
...
Reviewed-by: mullan
2012-03-26 17:14:20 +01:00
Daniel D. Daugherty
a2edf55463
7136506: FDS: rework jdk repo Full Debug Symbols support
...
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives.
Reviewed-by: dholmes, ohair
2012-03-23 09:27:44 -07:00
Michael McMahon
a9afb48611
7155585: Fix ifeq errors in makefiles [macosx]
...
Reviewed-by: andrew, anthony, ohrstrom, dsamersoff
2012-03-23 11:28:58 +00:00
Tom Rodriguez
cff05c3432
Merge
2012-03-22 13:54:26 -07:00
David Katleman
ad08800a5d
Added tag jdk8-b31 for changeset 780ca4f4edd7
2012-03-22 12:41:36 -07:00
David Katleman
dfaa0d4cdf
Added tag jdk8-b31 for changeset 2c45788139a6
2012-03-22 12:41:26 -07:00
David Katleman
6b0b5941da
Added tag jdk8-b31 for changeset 3df600e3cd1e
2012-03-22 12:41:20 -07:00
David Katleman
2372340c55
Added tag jdk8-b31 for changeset 3de32ba5241d
2012-03-22 12:41:18 -07:00
David Katleman
edbf46c2da
Added tag jdk8-b31 for changeset 5bd77c0f5009
2012-03-22 12:41:09 -07:00
David Katleman
98a06dbf63
Added tag jdk8-b31 for changeset 3977c85f7f66
2012-03-22 12:41:05 -07:00
David Katleman
74eed1eb66
Added tag jdk8-b31 for changeset 5be32b2f3be2
2012-03-22 12:40:59 -07:00
Michael Fang
e92197ac27
Merge
2012-03-22 10:24:13 -07:00
Pavel Porvatov
e7fc59fe99
6888634: test/closed/javax/swing/Popup/TaskbarPositionTest.java fails
...
Reviewed-by: alexp
2012-03-22 17:10:48 +02:00
Jonathan Lu
650337cafa
7152519: Dependency on non-POSIX header file <link.h> causes portability problem
...
Reviewed-by: prr, igor
2012-03-22 12:47:39 +08:00
Shi Jun Zhang
550028f6a1
7155300: Include pthread.h on all POSIX platforms except Solaris to improve portability
...
Reviewed-by: alanb, dholmes
2012-03-22 12:30:43 +08: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
be34a18712
Merge
2012-03-21 13:39:42 -07:00
Lana Steuck
a3f1271a63
Merge
2012-03-21 13:38:55 -07:00
Lana Steuck
9fb30a7cc0
Merge
2012-03-21 13:37:24 -07:00
Lana Steuck
3332c6a1b6
Merge
2012-03-21 13:36:03 -07:00
David Katleman
d3a8c491bf
Merge
2012-03-21 12:18:56 -07:00
David Katleman
f3883b4d54
Merge
2012-03-21 12:18:06 -07:00