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
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
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
Lance Andersen
11bbc5d5bc
6984044: RowSet source needs to rebrand vendor references
...
Reviewed-by: darcy, ohair
2010-09-18 06:09:48 -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
Andy Herrick
7f63e3eed1
Merge
2010-09-17 07:11:14 -04:00
Christine Lu
47f544e802
Added tag jdk7-b110 for changeset 5c7242a0a4a5
2010-09-16 15:13:11 -07:00
Lana Steuck
a682d9348d
Merge
2010-09-16 11:19:43 -07:00
Lana Steuck
3921d2c36d
Merge
2010-09-16 11:17:32 -07:00
Lana Steuck
734c8fdcc0
Merge
2010-09-16 11:16:02 -07:00
Lana Steuck
9ed4d2afe1
Merge
2010-09-16 11:15:07 -07:00
Michael McMahon
a5da7a1b31
6980004: limit HTTP request cookie headers in HttpURLConnection
...
6961084: limit setting of some request headers in HttpURLConnection
Reviewed-by: chegar
2010-09-16 09:22:51 -07:00
Andy Herrick
577dd2fc6d
Merge
2010-09-16 12:19:52 -04:00
Michael McMahon
4dff2e9974
6981426: limit use of TRACE method in HttpURLConnection
...
Reviewed-by: chegar
2010-09-16 08:08:06 -07:00
Pavel Tisnovsky
331eea0db7
6984543: Test sun/java2d/DirectX/OnScreenRenderingResizeTest fails on GNOME
...
Testcase correction.
Reviewed-by: art
2010-09-16 13:25:20 +02:00
Sergey Malenkov
575b9e1d81
6741392: libmawt.so crash at Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeFinishPainting+0x4f
...
Reviewed-by: peterz
2010-09-16 09:07:03 +04:00
Alan Bateman
55b13f6d55
6984545: (fc) transferFrom does not throw NonReadableChannelException when target is size 0 and non-readable
...
Reviewed-by: forax
2010-09-15 15:13:50 +01:00
Sergey Malenkov
817fbc9a0b
6977726: JColorChooser.getPreviewPanel() returnes null starting from jdk7 b105
...
Reviewed-by: alexp
2010-09-14 22:05:03 +04:00
Sergey Malenkov
62180d1385
6635395: javax.swing.JDialog constructors should specify IAE throwing if invalid owners passed
...
Reviewed-by: alexp
2010-09-14 21:22:12 +04:00
Sergey Malenkov
c69aa15d0e
6978482: MetalBorders.ToolBarBorder should specify that its getBorderInsets impl accepts only JToolBar inst
...
Reviewed-by: alexp
2010-09-14 19:12:28 +04:00
Omair Majid
306f12db9e
6979979: Rounding error in font sizes selected by the GTK Look and Feel
...
Use floating point font sizes
Reviewed-by: prr
2010-09-14 10:45:38 -04:00
Alex Menkov
ded210964b
4933700: RFE: Add way to get device from Receiver and Transmitter
...
Reviewed-by: art
2010-09-14 14:14:18 +04:00
Alex Menkov
bf0670e111
Merge
2010-09-14 14:09:26 +04:00
Alex Menkov
a6d309e0bb
4937708: AudioFormat.matches should allow NOT_SPECIFY in all fields
...
Reviewed-by: denis
2010-09-14 14:07:58 +04:00
John R Rose
82088e1e2b
6982752: dynamic languages need to decorate types with runtime information
...
Add ClassValue
Reviewed-by: twisti
2010-09-14 01:42:03 -07:00
Alex Menkov
4cf465320c
6944033: RFE: add PCM_FLOAT support
...
Reviewed-by: dav
2010-09-14 12:38:49 +04:00
Masayoshi Okutsu
65b5c68b97
6984418: (cal) GregorianCalendar.setWeekDate doesn't check parameter consistency in non-lenient
...
Reviewed-by: peytoia
2010-09-14 16:47:28 +09:00
Weijun Wang
ce46bf1737
6982840: sun/security/tools/jarsigner/emptymanifest.sh fails
...
Reviewed-by: dholmes
2010-09-14 10:18:16 +08:00
Keith McGuigan
662f05162a
6983225: libjvm_db.so is not imported into solaris-x86 builds, and libjvm_dtrace.so not imported at all
...
Removed sparc-only libjvm_db code and added rules for libjvm_dtrace
Reviewed-by: ohair
2010-09-13 13:10:26 -04:00
Karl Helgason
efedb2236a
6943053: Gervill: failures on invalid ranges and 14-bit banks
...
ModelStandardIndexedDirector fails on invalid ranges. Program changes with 14-bit banks where handled incorectly as 7-bit banks.
Reviewed-by: amenkov
2010-09-13 15:34:24 +04:00
Karl Helgason
0ffd8f54e0
6941027: Gervill update, April 2010
...
Reviewed-by: amenkov
2010-09-13 15:12:31 +04:00
Yong Jeffrey Huang
ef46184e89
Merge
2010-09-13 02:54:35 -07:00
Doug Lea
a4641686a0
6978087: jsr166y Updates
...
Simplify the ForkJoinPool API, reworking some of the internals
Reviewed-by: martin, dholmes, chegar
2010-09-13 09:55:03 +01:00
Weijun Wang
4c7ea63262
6845220: Need to update Policytool for Rowset 1.1 and JDBC 4.1 MR added permissions
...
Reviewed-by: lancea
2010-09-13 09:32:36 +08:00
Lance Andersen
ea6a45ae32
6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs
...
Reviewed-by: darcy
2010-09-10 18:51:11 -04:00
Yoshito Umaoka
fbca39ee5d
6875847: Java Locale Enhancement
...
Co-authored-by: Doug Felt <dougfelt@google.com>
Co-authored-by: Mark Davis <markdavis@google.com>
Reviewed-by: srl
2010-09-10 15:29:40 -07:00
Lance Andersen
36b68b66fa
6589685: JDBC 4.1 updates
...
Reviewed-by: darcy
2010-09-10 15:26:04 -04:00
Alan Bateman
9dbee5740e
Merge
2010-09-10 18:50:52 +01:00
Alan Bateman
ba3ab12326
6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing
...
Reviewed-by: chegar
2010-09-10 18:48:49 +01:00
Sergey Malenkov
7640dd5bee
6915566: Closed swing tests failing with assert errors when run with -ea -esa
...
Reviewed-by: art, peterz
2010-09-10 20:48:17 +04:00
Alan Bateman
0fb0f54897
6881498: (file) Re-examine DirectoryStream exception handling
...
Reviewed-by: forax
2010-09-10 16:36:48 +01:00
Chris Hegarty
b7f1641806
6980517: TEST_BUG sun\net\www\http\ChunkedInputStream\ChunkedEncodingTest.java NullPointerException
...
Reviewed-by: michaelm
2010-09-10 15:57:05 +01:00
Masayoshi Okutsu
dea3e2e152
6912560: Timezone is not set correctly on Win Vista when Security manager is present
...
6941137: DST broken in 6u18 when jre/lib/zi is moved elsewhere and replaced with symlink
Reviewed-by: peytoia
2010-09-10 17:51:53 +09:00
Yuka Kamiya
036b7a86a5
6983724: redundant @exception description for Character.Subset(String name)
...
Reviewed-by: okutsu
2010-09-10 17:22:36 +09:00
Yong Jeffrey Huang
310f795628
Merge
2010-09-09 23:30:59 -07:00
Yong Jeffrey Huang
6c5a8b341b
6980510: Fix for 6959252 broke JConsole mnemonic keys
...
Reviewed-by: mfang, yhuang
2010-09-09 23:01:43 -07:00
Kelly O'Hair
f7e31fc6c2
6982137: Rebranding pass 2 - missed copyright changes
...
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Christine Lu
3b975443ec
Added tag jdk7-b109 for changeset f2f25ed74ff7
2010-09-09 15:07:51 -07:00
Christine Lu
3d2d72a852
Merge
2010-09-09 13:48:44 -07:00
Kumar Srinivasan
c73d500311
6390477: (launcher) replace unsafe usages of sprintf with snprintf
...
Reviewed-by: darcy, mchung
2010-09-09 11:50:40 -07:00
Andrew Brygin
899dcb6de0
6523398: OSS CMM: Need to implement writing ICC profile tags in new lcms library
...
Reviewed-by: igor, prr
2010-09-09 16:20:55 +04:00
Masayoshi Okutsu
3a9f12ff35
4919632: RFE: SimpleDateFormat should fully support ISO8601 standard for timezone
...
Reviewed-by: peytoia
2010-09-09 15:37:57 +09:00
John R Rose
45c90a843e
6953246: JSR 292 should support SAM conversion
...
Conversion function MethodHandles.asInstance; initial slow implementation based on Proxy.
Reviewed-by: twisti
2010-09-08 18:40:34 -07:00
John R Rose
6fbfeff4e2
6980096: JSR 292 reflective lookup should throw checked exceptions
...
Make NoAccessException be a checked exception. Also remove JavaMethodHandle.
Reviewed-by: twisti
2010-09-08 18:40:23 -07:00
John R Rose
c7b608b1ed
6964498: JSR 292 invokedynamic sites need local bootstrap methods
...
Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs; add MethodHandleProvider.
Reviewed-by: twisti
2010-09-08 18:40:11 -07:00
Joe Darcy
bad3865d4e
6294399: (reflect) Constructor.getName() returns fully qualified name of declaring class
...
Reviewed-by: alanb
2010-09-08 17:10:04 -07:00
Kelly O'Hair
9f5159e694
6974017: Upgrade required Solaris Studio compilers to 5.10 (12 update 1 + patches)
...
Reviewed-by: jcoomes
2010-09-08 15:12:37 -07:00
Kelly O'Hair
393c6a7961
Merge
2010-09-07 15:53:32 -07:00
Kelly O'Hair
2abe4f48b7
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
...
Reviewed-by: kamg
2010-09-07 15:17:43 -07:00
Igor Nekrestyanov
08c9310254
6982499: ant detection is fragile on windows. especially using cygwin
...
Reviewed-by: ohair
2010-09-07 11:28:28 -07:00
Igor Nekrestyanov
dc9d72b5b1
6982774: HOTSPOT_IMPORT_PATH detection does not work as expected
...
Reviewed-by: herrick, ohair
2010-09-07 11:24:28 -07:00
Andrew Brygin
2d2d444adf
6972495: javax/imageio/CachePremissionsTest/CachePermissionsTest.java failed
...
Reviewed-by: prr
2010-09-07 16:54:39 +04:00
Alan Bateman
ade072e46b
6971706: sun/nio/cs/ext/* classes are duplicated between rt.jar, charsets.jar, and localedata.jar
...
Reviewed-by: ohair
2010-09-07 08:36:10 +01:00
Lance Andersen
657e4c62cb
6982510: Updated SQLException subclasses from the outback for 6861385 so that the copyrights only have 2 years
...
Reviewed-by: alanb
2010-09-04 15:37:26 -04:00
Lance Andersen
0b8bc76cef
6680198: UnmarshalException caused by incompatible serialVersionUID
...
Reviewed-by: sherman
2010-09-04 15:30:23 -04:00
Lance Andersen
96eebc523f
6843995: RowSet 1.1 updates
...
Reviewed-by: darcy, valeriep
2010-09-04 13:56:27 -04:00
Lance Andersen
a239e8e462
6861385: Updated SQLException subclasses to clarify that they may be thrown for vendor specific conditions
...
Reviewed-by: alanb
2010-09-04 12:21:56 -04:00
Joe Darcy
7d47787007
4881419: The type of X[].clone() should be X[]
...
Reviewed-by: martin
2010-09-03 15:00:10 -07:00
Alan Bateman
225ef04d34
Merge
2010-09-03 21:03:45 +01:00
Christine Lu
57cf63def3
Added tag jdk7-b108 for changeset b5444f4cf92e
2010-09-03 12:50:07 -07:00
Lana Steuck
2111493f31
Merge
2010-09-03 12:00:52 -07:00
Kumar Srinivasan
ef7b8cbc9e
6981001: (launcher) EnsureJREInstallation is not being called in order
...
Reviewed-by: darcy
2010-09-03 07:59:21 -07:00
Alan Bateman
2fdbbbae4e
6965072: Need API to create SDP sockets
...
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Anton Tarasov
fdaf5c86b2
6867293: switching TAB in a browser doesn't deactivate EmbeddedFrame
...
Reviewed-by: dcherepanov, art
2010-09-03 11:08:41 +04:00
Lana Steuck
abe7f3a325
Merge
2010-09-02 22:11:05 -07:00
Lana Steuck
022ee216f4
Merge
2010-09-02 12:17:21 -07:00
Naoto Sato
9a37a1e776
6930062: Need to remove or build as part of the test file jdk/test/java/util/Locale/data/deflocale.exe
...
Reviewed-by: okutsu
2010-09-02 11:13:42 -07:00
Naoto Sato
caef089b98
6981759: copyright header fix for test/java/util/Locale/LocaleCategory.java
...
Reviewed-by: okutsu
2010-09-02 11:09:09 -07:00
Qi Zuo
6a4b939143
Merge
2010-09-02 09:23:28 -04:00
Lana Steuck
34f54b7bb3
Merge
2010-09-02 00:02:23 -07:00
Masayoshi Okutsu
bb11fa02a6
Merge
2010-09-02 10:52:52 +09:00
Mandy Chung
1cef1a3806
6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method
...
Reviewed-by: sherman
2010-09-01 17:37:45 -07:00
Lana Steuck
77b5bbb1b5
Merge
2010-09-01 16:15:57 -07:00
Martin Buchholz
080f83060e
6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups
...
Avoid *Critical; fix compile warnings; improve readability
Reviewed-by: alanb
2010-09-01 09:45:08 -07:00
Igor Nekrestyanov
c66d80c2d5
6981436: Variable gets hidden if Defs-javadoc is included
...
Reviewed-by: ohair
2010-09-01 09:36:38 -07:00
Naoto Sato
63495e2114
6981466: Adding missing test LocaleCategory.java
...
Reviewed-by: okutsu
2010-08-31 23:56:17 -07:00
Masayoshi Okutsu
d950166573
4267450: (cal) API: Need public API to calculate, format and parse "year of week"
...
6549953: (cal) WEEK_OF_YEAR and DAY_OF_YEAR calculation problems around Gregorian cutover
Reviewed-by: peytoia
2010-09-01 15:19:13 +09:00
Naoto Sato
6d2cb04013
4700857: RFE: separating user locale and user interface locale
...
Reviewed-by: okutsu
2010-08-31 11:27:10 -07:00
Mandy Chung
2aa1723b39
6977548: Broken link in ClassLoader.defineClass javadoc
...
Reviewed-by: valeriep
2010-08-31 09:17:46 -07:00
Mandy Chung
c8f3efcc75
6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows
...
Increase timeout value
Reviewed-by: alanb
2010-08-31 09:15:34 -07:00
Andrei Dmitriev
41e1560d14
6480547: REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards
...
6808185: test/closed/java/awt/Menu/NullMenuLabelTest crashes
Reviewed-by: dcherepanov
2010-08-31 15:05:09 +04:00
Weijun Wang
7fe5113fe7
6911951: NTLM should be a supported Java SASL mechanism
...
Reviewed-by: vinnie, michaelm
2010-08-30 14:37:43 +08:00
Lana Steuck
ae1cce3a74
Merge
2010-08-29 22:41:28 -07:00
Martin Buchholz
aff3ad21b8
6980747: Runtime.exec can fail due to SecurityException (lnx)
...
Add missing doPrivileged to UNIXProcess.java.linux
Reviewed-by: alanb
2010-08-28 12:15:52 -07:00
Christine Lu
e3a36e4914
Added tag jdk7-b107 for changeset d2462a7b07c5
2010-08-26 16:17:02 -07:00
Joe Darcy
0f3dd95156
6980019: Finish rename of ARM -> try-with-resources in jdk repository
...
Reviewed-by: jjg
2010-08-25 15:35:45 -07:00
Artem Ananiev
28253f9cb3
6949936: Provide API for running nested events loops, similar to what modal dialogs do
...
Reviewed-by: ant, anthony
2010-08-24 12:54:46 +04:00
Lana Steuck
f2af16c789
Merge
2010-08-23 19:14:20 -07:00
Lana Steuck
0bd861fdb9
Merge
2010-08-23 19:13:15 -07:00
Lana Steuck
9f2b02319f
Merge
2010-08-23 19:12:01 -07:00
Kumar Srinivasan
8f806006bd
6966740: (pack200) need to add the timezone regression test
...
Reviewed-by: jrose
2010-08-23 10:47:42 -07:00
Kumar Srinivasan
6f001f2e2f
6969063: (pack200) The default value of Pack200.Packer.SEGMENT_LIMIT property is empty string instead of -1
...
Reviewed-by: jrose
2010-08-23 10:19:20 -07:00
Chris Hegarty
f2e822b50f
6977851: NPE from FileURLConnection.connect
...
Reviewed-by: michaelm
2010-08-23 21:59:13 +01:00
Kumar Srinivasan
226ae73a8d
6531345: Memory leak in unpack200
...
Reviewed-by: jrose
2010-08-23 08:18:08 -07:00
Alan Bateman
f92a419833
6431344: (fc) FileChannel.transferTo() doesn't work if address space runs out
...
Reviewed-by: forax, chegar
2010-08-23 17:35:18 +01:00
Alan Bateman
b7ca44871e
6978511: (file) Path.toRealPath should fail if not resolving links and file does not exist
...
Reviewed-by: forax, chegar
2010-08-23 17:11:07 +01:00
Chris Hegarty
b0942f5a43
6965924: java.net.HttpCookie using static SimpleDateFormat which is not thread safe
...
Reviewed-by: michaelm
2010-08-23 16:27:56 +01:00
Chris Hegarty
107837ccd7
6968584: Thread should not be Cloneable
...
Reviewed-by: dholmes
2010-08-23 14:35:22 +01:00
Yuka Kamiya
cd78cc6fdb
6977550: (tz) Support tzdata2010l
...
Reviewed-by: okutsu
2010-08-23 14:14:52 +09:00
Andy Herrick
6ee7ad5fe7
Merge
2010-08-20 14:48:10 -04:00
Kumar Srinivasan
05802c5a7a
Merge
2010-08-20 08:49:48 -07:00
Kumar Srinivasan
28fff3ad36
6966737: (pack200) the pack200 regression tests need to be more robust
...
Reviewed-by: jrose, ohair
2010-08-20 08:18:54 -07:00
Christine Lu
6a8e4a71ed
Added tag jdk7-b106 for changeset 546a8efadb54
2010-08-19 15:13:12 -07:00
Kumar Srinivasan
facee61c79
6888127: java.util.jar.Pack200.Packer Memory Leak
...
Reviewed-by: jrose
2010-08-19 14:08:04 -07:00
Weijun Wang
c736a3d9c7
6921610: 1.6 update 17 and 18 throw java.lang.IndexOutOfBoundsException
...
Reviewed-by: vinnie, xuelei
2010-08-19 12:24:53 +08:00
Weijun Wang
34198dbc4c
6976536: Solaris JREs do not have the krb5.kdc.bad.policy configured by default
...
Reviewed-by: valeriep
2010-08-19 11:26:32 +08:00
Kelly O'Hair
fb2ceb5470
6932743: Makefiles not parsing version strings with - from uname -r
...
Reviewed-by: mchung
2010-08-18 13:46:39 -07:00
Kelly O'Hair
737e6157fe
6974005: Use of cygpath in Makefile logic needs to silence error messages
...
Reviewed-by: mchung
2010-08-18 13:46:02 -07:00
Xueming Shen
51e553fe0e
6969651: TEST_BUG: tools/jar/JarEntryTime.java failed on JDK7 when run on NFS
...
Changed to use more appropriate nfs file time
Reviewed-by: martin
2010-08-17 16:01:54 -07:00
Michael McMahon
8eca7db307
6339649: URI.create should include a detail message when throwing IllegalArgumentException
...
Create enclosing exception with message of enclosed
Reviewed-by: alanb, chegar
2010-08-17 14:49:01 +01:00
Mandy Chung
a33a3ae92b
6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin
...
Add check for CYGWIN
Reviewed-by: ohair
2010-08-16 15:36:13 -07:00
Christine Lu
e66e60f894
Merge
2010-08-16 14:47:00 -07:00
Gary Benson
5223492f6b
6976186: Integrate Shark
...
Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure.
Reviewed-by: ohair
2010-08-13 22:26:27 +01:00
Christine Lu
f11a30cdf8
Added tag jdk7-b105 for changeset 6a99ae51ed62
2010-08-13 11:38:30 -07:00
Yong Jeffrey Huang
02a9f5a885
Merge
2010-08-13 01:09:02 -07:00
Igor Nekrestyanov
83f6032e22
6976516: Add support for compiling deploy ws without compiling j2se
...
Reviewed-by: herrick, ohair
2010-08-12 23:21:17 -07:00
Lana Steuck
f87e976a33
Merge
2010-08-12 19:58:19 -07:00
Lana Steuck
19addb504b
Merge
2010-08-12 19:55:48 -07:00
Mandy Chung
8808e17f23
Merge
2010-08-12 16:47:13 -07:00
Mandy Chung
abc4e4d7d0
6973831: NPE when printing stack trace of OOME
...
Initialize suppressedExceptions field to null
Reviewed-by: briangoetz, dholmes, forax
2010-08-12 16:36:49 -07:00
Alan Bateman
49d555edee
6971825: (so) improve scatter/gather implementation
...
Reviewed-by: chegar, sherman
2010-08-12 19:53:25 +01:00
Lana Steuck
19009fcd51
Merge
2010-08-12 11:23:15 -07:00
Denis Lila
a3c07597f2
6976265: No STROKE_CONTROL
...
Implemented it in sun.java2d.pisces by adding a PathIterator.
Reviewed-by: flar
2010-08-11 10:05:56 -04:00
Yong Jeffrey Huang
04d90d25e3
6959252: convert the anonymous arrays to named arrays in Java List Resource files
...
Reviewed-by: katakai, psun
2010-08-11 02:22:32 -07:00
Chris Hegarty
3072a8ef28
6974093: Thread.clone should NOT invoke addUnstarted on started threads
...
Reviewed-by: dholmes, coffeys
2010-08-11 09:32:38 +01:00
Xueming Shen
46e4eafc0c
6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
...
Removed the assert
Reviewed-by: alanb
2010-08-10 13:15:40 -07:00
Denis Lila
55323320b6
6967436: lines longer than 2^15 can fill window
...
6967433: dashed lines broken when using scaling transforms
Converted pisces to floating point. Also, using better AA algorithm
Reviewed-by: flar
2010-08-10 13:19:44 -04:00
Chris Hegarty
22534d46e9
6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled
...
Reviewed-by: alanb
2010-08-10 17:30:43 +01:00
Sergey Malenkov
e1edb38d9e
6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
...
Reviewed-by: peterz
2010-08-10 19:29:30 +04:00
Lance Andersen
1716bf859b
6898593: java.sql.Date.valueOf no exception if date given is not in the JDBC date escape syntax
...
Reviewed-by: minqi
2010-08-10 10:07:33 -04:00
Lana Steuck
5fee6662ef
Merge
2010-08-09 16:02:19 -07:00
Christine Lu
2791b0619d
Added tag jdk7-b104 for changeset 0feaed799206
2010-08-06 12:52:07 -07:00
Daniel D. Daugherty
438ccadcce
6962604: 3/3 Testcase sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure
...
Disable MonitorVmStartTerminate.sh until 6543856 is fixed.
Reviewed-by: ohair
2010-08-06 11:07:16 -07:00
Christine Lu
44c78fb98c
Merge
2010-08-04 22:02:14 -07:00
Andrei Pangin
bc38b1c703
6945961: SIGSEGV in memcpy() during class loading on linux-i586
...
Check the result of strchr() in Bytecode Verifier
Reviewed-by: kamg, acorn
2010-08-04 20:25:02 -07:00
Martin Buchholz
500a66b0d8
6955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemoryError in b94
...
Let arraycopy throw AIOOBE for invalid negative length
Reviewed-by: chegar, forax
2010-08-03 12:22:49 -07:00
Kelly O'Hair
f82d12c1b4
6974239: Correct reference to jdk document site in javadoc
...
Reviewed-by: skannan
2010-08-03 10:53:21 -07:00
Sean Mullan
2bcf6f798f
Merge
2010-08-03 09:55:29 -04:00
Sean Mullan
707346f099
6653372: Error in java.security.KeyStore example code
...
Reviewed-by: weijun
2010-08-03 09:39:52 -04:00
Chris Hegarty
784f62993b
6973030: NTLM proxy authentication fails with https
...
Reviewed-by: michaelm
2010-08-03 12:03:03 +01:00
Lana Steuck
3d517c6b50
Merge
2010-08-02 19:45:28 -07:00
Lana Steuck
bb7b93499c
Merge
2010-08-02 19:44:12 -07:00
Lana Steuck
c3c47e6790
Merge
2010-08-02 19:42:54 -07:00
Kelly O'Hair
a656854b1e
6971426: jdk/make/docs docs target does not work on windows
...
Reviewed-by: igor, jjg
2010-08-02 16:31:55 -07:00
Kelly O'Hair
f6c4154043
6973616: Update minimum boot jdk from 1.5 to 1.6
...
Reviewed-by: igor, jjg
2010-08-02 16:31:26 -07:00
Michael McMahon
bf106fcab7
6510892: com/sun/net/httpserver/bugs/B6361557.java fails
...
Reviewed-by: chegar
2010-07-30 18:16:30 +01:00
Sergey Malenkov
e51e3b724f
6972468: Security manager should be used for tests in java/beans/XMLEncoder
...
Reviewed-by: peterz
2010-07-30 19:40:29 +04:00
Sergey Malenkov
d3b90b4164
6199676: REGRESSION: ColorChooser loses preview when change LandF in Java5
...
Reviewed-by: alexp, peterz
2010-07-30 19:21:27 +04:00
Lana Steuck
99a605b4b3
Merge
2010-07-29 22:02:45 -07:00
Lana Steuck
92a8ffe4ab
Merge
2010-07-29 13:48:23 -07:00
Christine Lu
2c09c3cf0b
Added tag jdk7-b103 for changeset 81a799b11c0e
2010-07-29 13:33:20 -07:00
Lana Steuck
af17406ae2
Merge
2010-07-29 13:22:16 -07:00
Chris Hegarty
d08b7168c3
Merge
2010-07-29 17:04:07 +01:00
Alexander Potochkin
476f58c4af
4743225: Size of JComboBox list is wrong when list is populated via PopupMenuListener
...
Reviewed-by: rupashka
2010-07-29 19:34:03 +04:00
Alan Bateman
1736731b74
6934977: (bf) MappedByteBuffer.load can SIGBUS if file is truncated
...
6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol)
Reviewed-by: chegar, forax
2010-07-29 13:08:58 +01:00
Chris Hegarty
2d91b17b0a
6972374: NetworkInterface.getNetworkInterfaces throws "java.net.SocketException" on Solaris zone
...
Reviewed-by: alanb, dsamersoff
2010-07-29 10:02:41 +01:00
Vinnie Ryan
837cc6d064
6972409: Cease emitting LDAP filter debug messages
...
Reviewed-by: xuelei
2010-07-27 11:40:46 +01:00
Xue-Lei Andrew Fan
caefa97f8c
6870947: 15 sec delay detecting "socket closed" condition when a TCP connection is reset by an LDAP server
...
Reviewed-by: weijun
2010-07-27 16:07:00 +08:00
Daniel D. Daugherty
cf3105821b
6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection
...
Add work around for 6971851. Abort if 'histo:live' option isn't supported.
Reviewed-by: alanb, darcy
2010-07-26 09:06:47 -07:00
Martin Buchholz
564c0a977b
6717780: (coll spec) LinkedList api documentation provides the wrong method name
...
Cleanup by simply making Deque equal status with List
Reviewed-by: darcy
2010-07-26 08:17:50 -07:00
Weijun Wang
9d92d626e3
6972005: ConfPlusProp.java test failure when DNS has info for realm
...
Reviewed-by: xuelei
2010-07-26 17:21:51 +08:00
Xue-Lei Andrew Fan
f5561769de
6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
...
Reviewed-by: mullan, weijun
2010-07-24 22:59:41 +08:00
Michael Wilkerson
78845e9e0b
Added tag jdk7-b102 for changeset 828a1670fef1
2010-07-23 16:42:26 -07:00
Vinnie Ryan
575bf80be6
6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
...
Reviewed-by: mullan
2010-07-23 17:41:47 +01:00
Alexey Utkin
70d7880102
6969851: VM hangs/crashes in FileDialog test (VS2008/2010 build)
...
Reviewed-by: prr, art
2010-07-23 18:59:48 +04:00
Michael McMahon
3dde10558a
6952017: HttpURLConnection chunked encoding issue (Http request splitting)
...
Reviewed-by: chegar
2010-07-22 17:26:33 +01:00
Michael McMahon
05153d7e82
6952603: NetworkInterface reveals local network address to untrusted code
...
Reviewed-by: chegar
2010-07-22 16:33:12 +01:00
Daniel D. Daugherty
7dea7787e2
6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
...
Refactor test/sun/tools/common/* code and refactor AnonLoggerWeakRefLeak and LoggerWeakRefLeak to use it.
Reviewed-by: ohair, alanb
2010-07-21 17:01:31 -07:00
Daniel D. Daugherty
9f5d2eb156
6962804: 4/4 ShellScaffold tests can fail without a specific reason
...
Add more diagnostics for failures. Only copy target file in grepForString when NL is missing.
Reviewed-by: ohair, dholmes
2010-07-21 16:59:40 -07:00
Daniel D. Daugherty
5d8f395e2b
6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
...
Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes
2010-07-21 16:58:35 -07:00
Alan Bateman
11b424e02b
6963907: (so) Socket adapter need to implement sendUrgentData
...
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00
Chris Hegarty
c7d240fc1a
6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
...
Reviewed-by: alanb, dsamersoff
2010-07-21 13:52:38 +01:00
Chris Hegarty
2890d62dbb
6969395: TEST_BUG: Tests in java/net sun/net problems
...
Reviewed-by: alanb
2010-07-21 13:29:26 +01:00
Lana Steuck
109adcf650
Merge
2010-07-20 22:21:31 -07:00
Sean Mullan
882b752caf
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
...
Reviewed-by: xuelei
2010-07-20 10:41:50 -04:00
Weijun Wang
f2f06cfb5d
6969292: make DNS lookup for realm/kdc really work
...
Reviewed-by: alanb, valeriep
2010-07-19 10:02:55 +08:00
Weijun Wang
2dace6e70f
6969683: Generify ResolverConfiguration codes
...
Reviewed-by: alanb, chegar
2010-07-19 10:02:50 +08:00
Xueming Shen
98f8ed01aa
6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
...
Removed the duplicate sun.nio.cs.ext entries from rt.jar and moved X11 charsets into charsets.jar
Reviewed-by: ohair
2010-07-16 16:45:52 -04:00
Abhijit Saha
1e52a8c736
Merge
2010-07-16 09:26:55 -07:00
Michael Wilkerson
6d2cecc165
Added tag jdk7-b101 for changeset 47da38a8c0f0
2010-07-15 20:11:45 -07:00
Joe Darcy
7dcb52915b
6963622: Project Coin: Refinements to suppressed exceptions
...
Reviewed-by: alanb, forax, jjb
2010-07-15 18:02:05 -07:00
Bhavesh Patel
abe67eceb0
6955341: Oracle rebranding changes for man pages
...
Reviewed-by: darcy
2010-07-14 15:42:06 -07:00
Peter Zhelezniakov
c3da619227
6462562
: InternationalFormatter inserts text incorrectly
...
6578432: Currency format instance does not work with Swing's NumberFormatter
Reviewed-by: rupashka
2010-07-13 17:26:34 +04:00
Weijun Wang
c20e1ffd6c
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2010-07-13 20:27:01 +08:00
Dmitry Samersoff
bd18ff374c
6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
...
User can disable ipv6 explicitly, have to check it
Reviewed-by: chegar, alanb
2010-07-13 15:32:36 +04:00
Lana Steuck
6b9ad54671
Merge
2010-07-12 19:42:02 -07:00
Lana Steuck
be587b0b28
Merge
2010-07-12 19:35:11 -07:00
Lana Steuck
8baf254d15
Merge
2010-07-12 19:33:50 -07:00
Lana Steuck
f495312b72
Merge
2010-07-12 19:32:29 -07:00
Daniel D. Daugherty
9c1cae042e
Merge
2010-07-12 15:52:06 -07:00
Igor Nekrestyanov
9ab742ede8
6968373: FontUtilities static initializer throws AccessControlException
...
Reviewed-by: prr
2010-07-12 15:11:20 -07:00
Daniel D. Daugherty
ccbd107813
6968401: 3/3 disable tests added by 6942989 until 6964018 is fixed
...
Disable AnonLoggerWeakRefLeak.sh and LoggerWeakRefLeak.sh
Reviewed-by: ohair
2010-07-12 14:19:44 -07:00
Kelly O'Hair
37f89e6be6
6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these)
...
Reviewed-by: prr
2010-07-12 13:16:28 -07:00
Chris Hegarty
6f0719f802
6966846: Incorrect assertion in java.net.Inet6Address.readObject
...
Reviewed-by: michaelm
2010-07-12 18:18:13 +01:00
Chris Hegarty
41fbcaf73d
6967684: httpserver using a non thread-safe SimpleDateFormat
...
Reviewed-by: michaelm
2010-07-12 18:16:35 +01:00
Chris Hegarty
25c1ab1e55
6967937: Scope id no longer being set after 6931566
...
Reviewed-by: alanb, dsamersoff
2010-07-12 18:13:40 +01:00
Michael Wilkerson
0955245ab5
Added tag jdk7-b100 for changeset 4f5e99470724
2010-07-09 19:18:32 -07:00
Jon VanAlten
95408ff1c7
6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock
...
Remove (hopefully!) unnecessary check of currentTimeMillis
Reviewed-by: dholmes
2010-07-09 18:55:25 -07:00
Sergey Malenkov
2ca2c1d52f
6963811: Deadlock-prone locking changes in Introspector
...
Reviewed-by: peterz, rupashka
2010-07-09 22:07:39 +04:00
Kumar Srinivasan
e5b31c9351
6921472: RFE: java launcher code needs clean up
...
This changeset also contains fixes for 6405284, 6753938 and 6922500
Reviewed-by: darcy
2010-07-09 11:04:34 -07:00
Kumar Srinivasan
6474c4d2a3
6930056: (launcher) Need to remove or build as part of test these liblibrary.so files
...
Reviewed-by: ohair, darcy
2010-07-09 09:54:10 -07:00
Sergey Malenkov
049e350efd
6894597: test/closed/javax/swing/JPopupMenu/6495920/bug6495920.java fails
...
Reviewed-by: alexp, peterz
2010-07-09 19:42:17 +04:00
Lana Steuck
ddc7fcdc27
Merge
2010-07-08 11:28:01 -07:00
Abhijit Saha
8d4635befb
Merge
2010-07-08 08:23:32 -07:00
Pavel Porvatov
93a394d6ee
6520101: FileChooser will cause OutOfMemory when application will run long time
...
Reviewed-by: peterz
2010-07-08 19:09:41 +04:00
Kelly O'Hair
d6b705678a
6967036: Need to fix links with // in Javadoc comments
...
Reviewed-by: mchung
2010-07-07 10:21:59 -07:00
Kelly O'Hair
2b8c80bc91
6954517
: Testcase failure tools/launcher/UnicodeTest.sh
...
Reviewed-by: ksrini
2010-07-07 10:17:36 -07:00
Dmitry Cherepanov
dcc737282d
6959174: Need to introduce sun.awt.disableGtkFileDialogs system property
...
Reviewed-by: art, anthony
2010-07-07 14:20:22 +04:00
Joe Darcy
5ab764cefb
6963723: Project Coin: Retrofit more JDK classes for ARM
...
Reviewed-by: alanb, malenkov, prr, amenkov
2010-07-06 18:58:30 -07:00
Igor Nekrestyanov
1e8cbf3a53
6967050: JDK build issues with cygwin/vc2010
...
Reviewed-by: prr, ohair
2010-07-06 18:23:14 -07:00
Dmitry Cherepanov
6d38b07902
6966643: GTK FileDialog hangs when user manually closes it
...
Reviewed-by: art
2010-07-06 18:23:09 +04:00
Artem Ananiev
983ec86773
6424157: java.awt.EventQueue push/pop might cause threading issues
...
Reviewed-by: ant, dcherepanov
2010-07-06 17:59:56 +04:00
Alexander Potochkin
dbeca02bca
6937415: Some components return undocumented default values under Nimbus LaF
...
Reviewed-by: peterz
2010-07-02 19:34:34 +04:00
Alexander Potochkin
4b7f7c425e
6711682: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
...
Reviewed-by: rupashka
2010-07-02 19:28:51 +04:00
Sean Mullan
f217a785d5
Merge
2010-07-01 15:30:44 -04:00
Sean Mullan
f74b88af11
6782979: Add JNLPAppletLauncher (6618105) to blacklist
...
Reviewed-by: ohair
2010-07-01 15:20:31 -04:00
Abhijit Saha
fe88c65a29
Merge
2010-07-01 08:31:39 -07:00
Vladimir Yaroslavskiy
6593dfa333
6947216: Even more Dual-pivot quicksort improvements
...
Reviewed-by: jjb
2010-07-01 16:28:08 +01:00
Sergey Malenkov
55db965e8d
6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified
...
Reviewed-by: alexp
2010-07-01 18:47:56 +04:00
Sergey Malenkov
41f3ac5368
4129681: Cannot get a title border to display its label as disabled
...
Reviewed-by: alexp, rupashka
2010-07-01 18:09:45 +04:00
Andrew Brygin
f34c8ae290
6963489: ZDI-CAN-803: Sun JRE ICC Profile Device Information Tag Remote Code Execution Vulnerability
...
Reviewed-by: prr
2010-07-01 12:04:14 +04:00
Lana Steuck
04b6a83eb6
Merge
2010-06-30 19:05:50 -07:00
Michael Wilkerson
4189f3e295
Merge
2010-06-30 18:57:51 -07:00
Ulf Zibis
c8a460e29d
6940258: (bf) Use intrinsified reverseBytes operation; elide no-op constructs
...
Reviewed-by: alanb, sherman
2010-06-30 16:11:32 -07:00
Based on an idea by Ulf Zibis
cd7e4c8c16
6935172: Optimize bit-twiddling in Bits.java
...
Transformations to reduce size of bytecode
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00