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
Naoto Sato
b33626e87a
7145454: JVM wide monitor lock in Currency.getInstance(String)
...
Reviewed-by: okutsu
2012-03-21 10:10:38 -07:00
Alexander Zuev
ba42773298
7144063: [macosx] Swing JMenu mnemonic doesn't work; hint misleading; cross symbol typed
...
Reviewed-by: leonidr, skovatch, swingler
2012-03-21 17:12:31 +04:00
Dmitry Cherepanov
40e8f0fb2a
7150349: [macosx] Applets attempting to show popup menus activate the applet process
...
Reviewed-by: ant
2012-03-21 15:25:12 +04:00
Dmitry Cherepanov
4fc6443589
7150345: [macosx] Can't type into applets
...
Reviewed-by: ant
2012-03-21 14:31:29 +04:00
Valerie Peng
3a8e9e6104
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
...
Always return the secret in the same length as the modulus.
Reviewed-by: wetmore
2012-03-20 15:06:13 -07:00
James Melvin
3693f0fe43
7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
...
Provide custom error messages for locked commercial feature options which are not first unlocked.
Reviewed-by: dcubed, jcoomes, kamg
2012-03-20 16:46:39 -04:00
Vladimir Kozlov
08973326c4
7154997: assert(false) failed: not G1 barrier raw StoreP
...
Skip only G1 cases and explicitly set global escape state in unsafe cases.
Reviewed-by: never
2012-03-20 13:10:13 -07:00
Staffan Larsen
0041a04fb2
7154114: jstat tests failing on non-english locales
...
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Reviewed-by: rbackman, kamg, dsamersoff
2012-03-20 12:48:48 +01:00
Weijun Wang
7b947b7a42
7152176: More krb5 tests
...
Reviewed-by: xuelei
2012-03-20 19:12:21 +08:00
Erik Joelsson
17888bc3c0
7153266: Adjustments to corba strip property utility (neutral to builds)
...
Fixes to sync up with jdk8 build-infra project.
Reviewed-by: ohair, tbell, ohrstrom
2012-03-19 13:03:37 -07:00
Oleg Pekhovskiy
310990d4dc
7128738: dragged dialog freezes system on dispose
...
Reviewed-by: anthony
2012-03-19 21:22:18 +04:00
Staffan Larsen
e0a4e74f80
7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
...
Make sure the test is compiled, run and finds it supporting classes
Reviewed-by: alanb, sspitsyn, rbackman
2012-03-19 14:18:36 +01:00
Erik Joelsson
cfc6c74d02
7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built
...
Reviewed-by: dholmes, ohair
2012-03-19 10:09:24 +01:00
Staffan Larsen
a3c4486681
7152800: All tests using the attach API fail with "well-known file is not secure" on Mac OS X
...
Create well-known file with effective group of the current process
Reviewed-by: kamg, dcubed
2012-03-19 20:13:17 +01:00
Dean Long
41d6c584cd
Merge
2012-03-17 17:31:59 -04:00
Alejandro Murillo
c06123ae0c
7154706: new hotspot build - hs23-b05
...
Reviewed-by: jcoomes
2012-03-17 00:27:39 -07:00
Alejandro Murillo
587e9b4f49
Added tag hs24-b04 for changeset d87d6ad0b075
2012-03-17 00:10:12 -07:00
Alejandro Murillo
09dcdbe0ff
Merge
2012-03-17 00:10:12 -07:00
John Coomes
7e1dbd7a03
Merge
2012-03-16 23:52:03 -07:00
John Coomes
0192f2b6c8
Merge
2012-03-16 23:45:05 -07:00
James Melvin
c3183e79ed
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using contains() method instead of .startsWith().
Reviewed-by: dcubed, phh, ohair, katleman
2012-03-16 15:13:22 -04:00
Kurchi Subhra Hazra
9940e879d4
7152007: Fix warnings in sun/rmi/rmic
...
Minor code changes to remove warnings in sun/rmi/rmic
Reviewed-by: chegar, smarks
2012-03-16 11:52:48 -07:00
Michael Fang
a6b92a1d83
Merge
2012-03-16 10:20:06 -07:00
Bengt Rutisson
a99b0c08d4
7130974: G1: Remove G1ParCopyHelper
...
Reviewed-by: tonyp, johnc
2012-03-16 09:52:57 +01:00
Igor Veresov
cd47d982d9
7154333: JVM fails to start if -XX:+AggressiveHeap is set
...
Don't set CompilationPolicyChoice with AggressiveHeap
Reviewed-by: never
2012-03-15 16:38:56 -07:00
Michael Fang
b29242fed4
Merge
2012-03-15 16:04:28 -07:00
David Katleman
ba57c8f33a
Added tag jdk8-b30 for changeset 5fc6bf869751
2012-03-15 15:18:24 -07:00
David Katleman
d87a192fe6
Added tag jdk8-b30 for changeset b1e7314664f0
2012-03-15 15:17:02 -07:00
David Katleman
ed057d7f67
Added tag jdk8-b30 for changeset 75a5a7153772
2012-03-15 15:16:27 -07:00
David Katleman
400aa66520
Added tag jdk8-b30 for changeset a32dddd6ba7c
2012-03-15 15:16:15 -07:00
David Katleman
7a0d223ed6
Added tag jdk8-b30 for changeset aa03c70c8688
2012-03-15 15:15:16 -07:00
David Katleman
a77ac5eb39
Added tag jdk8-b30 for changeset f7f3ea6ae9d7
2012-03-15 15:14:52 -07:00
David Katleman
518ec0c168
Added tag jdk8-b30 for changeset c4732b3f0d31
2012-03-15 15:14:36 -07:00
Nils Loodin
2c07f4154e
7148488: Whitebox tests for the Diagnostic Framework Parser
...
Reviewed-by: brutisso, sla, mgerdin
2012-03-15 13:37:13 +01:00
Yong Jeffrey Huang
b3e79c6c6c
Merge
2012-03-14 23:19:52 -07:00
Yong Jeffrey Huang
97292b3883
7085757: Currency Data: ISO 4217 Amendment 152
...
Reviewed-by: naoto
2012-03-14 23:07:21 -07:00
Serguei Spitsyn
7d0f6b051c
7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
...
The JVMTI ResourceExhausted events must be generated in all places where OOME is thrown
Reviewed-by: acorn, coleenp, dcubed, dholmes, dsamersoff, jwilhelm, tonyp
2012-03-14 20:06:48 -07:00
Jonathan Gibbons
f6faa640b7
7150784: bad copyright date in file
...
Reviewed-by: darcy
2012-03-14 13:53:41 -07:00
David Katleman
69aa6d19c3
Merge
2012-03-14 13:50:37 -07:00
David Katleman
42fca8fd3a
Merge
2012-03-14 13:49:09 -07:00
Michael Fang
cffc4ccb30
Merge
2012-03-14 10:25:15 -07:00
Lana Steuck
8a283686f2
Merge
2012-03-14 08:56:57 -07:00