Mandy Chung
642c276d6c
6909082: Docs warning from java.util.logging.PlatformLoggingMXBean
...
Fix incorrect tag @See with @see.
Reviewed-by: darcy
2009-12-09 21:09:38 -08:00
Vladimir Kozlov
00f583219f
6896727: nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys
...
Move instance store's memory users to corresponding memory slices when updating its memory edge.
Reviewed-by: never
2009-12-09 19:50:14 -08:00
Joe Darcy
07d94668d2
6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
...
Reviewed-by: ksrini
2009-12-09 17:55:48 -08:00
Vladimir Kozlov
9f5ca0249d
6895383: JCK test throws NPE for method compiled with Escape Analysis
...
Add missing checks for MemBar nodes in EA.
Reviewed-by: never
2009-12-09 16:40:45 -08:00
Kelly O'Hair
0562b20962
Merge
2009-12-09 09:50:09 -08:00
Kelly O'Hair
61c09153f3
6906210: Fix another minor typo in test/Makefile
...
Reviewed-by: tbell, dcubed
2009-12-09 09:46:57 -08:00
Andrei Dmitriev
9fa8250781
6903893: Fix failed for CR 6834576: RemoveChild/ test fail with deadlock on rhel and sles
...
Reviewed-by: dcherepanov, art
2009-12-09 14:33:55 +03:00
Anthony Petrov
f11ee4ea15
6900622: Security warning icon is not getting displayed properly for tooltip
...
Pass a correct value for the hWndInsertAfter argument to the ::SetWindowPos() function
Reviewed-by: art, dcherepanov
2009-12-09 14:02:48 +03:00
Sergey Malenkov
dc08e50479
6905574: DOC: Introspector's javadoc contains wrong statement
...
Reviewed-by: gsm
2009-12-09 11:38:30 +03:00
Sergey Malenkov
340a46710c
4638075: DOC: Doc for java.beans.PropertyDescriptor.getPropertyType() is incorrect
...
Reviewed-by: gsm
2009-12-09 11:34:18 +03:00
Yong Jeffrey Huang
bb80622091
6507067: TimeZone country/area message error
...
Reviewed-by: peytoia
2009-12-08 21:30:37 -08:00
Yong Jeffrey Huang
245eebd3c7
6609737: DateFormat incorrect for German locale
...
Reviewed-by: yhuang, peytoia
2009-12-08 21:26:59 -08:00
Yong Jeffrey Huang
c2b0820237
6645271: Wrong date format for Croatian (hr) locale
...
Reviewed-by: yhuang, peytoia
2009-12-08 21:19:23 -08:00
Yong Jeffrey Huang
d87dfc7a2e
6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
...
Reviewed-by: yhuang, peytoia
2009-12-08 21:14:04 -08:00
Weijun Wang
8e1f9a0dd3
6908628: ObjectIdentifier s11n test fails
...
Reviewed-by: xuelei
2009-12-09 11:15:25 +08:00
Tom Rodriguez
dfbb0bf3e2
6908167: jbb2005, OptimizeStringConcat causes assert in EA
...
Reviewed-by: kvn
2009-12-08 16:27:21 -08:00
Y. Srinivas Ramakrishna
d090b4fe29
6908208: UseCompressedOops: array_size() returns incorrect size for MAX_INT object array following 6906727
...
In array_size() cast to an unsigned to avoid overflow of intermediate value.
Reviewed-by: kvn, tonyp, jmasa, jcoomes, coleenp
2009-12-08 15:12:17 -08:00
Sean Mullan
e06b29685a
6633872: Policy/PolicyFile leak dynamic ProtectionDomains
...
Reviewed-by: hawtin
2009-12-08 15:58:49 -05:00
Jesse Wilson
1c4f3aa56b
6903754: (bf) Improve floating-point buffer comparison
...
Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
2009-12-08 12:41:01 -08:00
Tim Bell
4a1724d4b4
Merge
2009-12-08 09:16:34 -08:00
Tim Bell
b66d49a7f2
Merge
2009-12-08 09:15:33 -08:00
Tim Bell
3e9fb87cf0
Merge
2009-12-08 09:14:58 -08:00
Mandy Chung
881a1c5842
6907568: java/awt/KeyboardFocusManager.java inproperly merged and lost a changeset
...
Reapply fix for 6879044 in java.awt.KeyboardFocusManager
Reviewed-by: dcherepanov, asaha
2009-12-08 09:02:09 -08:00
Josh Bloch
decdef947b
6905046: More Dual-pivot quicksort improvements
...
More improvements from the DPQ team
Reviewed-by: alanb
2009-12-08 12:40:30 +00:00
Xue-Lei Andrew Fan
309744138c
6898739: TLS renegotiation issue
...
The interim fix disables TLS/SSL renegotiation
Reviewed-by: mullan, chegar, wetmore
2009-12-07 21:16:41 -08:00
Martin Buchholz
74ad65ac21
6900043: Add method to return line.separator property
...
Add System.lineSeparator(), returning getProperty("line.separator")
Reviewed-by: darcy
2009-12-07 16:44:40 -08:00
Martin Buchholz
5732731ca5
6905029: Broken links in Deflater and DeflaterOutputStream javadoc
...
Fix syntax errors in @links
Reviewed-by: alanb
2009-12-07 15:32:26 -08:00
Jonathan Gibbons
3d3790d91c
6907660: stupid typo in ZipFileIndex guarantees NPE
...
Reviewed-by: darcy
2009-12-07 14:35:07 -08:00
Alan Bateman
cce522196a
Merge
2009-12-07 20:25:59 +00:00
Antonios Printezis
203cd9408a
6904967: G1: some CollectionUsageThreshold tests fail
...
Ensure that max and committed are non-zero (currently: at least as large as the region size).
Reviewed-by: iveresov, mchung
2009-12-07 14:22:34 -05:00
Vinnie Ryan
5c20a6292f
6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg
...
Reviewed-by: alanb, mullan
2009-12-07 17:06:59 +00:00
Anton Tarasov
45c70cd97e
6903890: SWT_AWT focus issues when a dialog is shown/disposed, on X11
...
Reviewed-by: art, dcherepanov
2009-12-07 16:38:44 +03:00
Alan Bateman
21d2a75a16
6902010: (cl) Delay initialization of ClassLoader.parallelLoaders
...
Reviewed-by: forax, mchung, valeriep
2009-12-07 12:29:14 +00:00
Alan Bateman
76e3aaa436
6903753: (se) Selector should implement Closeable
...
Reviewed-by: chegar, forax
2009-12-07 12:24:57 +00:00
Dmitry Cherepanov
295a7c98ef
Merge
2009-12-07 14:07:05 +03:00
Dmitry Cherepanov
f4e9916898
6823138: Need to replace ComponentAccessor with AWTAccessor
...
Reviewed-by: art, anthony
2009-12-07 13:43:04 +03:00
Yuri Nesterenko
0974e6c1f3
5099725: AWT doesn't seem to handle MappingNotify events under X11
...
5036807: Pressing action keys "STOP/AGAIN/COMPOSE" generates keycode of F11/F12 keys
4787377: VK_STOP key on Solaris generates wrong Key Code
Added an event processing lumped with similar native code for similar bugs.
Reviewed-by: art
2009-12-07 13:32:50 +03:00
Weijun Wang
45eee34489
6886058: JNDI LDAP InitialLdapContext SECURITY_CREDENTIALS byte[] can be corrupted, then LDAP referral fails
...
Reviewed-by: vinnie, xuelei
2009-12-07 15:29:44 +08:00
Weijun Wang
19061b3584
6879540: enable empty password for kerberos 5
...
Reviewed-by: valeriep, wetmore
2009-12-07 15:27:29 +08:00
Yong Jeffrey Huang
945eaabe91
6868106: Ukrainian currency has wrong format
...
Reviewed-by: yhuang, peytoia
2009-12-06 22:18:07 -08:00
Abhijit Saha
8b3295f470
Merge
2009-12-04 10:23:07 -08:00
Antonios Printezis
911a80e5d5
6906565: G1: deal with compilation warning in g1MemoryPool.hpp
...
Size_t max_size() hides size_t max_size() const.
Reviewed-by: jmasa, ysr
2009-12-04 07:44:41 -05:00
Antonios Printezis
8a125d9913
6880903: G1: G1 reports incorrect Runtime.maxMemory()
...
G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method
Reviewed-by: ysr, jmasa
2009-12-04 07:44:35 -05:00
Anton Tarasov
7eb100548d
6903354
: deadlock involving Component.show & SunToolkit.getImageFromHash
...
Reviewed-by: art, bae
2009-12-04 15:07:15 +03:00
Joe Darcy
c40412f4f4
6907177: Update jdk tests to remove unncessary -source and -target options
...
Reviewed-by: ohair
2009-12-03 18:19:10 -08:00
Y. Srinivas Ramakrishna
d875a8e0f1
6906727: UseCompressedOops: some card-marking fixes related to object arrays
...
Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
Reviewed-by: kvn, coleenp, jmasa
2009-12-03 15:01:57 -08:00
Vladimir Kozlov
d19aa4e217
6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
...
Use size_t type cast to widen int values in typeArrayKlass::copy_array().
Reviewed-by: never, jcoomes
2009-12-03 14:20:22 -08:00
Joe Darcy
3229a1bbc6
6906748: Project Coin: Minor strings in switch cleanup
...
Reviewed-by: jjg
2009-12-03 14:03:53 -08:00
Vinnie Ryan
5debca27af
6906854: SSL/Krb5 testcase should not use a fixed port number
...
Reviewed-by: alanb
2009-12-03 21:30:27 +00:00
Michael Wilkerson
d57c12160a
Added tag jdk7-b77 for changeset 2edda439128d
2009-12-03 12:53:12 -08:00