ddehaven [Wed, 15 Jun 2016 09:24:04 -0700] rev 39084
Merge
ddehaven [Mon, 06 Jun 2016 13:16:44 -0700] rev 39083
Merge
ddehaven [Wed, 01 Jun 2016 15:27:49 -0700] rev 39082
Merge
lana [Fri, 20 May 2016 00:03:38 -0700] rev 39081
8157775: JDK9 preparation message drop resource updates
Summary: JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
Contributed-by: li.jiang@oracle.com
joehw [Tue, 14 Jun 2016 16:14:24 -0700] rev 39080
8158204: accessExternalSchema property handling is inconsistent and differs from spec.
Reviewed-by: lancea
lana [Thu, 16 Jun 2016 19:07:27 +0000] rev 39079
Added tag jdk-9+123 for changeset 3a36994e91a2
duke [Wed, 05 Jul 2017 21:51:23 +0200] rev 39078
Merge
hannesw [Mon, 20 Jun 2016 12:21:51 +0200] rev 39077
8156614: Lazy parsing of ES6 shorthand method syntax is broken
Reviewed-by: sundar, mhaupt
hannesw [Mon, 20 Jun 2016 11:44:29 +0200] rev 39076
8150219: ReferenceError in 1.8.0_72
Reviewed-by: attila, sundar
lana [Thu, 16 Jun 2016 20:57:01 +0000] rev 39075
Merge
sdama [Wed, 15 Jun 2016 14:18:22 +0200] rev 39074
8158817: add documentation for NativeMath
Reviewed-by: mhaupt, hannesw
lana [Thu, 16 Jun 2016 19:07:29 +0000] rev 39073
Added tag jdk-9+123 for changeset 28e775c6e08e
duke [Wed, 05 Jul 2017 21:51:13 +0200] rev 39072
Merge
lana [Thu, 16 Jun 2016 20:56:57 +0000] rev 39071
Merge
ddehaven [Wed, 15 Jun 2016 09:24:04 -0700] rev 39070
Merge
ddehaven [Mon, 06 Jun 2016 13:16:43 -0700] rev 39069
Merge
ddehaven [Wed, 01 Jun 2016 15:27:49 -0700] rev 39068
Merge
lana [Fri, 20 May 2016 00:02:55 -0700] rev 39067
8157776: JDK9 preparation message drop resource updates
Summary: JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
Contributed-by: li.jiang@oracle.com
lana [Thu, 16 Jun 2016 19:07:26 +0000] rev 39066
Added tag jdk-9+123 for changeset 23d765900a30
duke [Wed, 05 Jul 2017 21:51:02 +0200] rev 39065
Merge
mli [Sat, 18 Jun 2016 16:50:19 -0700] rev 39064
8159762: Some minor test bugs in java/lang/module/ModuleDescriptorTest.java
Reviewed-by: alanb
asmotrak [Fri, 17 Jun 2016 19:45:06 -0700] rev 39063
8159501: ShortRSAKey512.java intermittently times out
Reviewed-by: xuelei
mchung [Fri, 17 Jun 2016 14:37:00 -0700] rev 39062
8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
Reviewed-by: lancea
rriggs [Fri, 17 Jun 2016 15:57:28 -0400] rev 39061
8155808: Process.getInputStream().skip() method is faulty
Summary: For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs
psandoz [Fri, 17 Jun 2016 10:08:39 -0700] rev 39060
8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
psandoz [Sat, 28 May 2016 13:57:30 +0530] rev 39059
8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
Reviewed-by: psandoz
Contributed-by: Mohamed Naufal <naufal11@gmail.com>
alanb [Fri, 17 Jun 2016 17:17:21 +0100] rev 39058
8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
Reviewed-by: chegar, rriggs
redestad [Fri, 17 Jun 2016 16:18:37 +0200] rev 39057
8159745: Remove java.net.Parts
Reviewed-by: alanb, chegar
goetz [Tue, 14 Jun 2016 10:44:59 +0200] rev 39056
8159690: [TESTBUG] Mark headful tests with @key headful.
Reviewed-by: simonis, alexsch
weijun [Fri, 17 Jun 2016 21:08:03 +0800] rev 39055
8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
Reviewed-by: mullan
weijun [Fri, 17 Jun 2016 21:07:31 +0800] rev 39054
8158633: BASE64 encoded cert not correctly parsed with UTF-16
Reviewed-by: mullan
nishjain [Fri, 17 Jun 2016 21:42:38 +0900] rev 39053
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
Reviewed-by: naoto, okutsu, peytoia
mli [Fri, 17 Jun 2016 04:35:09 -0700] rev 39052
8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar
Reviewed-by: alanb
okutsu [Fri, 17 Jun 2016 17:06:16 +0900] rev 39051
8158272: IncludeLocalesPluginTest.java fails with timeout
8158468: tools/jlink/plugins/IncludeLocalesPluginTest.java doesn't detect test failures
Reviewed-by: alanb, mchung, naoto
alanb [Fri, 17 Jun 2016 08:41:39 +0100] rev 39050
8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
Reviewed-by: chegar, mchung
weijun [Fri, 17 Jun 2016 10:53:13 +0800] rev 39049
8156471: test/sun/security/krb5/auto/TestHosts should not be modified in-place
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:36 +0800] rev 39048
8157387: StrongSecureRandom.java timeout after push for JDK-8141039
Reviewed-by: xuelei, wetmore
weijun [Fri, 17 Jun 2016 09:46:34 +0800] rev 39047
8146619: Re-examine supportness of public classes in com.sun.security.auth.**
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:27 +0800] rev 39046
6968542: keytool -importcert cannot deal with duplicate certs
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:03 +0800] rev 39045
8027781: New jarsigner timestamp warning is grammatically incorrect
Reviewed-by: jnimeh, mullan
lana [Thu, 16 Jun 2016 20:56:45 +0000] rev 39044
Merge
darcy [Thu, 16 Jun 2016 13:00:34 -0700] rev 39043
8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
Reviewed-by: mchung, chegar
jlaskey [Thu, 16 Jun 2016 09:09:53 -0300] rev 39042
8159206: All jlink or jmod tests failing
Reviewed-by: alanb, mchung
valeriep [Wed, 15 Jun 2016 23:24:08 +0000] rev 39041
8154191: Deprivilege java.smartcardio module
Summary: Updated java.policy with the entry for java.smartcardio module
Reviewed-by: mullan, mchung
dl [Wed, 15 Jun 2016 13:44:16 -0700] rev 39040
8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals
Reviewed-by: martin
dl [Wed, 01 Jun 2016 19:03:15 -0700] rev 39039
8066070: PriorityQueue corrupted when adding non-Comparable
Reviewed-by: martin, chegar
ddehaven [Wed, 15 Jun 2016 12:47:50 -0700] rev 39038
Merge
ddehaven [Wed, 15 Jun 2016 09:24:05 -0700] rev 39037
Merge
psadhukhan [Wed, 08 Jun 2016 09:56:56 +0530] rev 39036
6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates
Reviewed-by: prr
alexsch [Tue, 07 Jun 2016 20:15:01 +0400] rev 39035
8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens
Reviewed-by: alexsch
Contributed-by: Robin Stevens <robin.stevens@scz.be>
ssadetsky [Tue, 07 Jun 2016 11:57:59 +0300] rev 39034
8151015: JTextArea.insert() does not behave as expected with invalid position
Reviewed-by: prr
ssadetsky [Tue, 07 Jun 2016 11:40:28 +0300] rev 39033
8156121: "Fail forward" fails for GTK3 if no GTK2 available
Reviewed-by: prr
ssadetsky [Tue, 07 Jun 2016 11:29:42 +0300] rev 39032
8154431: Allow source and target based validation for the focus transfer between two JComponents
Reviewed-by: alexsch, prr
psadhukhan [Tue, 07 Jun 2016 11:02:21 +0530] rev 39031
8158520: [TEST_BUG] java/awt/PrintJob/PrinterException.java fails on timeout
Reviewed-by: serb
ddehaven [Mon, 06 Jun 2016 13:16:45 -0700] rev 39030
Merge
serb [Mon, 06 Jun 2016 18:28:46 +0300] rev 39029
8146313: The java.beans.Statement.invoke() method handles 3-arg Class.forName incorrectly
Reviewed-by: prr, ahgross, alexsch
avu [Mon, 06 Jun 2016 16:23:37 +0300] rev 39028
8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
Reviewed-by: serb, prr
rchamyal [Fri, 03 Jun 2016 12:27:06 +0530] rev 39027
8158358: [TEST_BUG] test/javax/swing/JPopupMenu/8147521/PopupMenuTest.java: compilation failed
Reviewed-by: alexsch, aniyogi
rchamyal [Fri, 03 Jun 2016 11:55:46 +0530] rev 39026
8146319: JEditorPane function setPage leaves a file lock
Reviewed-by: alexsch, ssadetsky
aghaisas [Fri, 03 Jun 2016 11:37:45 +0530] rev 39025
8074829: Resolve disabled warnings for libawt_headless
Reviewed-by: prr, erikj, serb
bae [Thu, 02 Jun 2016 15:36:15 +0300] rev 39024
8078382: Wrong glyph is displayed for a derived font
Reviewed-by: prr, serb
psadhukhan [Thu, 02 Jun 2016 15:20:31 +0530] rev 39023
6842011: StackOverflowError printing landscape with scale and transform
Reviewed-by: prr, flar
aghaisas [Thu, 02 Jun 2016 15:16:07 +0530] rev 39022
8139192: Custom ImageFilters return blank images in Java 8(.45) while working in 7
Reviewed-by: flar, prr
aniyogi [Thu, 02 Jun 2016 13:15:00 +0530] rev 39021
8132771: [TEST_BUG][macosx] Test javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java fails for MacOSX
Reviewed-by: rchamyal, alexsch
prr [Wed, 01 Jun 2016 20:40:11 -0700] rev 39020
8158408: Font2DTest demo needs to use FontPanel resolution matching the screen
Reviewed-by: ssadetsky
ddehaven [Wed, 01 Jun 2016 15:27:51 -0700] rev 39019
Merge
aniyogi [Wed, 01 Jun 2016 11:16:22 +0530] rev 39018
8158230: [macosx] ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar
Reviewed-by: serb, alexsch
serb [Tue, 31 May 2016 18:31:29 +0300] rev 39017
8157320: The CheckboxMenuItem can not be selected
Reviewed-by: arapte, alexsch
ssadetsky [Tue, 31 May 2016 15:57:01 +0300] rev 39016
8139218: Dialog that opens and closes quickly changes focus in original focusowner
Reviewed-by: alexsch
aniyogi [Tue, 31 May 2016 16:03:21 +0530] rev 39015
8144161: [TESTBUG] [macosx] Test javax/swing/plaf/basic/BasicComboPopup/7072653/bug7072653.java fails for mac
Reviewed-by: rchamyal, alexsch
psadhukhan [Tue, 31 May 2016 12:29:57 +0530] rev 39014
4957035: Code given in api is not compilable: docs/api/javax/print/package-summary.html
Reviewed-by: serb, jdv
serb [Mon, 30 May 2016 13:42:11 +0300] rev 39013
8158072: Need a test for JDK-7172749
Reviewed-by: prr, avu
arapte [Mon, 30 May 2016 16:04:40 +0530] rev 39012
8145284: [Documentation] [TextField] Missing new line character handling
Reviewed-by: psadhukhan, serb
aivanov [Mon, 30 May 2016 12:43:18 +0300] rev 39011
8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
Reviewed-by: serb, alexsch
ssadetsky [Mon, 30 May 2016 11:08:27 +0300] rev 39010
8157163: AWT FileDialog does not inherit icon image from parent Frame
Reviewed-by: alexsch, serb
ssadetsky [Mon, 30 May 2016 10:50:32 +0300] rev 39009
8147842: IME Composition Window is displayed at incorrect location
Reviewed-by: alexsch
serb [Sun, 29 May 2016 02:34:28 +0300] rev 39008
8156043: Unstable behavior of PropertyDescriptor's getWriteMethod() in case of overloaded setters
Reviewed-by: alexsch, ssadetsky
serb [Sun, 29 May 2016 02:10:14 +0300] rev 39007
8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
Reviewed-by: ant, prr
prr [Fri, 27 May 2016 13:26:56 -0700] rev 39006
8157339: Further stabilization for the SwingSet client sanity tests
Reviewed-by: serb, alexsch
avu [Thu, 26 May 2016 19:58:46 +0300] rev 39005
7172749: Xrender: Class cast exception in 2D code running an AWT regression test
Reviewed-by: serb, prr
lana [Fri, 20 May 2016 00:03:45 -0700] rev 39004
8155918: JDK9 preparation message drop resource updates
Summary: JDK9 preparation message drop resource updates - openjdk
Reviewed-by: rfield, alanb
Contributed-by: li.jiang@oracle.com
serb [Thu, 26 May 2016 16:12:12 +0300] rev 39003
8132973: @BeanProperty: what is the correct output in case of repeating annotations?
Reviewed-by: alexsch, avstepan
aghaisas [Thu, 26 May 2016 17:01:24 +0530] rev 39002
6827800: Default button is activated even when it is invisible
Reviewed-by: serb, rchamyal
rchamyal [Thu, 26 May 2016 16:02:19 +0530] rev 39001
8147521: [macosx] Internal API Usage: setPopupType used to force creation of heavyweight popup
Reviewed-by: alexsch, serb, prr
bpb [Wed, 25 May 2016 15:51:09 -0700] rev 39000
8156580: Make TIFFTagSet subclasses final
Summary: Change the class declarations to make TIFFTagSet subclasses final.
Reviewed-by: prr
bpb [Wed, 25 May 2016 15:48:57 -0700] rev 38999
8149815: Misleading TIFFField#getAsNativeNode spec about native node name "TIFFIFD"
Summary: Change the specification verbiage of TIFFField.getAsNativeNode() to reflect the actual behavior.
Reviewed-by: prr
prr [Wed, 25 May 2016 15:20:45 -0700] rev 38998
8154860: ImageIO.getImageReadersByFormatName() fails when jai_imageio is in the classpath
Reviewed-by: serb, bpb
ddehaven [Wed, 25 May 2016 13:38:38 -0700] rev 38997
Merge
psadhukhan [Wed, 25 May 2016 16:32:37 +0530] rev 38996
8153184: BorderLayout javadoc says current version of JDK is 1.2
Reviewed-by: serb, psadhukhan
Contributed-by: abdul.kolarkunnu@oracle.com
rchamyal [Wed, 25 May 2016 14:59:15 +0530] rev 38995
8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
Reviewed-by: alexsch, serb
rchamyal [Tue, 24 May 2016 14:30:31 +0530] rev 38994
8153282: [TEST_BUG] some new JInternalFrame tests fail
Reviewed-by: alexsch, serb
rchamyal [Tue, 24 May 2016 14:23:36 +0530] rev 38993
7070795: High contrast colour scheme fails to be applied to JFormattedTextField
Reviewed-by: alexsch, serb
pkbalakr [Tue, 24 May 2016 14:19:53 +0530] rev 38992
8057574: inconsistent behavior for setBackground (Windows/Linux)
Reviewed-by: serb, arapte
serb [Mon, 23 May 2016 17:43:45 +0300] rev 38991
8155103: [TEST_BUG] @BeanProperty: unwanted "declaringClass" descriptor when annotating an enum
Reviewed-by: ssadetsky, alexsch, avstepan
alexsch [Sun, 22 May 2016 12:31:56 +0400] rev 38990
8136366: Add a public API to create a L&F without installation
Reviewed-by: prr, serb
serb [Sat, 21 May 2016 02:53:37 +0300] rev 38989
8156579: Two JavaBeans tests failed
Reviewed-by: alanb
serb [Thu, 19 May 2016 22:24:00 +0300] rev 38988
8148915: Intermittent failures of bug6400879.java
Reviewed-by: amenkov
ant [Fri, 20 May 2016 15:48:50 +0300] rev 38987
8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
Reviewed-by: serb, azvegint
dmarkov [Fri, 20 May 2016 10:48:48 +0300] rev 38986
8157322: Several typos in javadoc
Reviewed-by: alexp, serb
aghaisas [Thu, 19 May 2016 16:45:58 +0530] rev 38985
7172750: Nimbus ScrollBar:ScrollBarThumb[Pressed].backgroundPainter is never invoked
Reviewed-by: serb, rchamyal
pkbalakr [Thu, 19 May 2016 16:34:36 +0530] rev 38984
6587251: Import declaration not used in sun.java2d.*
Reviewed-by: prr, psadhukhan
psadhukhan [Thu, 19 May 2016 16:32:38 +0530] rev 38983
6509729: javax.print.ServiceUI.printDialog Border/Margin Evaluation is bugged
Reviewed-by: prr, jdv
prr [Wed, 18 May 2016 12:04:26 -0700] rev 38982
Merge
serb [Wed, 18 May 2016 20:40:17 +0300] rev 38981
8156169: Some sound tests rarely hangs because of incorrect synchronization
Reviewed-by: prr, amenkov
dtitov [Mon, 16 May 2016 22:57:40 -0700] rev 38980
8155785: Add @Deprecated annotations to the Applet API classes
Reviewed-by: smarks, serb
serb [Wed, 18 May 2016 19:23:39 +0300] rev 38979
8156894: Cleanup of sun.java2d.pipe.Region
Reviewed-by: flar
mcherkas [Wed, 18 May 2016 18:35:54 +0300] rev 38978
6882559: new JEditorPane("text/plain","") fails for null context class loader
Reviewed-by: serb, aivanov
aivanov [Wed, 18 May 2016 15:51:19 +0300] rev 38977
8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
Reviewed-by: serb, alexp
psadhukhan [Wed, 18 May 2016 11:33:04 +0530] rev 38976
6529030: Java Printing: Print range > Selection gets enabled
Reviewed-by: prr, jgodinez
vadim [Tue, 17 May 2016 21:50:13 +0300] rev 38975
6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
Reviewed-by: prr, serb
ssadetsky [Tue, 17 May 2016 14:31:12 +0300] rev 38974
8046031: UI of Java Web Start app isn't updated when changing Windows theme
Reviewed-by: alexsch, serb
alitvinov [Mon, 16 May 2016 18:12:53 +0300] rev 38973
8041694: JFileChooser removes trailing spaces in the selected directory name
Reviewed-by: serb, ssadetsky
serb [Fri, 13 May 2016 18:08:54 +0300] rev 38972
8156583: Typo in the spec of javax.sound.sampled.AudioFormat.Encoding.toString()
Reviewed-by: prr
mcherkas [Fri, 13 May 2016 14:30:59 +0300] rev 38971
8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
Reviewed-by: alexp, aivanov
dmarkov [Fri, 13 May 2016 14:25:29 +0300] rev 38970
8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
Reviewed-by: ant, denis
ksrini [Wed, 15 Jun 2016 12:36:19 -0700] rev 38969
8065831: Ensure the pack200/unpack200 help is consistent with man page
Reviewed-by: mchung
mchung [Wed, 15 Jun 2016 11:56:09 -0700] rev 38968
8068764: java/lang/ClassLoader/ExtDirs.java failed with java.lang.IllegalThreadStateException with fastdebug
Reviewed-by: alanb
chegar [Wed, 15 Jun 2016 19:18:19 +0100] rev 38967
8157045: NPE during websocket communication with wss
Reviewed-by: michaelm, prappo
shurailine [Wed, 15 Jun 2016 10:25:25 -0700] rev 38966
8158855: Fix remaining module dependences in java/lang
Reviewed-by: alanb, mchung, amlu
naoto [Wed, 15 Jun 2016 09:24:16 -0700] rev 38965
8043387: java/time/test/java/util/TestFormatter.java failed.
Reviewed-by: sherman