9506 Commits

Author SHA1 Message Date
Daniel Fuchs
01a0c50d3f 8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early
The test needs to keep a strong reference on its loggers otherwise the modification of the logger level may only be transient.

Reviewed-by: chegar
2014-01-10 19:48:02 +01:00
Joe Darcy
ad40a93e8a 8031082: Fix non-missing doclint problems in client libraries
Reviewed-by: serb
2014-01-10 09:24:47 -08:00
Chris Hegarty
be247dff24 Merge 2014-01-10 15:04:46 +00:00
Daniel Fuchs
078338ed6a 8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
The test was not keeping any strong reference on the loggers it created allowing for them to be garbage collected too early.

Reviewed-by: mchung, chegar
2014-01-10 15:51:24 +01:00
Jaroslav Bachorik
a923f5c5d3 8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'
Reviewed-by: sla, chegar, sjiang
2014-01-10 08:22:00 +01:00
Joe Darcy
83ef2a16f5 8030845: Fix doclint missing issues in java.awt.event
Reviewed-by: prr, anthony
2014-01-09 14:15:01 -08:00
Joe Darcy
34ee8749b7 8031326: Use Class<?> rather than Class in java.net method signatures
Reviewed-by: alanb, chegar
2014-01-07 09:58:16 -08:00
Roger Riggs
4541877ec0 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
Correct specification for Duration.toDays, toHours

Reviewed-by: lancea, alanb
2014-01-07 11:50:15 -05:00
Joe Darcy
84150a3734 8031302: Fix raw types lint warnings in java.security
Reviewed-by: xuelei
2014-01-07 09:17:56 -08:00
Joe Darcy
091f943598 8027063: SecurityManger.getClassContext returns a raw type
Reviewed-by: lancea, alanb, xuelei
2014-01-07 09:09:30 -08:00
Chris Hegarty
e5fe6018d3 Merge 2014-01-07 13:00:37 +00:00
Chris Hegarty
f27b377f0e 8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec
Reviewed-by: martin, psandoz
2014-01-07 12:59:32 +00:00
Chris Hegarty
2878960abe 8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access
Ensure that the test is not influenced by the default users policy.

Reviewed-by: martin
2014-01-07 11:34:59 +00:00
Paul Sandoz
4d62c07baa 8031306: Incorrect bug id on tests
Reviewed-by: chegar
2014-01-07 11:33:22 +01:00
Paul Sandoz
b3ff3362d2 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
Reviewed-by: darcy
2014-01-07 11:15:11 +01:00
Peter Levart
1403c7fe08 8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
8029781: Theoretical data race on java.util.logging.Handler.sealed

Use privileged actions instead of racy boolean field to elevate privilege when constructing logging handlers

Reviewed-by: mchung, dfuchs
2014-01-07 09:54:16 +01:00
Joe Darcy
7afdd44edf 8031210: Remove serial warning from java.lang.Enum
Reviewed-by: lancea, mduigou
2014-01-06 13:54:54 -08:00
Aleksei Efimov
e03b5f15ed 8025051: Update resource files for TimeZone display names
Reviewed-by: okutsu, mfang
2013-12-30 16:46:55 +04:00
Lana Steuck
657b9db1ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Peter Levart
e7666f597d 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
Help ReferenceHandler thread process References while attempting to allocate direct memory

Reviewed-by: alanb
2014-02-24 15:34:33 +01:00
Fredrik Arvidsson
ae40a61ee5 8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val)
Added small corrections to the JavaDoc comments in the code.

Reviewed-by: sla
2014-02-24 10:34:07 +01:00
Aleksei Efimov
7cef8fd674 8032909: XSLT string-length returns incorrect length when string includes complementary chars
Reviewed-by: joehw, dfuchs
2014-02-21 16:55:25 +04:00
Ivan Gerasimov
d32c8e09e3 8023022: Some more typos in javadoc
Reviewed-by: lancea, alanb
2014-02-17 20:23:55 +04:00
Sergey Bylokhov
15eae84511 8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed
Reviewed-by: pchelko, azvegint
2013-12-26 21:33:24 +04:00
Petr Pchelko
4858095260 7154841: [macosx] Popups appear behind taskbar
Reviewed-by: anthony, serb
2013-12-24 18:37:24 +04:00
David Buck
3722bb2766 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
Fix is to call dladdr with name less likely to cause name conflict.

