Lana Steuck
1c0385ff6f
Merge
2010-10-12 12:51:48 -07:00
Kumar Srinivasan
6de8a21e10
Merge
2010-10-12 12:20:44 -07:00
Qi Zuo
4712a60841
Merge
2010-10-12 13:34:59 -04:00
Chris Hegarty
8742f245de
6991300: MimeTable is unsafe
...
Reviewed-by: alanb, michaelm
2010-10-12 17:01:07 +01:00
Anthony Petrov
214842d862
6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
...
Mark the splash screen closed when it happens implicitly
Reviewed-by: art, dcherepanov
2010-10-12 18:20:07 +04:00
Anthony Petrov
bc52d31ebd
6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
...
Make sure the size hints are set before mapping the window on the screen
Reviewed-by: art, dcherepanov
2010-10-12 15:52:58 +04:00
Chris Hegarty
9c061c00c8
6989690: java/net native code compiler warnings
...
Reviewed-by: alanb
2010-10-12 11:11:32 +01:00
Alan Bateman
39bcf3ff5f
6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
...
Reviewed-by: sherman
2010-10-12 09:46:17 +01:00
Alan Bateman
79abb3e80f
6728842: File.setReadOnly does not make a directory read-only (win)
...
6464744: java/io/File/SetAccess.java ignores sticky bit
Reviewed-by: forax
2010-10-12 08:49:33 +01:00
Xueming Shen
48e04c75c5
6984046: java/jar jar/pack source needs vendor rebranding changes (jdk7 only)
...
Updated to use appropriate vendor name
Reviewed-by: ohair, dholmes
2010-10-11 22:32:55 -07:00
Mandy Chung
d990871881
6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
...
Reviewed-by: alanb, sherman, darcy, igor
2010-10-11 20:22:27 -07:00
Abhijit Saha
3c15a7d6a1
Merge
2010-10-11 16:05:18 -07:00
Chris Hegarty
1e803e2c7d
Merge
2010-10-11 10:55:04 +01:00
Alan Bateman
752ae0cda8
6987154: HTML link to serialization guide is broken
...
Reviewed-by: skannan
2010-10-11 09:17:47 +01:00
Xueming Shen
2d526410d4
6990846: Demo: NIO.2 filesystem provider for zip/jar archives
...
The first drop of the zip filesystem provider, as a separate demo
Reviewed-by: alanb
2010-10-08 21:33:28 -07:00
Xueming Shen
add97e78c6
6990639: Fix for #6975829 breaks build
...
Define MIN2 micro
Reviewed-by: alanb
2010-10-08 12:23:25 -07:00
Chris Hegarty
ad43522016
Merge
2010-10-08 11:28:49 +01:00
Chris Hegarty
0615bd9a48
Merge
2010-10-08 11:27:55 +01:00
Alan Bateman
769a8dd872
Merge
2010-10-08 10:37:04 +01:00
Alan Bateman
d78f92c413
6989116: (verifier) compiler warning messages
...
Reviewed-by: kamg, ohair
2010-10-08 10:36:17 +01:00
Yuka Kamiya
55f7d8222a
6970930: RuleBasedCollator.compare(String,null) throws IAE (should be NPE)
...
Reviewed-by: okutsu
2010-10-08 09:50:56 +09:00
Christine Lu
545a471906
Added tag jdk7-b113 for changeset 2347b7452dcd
2010-10-07 15:12:19 -07:00
Kumar Srinivasan
e924b42b38
6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented
...
Reviewed-by: darcy
2010-10-07 14:35:14 -07:00
Xueming Shen
2e08a82953
6975829: Perf. of gzip in existing JDKs is too slower than in 1.3.1
...
Improved memory/buffer handling in Inflater.c
Reviewed-by: alanb
2010-10-07 11:35:48 -07:00
Alex Menkov
b6584fa0ab
6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
...
Reviewed-by: dav
2010-10-07 18:23:13 +04:00
Alex Menkov
1e7137761d
6984047: sound sources needs vendor rebranding changes (jdk7 only)
...
Reviewed-by: ohair
2010-10-07 18:13:20 +04:00
Alan Bateman
14a7edc2ad
6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code
...
Reviewed-by: andrew, mchung, ohair
2010-10-07 14:36:17 +01:00
Alan Bateman
1550d01979
6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
...
Reviewed-by: ohair, chegar
2010-10-07 10:35:36 +01:00
Pavel Porvatov
cdf0f01c92
6979793: closed/javax/swing/JFileChooser/6396844/TwentyThousandTest fails due FileNotFound exc
...
Reviewed-by: malenkov
2010-10-07 12:48:16 +04:00
Andrew Brygin
8b789531bf
6975884: sun/java2d/SunGraphics2D/DrawImageBilinear.java failed
...
Reviewed-by: prr
2010-10-07 12:25:23 +04:00
Joe Darcy
790044e161
6917323: serializable classes in java.dyn do not specify serialVersionUIDs
...
Reviewed-by: jrose
2010-10-06 21:55:28 -07:00
Lance Andersen
478fb788a2
6988317: RowSetProvider.newFactory() may throw unspecified exception
...
Reviewed-by: darcy
2010-10-06 10:11:45 -04:00
Lance Andersen
c532790517
6988310: SyncFactory.setLogger(Logger,Level) requires unspecified security permission
...
Reviewed-by: darcy
2010-10-06 10:09:58 -04:00
Artem Ananiev
7752677d6c
6979541: closed/javax/swing/plaf/basic/AWTEventListenerLeak/AWTEventListenerLeak.java fails
...
Reviewed-by: anthony, ant
2010-10-06 16:42:15 +04:00
Andrew Brygin
2d791621a4
6853488: REGRESSION : A black background is seen for a transparent animated gif image for splash screen
...
Reviewed-by: igor, prr
2010-10-06 12:19:54 +04:00
Artem Ananiev
3ba822a482
6828273: javax/swing/system/6799345/TestShutdown.java test fails with RuntimeException
...
Reviewed-by: anthony, dcherepanov
2010-10-05 18:13:52 +04:00
Artem Ananiev
42867588ae
6829546: Modal dialog causes underlying parent JFrame to be set to "Always on top"
...
Reviewed-by: anthony, dcherepanov
2010-10-05 18:12:04 +04:00
Alan Bateman
246920e930
6987116: (so) test/java/nio/channels/SocketChannel/VectorIO.java failed on Solaris 11
...
Reviewed-by: forax
2010-10-05 15:07:40 +01:00
Andrew Brygin
014b414926
6976076: sun/java2d/pipe/MutableColorTest/MutableColorTest.java failed
...
Reviewed-by: igor, prr
2010-10-05 10:23:14 +04:00
Lana Steuck
98a4c7fec4
Merge
2010-10-04 14:39:57 -07:00
Lana Steuck
f8a4e42fb3
Merge
2010-10-04 14:38:14 -07:00
Lana Steuck
70586de1c1
Merge
2010-10-04 14:36:45 -07:00
Lana Steuck
e94376800f
Merge
2010-10-04 14:34:54 -07:00
Lance Andersen
0c5307c12b
6989139: Address JDBC Findbugs where Number type Constructor are used
...
Reviewed-by: ohair
2010-10-04 13:04:09 -04:00
Alan Bateman
41cc1e2f4a
6989190: SO_SNDBUF/SO_RCVBUF limits should only be checked when setsockopt fails (sol)
...
Reviewed-by: chegar, michaelm
2010-10-04 14:17:36 +01:00
Anthony Petrov
8aee53f1b5
6982279: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed due to NPE
...
Rely on the WWindowPeer.getTranslucentGraphics()'s return value
Reviewed-by: art, dcherepanov
2010-10-04 16:21:26 +04:00
Anthony Petrov
afc679f6ad
6987233: FileDialog.getDirectory() should add a trainling slash when GTK FileDialog is used
...
Add the trailing slash if it's absent
Reviewed-by: art, dcherepanov
2010-10-04 16:12:07 +04:00
Andrei Dmitriev
fbb62aa566
6847155: test/java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
...
Reviewed-by: denis
2010-10-04 11:40:07 +04:00
Masayoshi Okutsu
2588620965
6955776: (tz) Windows-only: tzmappings needs update for KB981793
...
6929185: (tz) Windows-only: tzmappings needs update for KB979306
Reviewed-by: peytoia
2010-10-04 13:05:14 +09:00
Alan Bateman
b44a1bd105
6907737: (file) FileVisitor and Files.walkFileTree issues
...
Reviewed-by: sherman
2010-10-03 19:39:25 +01:00
Andy Herrick
57d8d8c535
Merge
2010-10-02 11:09:04 -04:00
Alan Bateman
ee93235260
Merge
2010-10-02 12:59:52 +01:00
Alan Bateman
afac13bfe2
6979526: (file) java/nio/file/FileStore/Basic.java fails if the same file system is mounted more than once
...
Reviewed-by: kevinw, forax
2010-10-02 12:59:04 +01:00
Andrew Brygin
c299b2e4c0
6988213: lcms build failure on windows-amd64
...
Reviewed-by: igor, prr
2010-10-02 12:41:20 +04:00
Christine Lu
fb444f04e2
Added tag jdk7-b112 for changeset 382d78ea38b0
2010-10-01 15:45:14 -07:00
Lance Andersen
f5a046aae8
6988993: Address Findbugs warnings for the use of String Constructor
...
Reviewed-by: ohair
2010-10-01 14:36:01 -04:00
Alexander Potochkin
8ca7d6b81c
6622002: UIDefault.ProxyLazyValue has unsafe reflection usage
...
Reviewed-by: malenkov
2010-10-01 18:39:44 +04:00
Andrei Dmitriev
9c946f5a9c
6829267: Regression test java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java fails in RHEL5
...
Reviewed-by: art, anthony
2010-10-01 15:10:32 +04:00
Artem Ananiev
013d469322
6860270: JVM crash is occuring when verifying whether Browse action is supported on WinVista 64 bit
...
Reviewed-by: anthony, uta
2010-09-30 21:06:53 +04:00
Sergey Malenkov
55c5ae3011
6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
...
Reviewed-by: alexp
2010-09-30 20:21:55 +04:00
Alan Bateman
848ef2c6e7
Merge
2010-09-30 14:49:14 +01:00
Alan Bateman
ce43c743ff
6988037: fileClose prints debug message is close fails
...
Reviewed-by: kevinw, forax
2010-09-30 14:48:25 +01:00
Andrei Dmitriev
35092b1bf3
6694729: obsolete link in ActionEvent javadoc
...
Reviewed-by: art
2010-09-30 14:50:36 +04:00
Chris Hegarty
674e1ca1c7
6987461: Handle leak when enabling java.net.useSystemProxies
...
Release the registry key handle if ProxyEnable is 0
Reviewed-by: michaelm
2010-09-29 17:33:17 +01:00
Weijun Wang
b1bd74bb7d
6988163: sun.security.util.Resources dup and a keytool doc typo
...
Reviewed-by: xuelei
2010-09-29 15:26:59 +08:00
Andrew Brygin
13069fe969
6735275: java.awt.image.SampleModel.getSamples() methods not allways throw ArrayIndexOutOfBoundsException
...
Reviewed-by: igor, prr
2010-09-29 10:44:02 +04:00
Lana Steuck
23fe7ade81
Merge
2010-09-28 11:43:45 -07:00
Naoto Sato
836de5036c
6915621: (rb) ResourceBundle.getBundle() deadlock when called inside a synchronized thread
...
Reviewed-by: okutsu
2010-09-28 10:57:56 -07:00
Omair Majid
6e5fbc5669
6987945: XDecoratedPeer shouldn't allow to resize a frame to zero size
...
Reviewed-by: anthony
2010-09-28 10:16:18 -04:00
Michael McMahon
2cd0e300b8
6987927: can't use -Dfile.encoding=Cp037 in net test
...
Reviewed-by: chegar
2010-09-28 14:36:19 +01:00
Michael McMahon
ff8174e3e4
Merge
2010-09-28 12:04:09 +01:00
Michael McMahon
2c29ae4f3c
6550798: Using InputStream.skip with ResponseCache will cause partial data to be cached
...
Reviewed-by: chegar
2010-09-28 11:59:57 +01:00
Artem Ananiev
07a295701d
6987896: Modal dialogs resumes the calling thread before it's hidden
...
Reviewed-by: anthony
2010-09-28 14:57:23 +04:00
Sunita Koppar
523d43b1e3
6966692: defaultReadObject can set a field multiple times
...
Reviewed-by: hawtin
2010-09-28 01:13:22 -07:00
Sunita Koppar
421b7e62a6
6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization
...
Reviewed-by: hawtin
2010-09-28 01:09:10 -07:00
Lana Steuck
b3583c3d0d
Merge
2010-09-28 00:20:15 -07:00
Lance Andersen
d2bd33c264
6987638: javadoc update to RowSetProvider and Statement
...
Reviewed-by: darcy, alanb
2010-09-27 18:05:23 -04:00
Sergey Malenkov
365010ff3e
6986450: javax/swing/JTable/Test6888156.java test is failing against jdk7 just on windows
...
Reviewed-by: alexp
2010-09-27 21:07:45 +04:00
Omair Majid
625c4ba907
6986968: Crash on XIM server restart
...
Free XIM data structures on DestroyXIMCallback
Reviewed-by: naoto
2010-09-27 11:30:03 -04:00
Anton Tarasov
0969410407
6886678: Clicking on parent JFrame's client area does not switch focus from JWindow to JFrame on Windows
...
Reviewed-by: dcherepanov, art
2010-09-27 17:38:57 +04:00
Anton Tarasov
397abc7260
6505819: Provide traverseIn method for sun.awt.EmbeddedFrame
...
Reviewed-by: dcherepanov, art
2010-09-27 16:11:58 +04:00
Sergey Malenkov
b90f2341f9
6976577: JCK7 api/java_beans/EventSetDescriptor/descriptions.html#Ctor1 fails since jdk7 b102
...
Reviewed-by: peterz
2010-09-27 13:38:49 +04:00
Lana Steuck
b362a78fef
Merge
2010-09-26 14:14:48 -07:00
Lana Steuck
53e6cf8989
Merge
2010-09-25 12:00:05 -07:00
Weijun Wang
b32aa9d2d5
6986868: TEST failure: sun/security/tools/jarsigner/crl.sh
...
Reviewed-by: ohair
2010-09-25 10:21:30 +08:00
Lana Steuck
6b9e679958
Merge
2010-09-24 16:41:32 -07:00
Kelly O'Hair
f181e2fb8f
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
...
6987113: Remove SCCS logic from makefiles
Reviewed-by: mchung
2010-09-24 14:22:01 -07:00
Kelly O'Hair
0294919402
6987117: Add jprt test sets
...
Reviewed-by: mchung
2010-09-24 14:06:57 -07:00
Yoshito Umaoka
84ca32b8df
6986612: pit jdk7 b112: java.util.Locale getDisplayVariant() sqe test getDisplayVariantTests.java fails
...
Reviewed-by: dougfelt
2010-09-23 20:05:20 -07:00
Christine Lu
311fc82f63
Added tag jdk7-b111 for changeset 6daafb1093c6
2010-09-23 17:33:40 -07:00
Michael McMahon
b03b79abd0
6986400: Change Cookie to Cookie2 in 6980004 fix
...
Fix error in previous fix for 6980004
Reviewed-by: chegar
2010-09-23 03:22:13 -07:00
Mandy Chung
872a9b9303
6984036: servicetag vendor rebranding issues
...
Update product_vendor field to use java.vendor system property
Reviewed-by: ohair
2010-09-22 21:44:18 -07:00
Weijun Wang
f788ac2dbd
6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
...
Reviewed-by: wetmore
2010-09-23 10:46:03 +08: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
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