Weijun Wang
f788ac2dbd
6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
...
Reviewed-by: wetmore
2010-09-23 10:46:03 +08:00
Tom Rodriguez
f4b4eae617
6982537: Crash in Node*step_through_mergemem
...
Reviewed-by: kvn
2010-09-22 13:01:12 -07:00
Jonathan Gibbons
5e44010f8c
6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
...
Reviewed-by: ohair
2010-09-22 12:53:26 -07:00
Kelly O'Hair
4b6857d9ba
Merge
2010-09-22 12:53:06 -07:00
Kelly O'Hair
86803785e8
6946527: rebranding system properties per Oracle Requirements (vendor)
...
Changes from "Sun Microsystems, Inc." to "Oracle Corporation" in the java.vendor, java.specification.vendor and java.vendor.url Java system properties. Also change of Windows COMPANY file property from "Oracle" to "Oracle Corporation".
Reviewed-by: lancea, flar
2010-09-22 11:06:50 -07:00
Keith McGuigan
9e9551fdd8
Merge
2010-09-22 12:54:51 -04:00
Athijegannathan Sundararajan
28c94557eb
6587674: NoClassdefFound when anonymously extending a class
...
Reviewed-by: jjg, mcimadamore
2010-09-22 20:53:34 +05:30
Daniel D. Daugherty
c7a512e006
6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear
...
Add words in more places to make it clear that Logger objects are GC'able unless there is a strong reference.
Reviewed-by: dholmes, andrew
2010-09-22 07:46:49 -07:00
Igor Veresov
0f31511718
6986270: guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails
...
Propagate the compiler type of the deopting method to vframeArrayElement::unpack_on_stack()
Reviewed-by: jrose, never
2010-09-21 13:38:35 -07:00
Doug Lea
9d5707e87d
6986050: Small clarifications and fixes for ForkJoin
...
Clarify FJ.get on throw InterruptedException, propagate ThreadFactory, shutdown transition
Reviewed-by: chegar
2010-09-21 16:06:59 +01:00
Chris Hegarty
0d636dcf1c
6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
...
Reviewed-by: michaelm
2010-09-21 15:58:06 +01:00
Daniel D. Daugherty
08b41f30d8
6985848: 3/4 fix for 6561870 causes sa-jdi.jar to be rebuilt every time
...
Refine fix for 6561870 to only rebuild sa-jdi.jar when needed
Reviewed-by: never, ohair, coleenp
2010-09-21 06:58:44 -07:00
Peter Zhelezniakov
89def18fca
6978052: No appropriate CCC request for listed JDK 7 changes in javax.swing.plaf.synth package (b84)
...
Reviewed-by: malenkov
2010-09-21 10:04:41 +04:00
Peter Zhelezniakov
83a639538d
6960126: With GTK L&F JDesktopPane substitutes set desktop manager
...
Reviewed-by: malenkov
2010-09-21 10:03:53 +04:00
Doug Lea
94ffffd5cb
6981113: Add ConcurrentLinkedDeque
...
Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes.
Reviewed-by: martin, dholmes, chegar
2010-09-20 18:05:09 -07:00
Keith McGuigan
bc7a44e595
6975210: java.lang.VerifyError in some of JCK tests
...
Naked oop in verificationType::is_reference_assignable_from()
Reviewed-by: never, kvn, coleenp
2010-09-20 15:38:04 -04:00
Maurizio Cimadamore
05fb73163c
6863465: javac doesn't detect circular subclass dependencies via qualified names
...
Class inheritance circularity check should look at trees, not just symbols
Reviewed-by: jjg
2010-09-18 14:24:09 -07:00
Maurizio Cimadamore
cd3371e702
5088624: cannot find symbol message should be more intelligent
...
Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg
2010-09-18 09:56:23 -07:00
Maurizio Cimadamore
fbf72650b9
6980862: too aggressive compiler optimization causes stale results of Types.implementation()
...
Use a scope counter in order to determine when/if the implementation cache entries are stale
Reviewed-by: jjg
2010-09-18 09:54:51 -07:00
Lance Andersen
11bbc5d5bc
6984044: RowSet source needs to rebrand vendor references
...
Reviewed-by: darcy, ohair
2010-09-18 06:09:48 -04:00
Keith McGuigan
de088dd719
Merge
2010-09-17 19:45:12 -04:00
Martin Buchholz
07ebbaac23
6981157: Improve UnknownHostException with EAI error details and other cleanups
...
Generify; remove compiler warnings, typos, casts; return status information via gai_strerror when getaddrinfo fails; show full stack of native failures
Reviewed-by: michaelm, alanb
2010-09-17 14:40:38 -07:00
Martin Buchholz
11cc8fa5e6
6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
...
Do exit status handling before trying to close streams
Reviewed-by: alanb, dholmes
2010-09-17 14:35:00 -07:00
Mandy Chung
d9989f8e0e
6888546: restore System.initializeSystemClasses
...
Restore System.initializeSystemClasses prior to fix for 6797688
Reviewed-by: alanb
2010-09-17 14:16:14 -07:00
Alexander Potochkin
db3fbf8180
6542335: different behavior on knob of scroll bar between 1.4.2 and 5.0
...
Reviewed-by: peterz
2010-09-17 23:34:53 +04:00
Alexander Potochkin
1c45f6db9e
4330950: Lost newly entered data in the cell when resizing column width
...
Reviewed-by: peterz
2010-09-17 23:21:51 +04:00
Alexander Potochkin
76501ba258
6576054: NullPointerException when closing tooltip by pressing esc
...
Reviewed-by: rupashka
2010-09-17 23:16:19 +04:00
Alexander Potochkin
80129bc004
6632953: MetalComboBoxUI.getBaseline(JComponent, int, int) throws IAE for valid width/height
...
Reviewed-by: rupashka
2010-09-17 23:09:29 +04:00
Alexander Potochkin
f00f0ea36c
6606019: NPE and IAE are interchanged in specification for GroupLayout.Group class
...
Reviewed-by: rupashka
2010-09-17 23:00:34 +04:00
Alexander Potochkin
43560f0748
6982661: Complete JLayer component
...
Reviewed-by: malenkov
2010-09-17 22:50:44 +04:00
Lance Andersen
1832138a31
6985725: RowSetProvider has typo for the property javax.sql.rowset.RowSetFactory in the javadoc
...
Reviewed-by: darcy, ohair
2010-09-17 13:33:40 -04:00
Lance Andersen
979b63326f
6985400: DatabaseMetaData.generatedKeyAlwaysReturned, "indexe(s)" should be "index(es)"
...
Reviewed-by: darcy, ohair
2010-09-17 13:30:44 -04:00
Lance Andersen
45ad71b565
6984864: Exception when running acceptChanges with custom SyncProvider
...
Reviewed-by: darcy, ohair
2010-09-17 13:26:17 -04:00
Lance Andersen
c90d91d5fc
6983452: SyncProvider issue for JoinRowSet implementation
...
Reviewed-by: darcy, ohair
2010-09-17 13:23:33 -04:00
Zhengyu Gu
f0108fe6f5
Merge
2010-09-17 09:14:26 -07:00
Zhengyu Gu
f9eb9cccb9
6981753: Rebrand vm vendor property settings
...
Uses JDK_Version to determinate to set vm vendor to "Oracle Corporation" for JDK7 and later.
Reviewed-by: kamg, ohair, coleenp
2010-09-17 09:45:32 -04:00
Andy Herrick
7f63e3eed1
Merge
2010-09-17 07:11:14 -04:00
Andy Herrick
de82fae26f
Merge
2010-09-17 07:10:50 -04:00
Andy Herrick
902201cf7f
Merge
2010-09-17 07:08:23 -04:00
Vladimir Kozlov
5e98ce13ab
Merge
2010-09-16 16:48:40 -07:00
Christine Lu
a8cfef66b3
Added tag jdk7-b110 for changeset a74f1fdb0bb8
2010-09-16 15:13:23 -07:00
Christine Lu
47f544e802
Added tag jdk7-b110 for changeset 5c7242a0a4a5
2010-09-16 15:13:11 -07:00
Christine Lu
2299cf4c82
Added tag jdk7-b110 for changeset 763ed87a4ad6
2010-09-16 15:13:04 -07:00
Christine Lu
b23471dfea
Added tag jdk7-b110 for changeset dcabd2849331
2010-09-16 15:13:03 -07:00
Christine Lu
d346ecbbb3
Added tag jdk7-b110 for changeset 184ac472c680
2010-09-16 15:12:57 -07:00
Christine Lu
e96d855817
Added tag jdk7-b110 for changeset 50870108a9a4
2010-09-16 15:12:53 -07:00
Christine Lu
910804d2fa
Added tag jdk7-b110 for changeset 65cdbb9664e3
2010-09-16 15:12:48 -07:00
John Cuthbertson
3af63c10ab
Merge
2010-09-16 13:45:55 -07:00
Lana Steuck
dc37688eb9
Merge
2010-09-16 11:20:36 -07:00
Lana Steuck
a682d9348d
Merge
2010-09-16 11:19:43 -07:00