Reviewed-by: serb, anthony
2013-12-23 11:57:03 -08:00
Sergey Bylokhov
2273f9252a 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
Reviewed-by: pchelko, azvegint
2013-12-23 19:03:37 +04:00
Sergey Bylokhov
7842ee3945 8030953: SelectionVisible test should test multiline selection in case of TextArea
Reviewed-by: pchelko, azvegint
2013-12-23 18:54:50 +04:00
Sergey Malenkov
e4bef18896 8030118: Document listeners fired outside document lock
Reviewed-by: art, serb
2013-12-23 16:37:21 +04:00
Sergey Bylokhov
bfc4fbc0e8 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
Reviewed-by: anthony, azvegint
2013-12-22 21:12:43 +04:00
Petr Pchelko
785443ca4a 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
Reviewed-by: anthony, serb
2013-12-20 14:42:37 +04:00
Petr Pchelko
a5ea3036e8 7159566: The choice positioned in the top of applet when clicking the choice
Reviewed-by: anthony, serb
2013-12-19 16:49:27 +04:00
Petr Pchelko
2fe345235d 8024185: [macosx] Fullscreen button freezes application when started with -splash
Reviewed-by: anthony, serb
2013-12-19 16:40:28 +04:00
Peter Brunet
9b1fc9ec47 8029045: Regression - Unsatisfied Link Error when the Java Access Bridge is started
Rename native function name; fix make to rebuild jni header file

Reviewed-by: erikj, tbell
2013-12-18 18:52:07 +04:00
Alexander Zvegintsev
18979e0834 8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
Reviewed-by: anthony, serb
2013-12-18 11:01:33 +00:00
Alexander Zvegintsev
bbcac040a5 8029923: Many Swing tests and SwingSet2 are failing under Solaris using GTK LaF - "Unable to load native GTK libraries"
Reviewed-by: anthony, serb
2013-12-18 10:41:11 +00:00
Anthony Petrov
b031d0e4ea 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
Reviewed-by: pchelko, serb
2013-12-17 18:41:58 +04:00
Petr Pchelko
30fc9d68b2 8026869: [macosx] Support apple.awt.use-file-dialog-packages property
Reviewed-by: anthony, serb
2013-12-17 11:44:25 +04:00
Petr Pchelko
815543bb82 8023148: [macosx] java.util.NoSuchElementException at java.util.LinkedList.getFirst
Reviewed-by: ant, serb
2013-12-17 11:19:27 +04:00
Petr Pchelko
5d49c8af39 8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
Reviewed-by: anthony, serb
2013-12-16 17:35:08 +04:00
Iris Clark
e341c735ed 8030068: Update .jcheck/conf files for JDK 9
Reviewed-by: mr
2013-12-13 09:36:06 -08:00
Iris Clark
997d7e25e5 Added tag jdk9-b00 for changeset 54d61bc20e2a 2013-12-12 15:27:09 -08:00
Vladimir Kozlov
71ac207668 Merge 2013-12-12 11:04:11 -08:00
David Katleman
48f9954570 Added tag jdk8-b120 for changeset 9c26010427f3 2013-12-12 05:21:24 -08:00
Michael Fang
2119e203d4 8026115: [zh_CN] inproper translation in output of jarsigner command
Reviewed-by: naoto, yhuang
2013-12-11 21:22:49 -08:00
Michael Fang
9318b9239b 8026741: jdk8 l10n resource file translation update 5
Reviewed-by: naoto, yhuang
2013-12-17 23:33:51 -08:00
Michael McMahon
afaa69f874 8034853: remove sun.misc.ClassLoaderUtil
Reviewed-by: alanb, mchung, chegar
2014-02-18 12:25:31 +00:00
Fredrik Arvidsson
0fbc4f8875 4515292: ReferenceType.isStatic() returns true for arrays
Add implementation of isStatic() in com.sun.tools.jdi.ArrayTypeImpl

Reviewed-by: sla, sspitsyn
2014-02-18 11:23:00 +01:00
Mattias Tobiasson
40041ce438 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
Uses common testlibrary to find executable. Removed NullPointerExceptions. Log more.

Reviewed-by: sla
2014-01-21 15:17:57 +01:00
Erik Joelsson
6da9c36ee0 8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data
Reviewed-by: alanb, naoto, ihse, tbell
2014-02-18 08:46:37 +01:00