Wed, 15 Nov 2017 08:14:31 -0500 8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
coleenp [Wed, 15 Nov 2017 08:14:31 -0500] rev 47894
8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt Reviewed-by: dholmes, sspitsyn
Wed, 15 Nov 2017 13:46:21 +0100 8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode()
chaeubl [Wed, 15 Nov 2017 13:46:21 +0100] rev 47893
8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode() Reviewed-by: kvn
Wed, 15 Nov 2017 00:49:57 -0800 6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR
jcm [Wed, 15 Nov 2017 00:49:57 -0800] rev 47892
6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR Summary: Made changes in topLevelExceptionFilter for handling unsafe single value invalid memory access failures, equivalent of JDK-4454115. Reviewed-by: dholmes, dlong
Tue, 14 Nov 2017 18:08:35 -0800 8191049: Add alternate version of pns() that is callable from within hotspot source
cjplummer [Tue, 14 Nov 2017 18:08:35 -0800] rev 47891
8191049: Add alternate version of pns() that is callable from within hotspot source Summary: added pns2() to debug.cpp Reviewed-by: stuefe, gthornbr
Tue, 14 Nov 2017 14:05:34 -0500 8191132: assert condition should not be in quotes
hseigel [Tue, 14 Nov 2017 14:05:34 -0500] rev 47890
8191132: assert condition should not be in quotes Summary: Remove bogus double quotation marks Reviewed-by: coleenp
Tue, 14 Nov 2017 16:45:27 +0100 8191212: AIX: Build and polling page allocation broken after 8189941
mdoerr [Tue, 14 Nov 2017 16:45:27 +0100] rev 47889
8191212: AIX: Build and polling page allocation broken after 8189941 Reviewed-by: stuefe
Tue, 14 Nov 2017 10:10:05 -0500 Merge
coleenp [Tue, 14 Nov 2017 10:10:05 -0500] rev 47888
Merge
Mon, 13 Nov 2017 17:29:00 -0500 8190891: Clean up G1 barrier code in compiler interface (ci)
coleenp [Mon, 13 Nov 2017 17:29:00 -0500] rev 47887
8190891: Clean up G1 barrier code in compiler interface (ci) Summary: consolidate gc barrier code in ci Reviewed-by: eosterlund, kbarrett
Tue, 14 Nov 2017 03:39:32 +0100 Merge
jwilhelm [Tue, 14 Nov 2017 03:39:32 +0100] rev 47886
Merge
Tue, 14 Nov 2017 11:33:23 +0100 8186571: Implementation: JEP 307: Parallel Full GC for G1
sjohanss [Tue, 14 Nov 2017 11:33:23 +0100] rev 47885
8186571: Implementation: JEP 307: Parallel Full GC for G1 Summary: Improve G1 worst-case latencies by making the full GC parallel. Reviewed-by: tschatzl, sangheki, ehelin
Mon, 30 Oct 2017 08:34:54 +0100 8190284: link-time-opt should not be using -fwhole-program
ihse [Mon, 30 Oct 2017 08:34:54 +0100] rev 47884
8190284: link-time-opt should not be using -fwhole-program Reviewed-by: dholmes
Tue, 14 Nov 2017 10:09:21 +0100 8190925: Deprecate FastTLABRefill and set default off
rehn [Tue, 14 Nov 2017 10:09:21 +0100] rev 47883
8190925: Deprecate FastTLABRefill and set default off Reviewed-by: dholmes, mlarsson
Mon, 13 Nov 2017 14:53:28 -0500 8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
roland [Mon, 13 Nov 2017 14:53:28 -0500] rev 47882
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String Summary: Skip the logic that set the value of the Phi iv if the exit condition is "not equal" Reviewed-by: thartmann, mdoerr
Thu, 31 Aug 2017 10:00:28 +0200 8189941: Implementation JEP 312: Thread-local handshake
rehn [Thu, 31 Aug 2017 10:00:28 +0200] rev 47881
8189941: Implementation JEP 312: Thread-local handshake Summary: Introduce a way to execute a callback on threads without performing a global VM safepoint. Make it both possible and cheap to stop individual threads and not just all threads or none. Reviewed-by: mdoerr, neliasso, acorn, aph, coleenp, dholmes Contributed-by: mikael.gerdin@oracle.com, erik.osterlund@oracle.com, robbin.ehn@oracle.com
Wed, 22 Nov 2017 18:07:53 +0530 8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface jdk-10+33
sadayapalam [Wed, 22 Nov 2017 18:07:53 +0530] rev 47880
8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface Reviewed-by: mcimadamore
Tue, 21 Nov 2017 16:54:46 -0800 8191744: Remove typo in makefile
erikj [Tue, 21 Nov 2017 16:54:46 -0800] rev 47879
8191744: Remove typo in makefile Reviewed-by: tbell
Tue, 21 Nov 2017 23:38:53 +0000 8191631: Problem list jdk/jshell/StartOptionTest.java, jdk/jshell/ToolProviderTest.java and jdk/jshell/ExternalEditorTest.java temporarily
rfield [Tue, 21 Nov 2017 23:38:53 +0000] rev 47878
8191631: Problem list jdk/jshell/StartOptionTest.java, jdk/jshell/ToolProviderTest.java and jdk/jshell/ExternalEditorTest.java temporarily Reviewed-by: rfield Contributed-by: xu.y.yin@oracle.com
Tue, 21 Nov 2017 13:17:06 -0800 8180019: javadoc should treat failure to access URL as an error, not a warning.
ksrini [Tue, 21 Nov 2017 13:17:06 -0800] rev 47877
8180019: javadoc should treat failure to access URL as an error, not a warning. Reviewed-by: jjg
Tue, 21 Nov 2017 13:07:26 -0800 Merge
jjg [Tue, 21 Nov 2017 13:07:26 -0800] rev 47876
Merge
Tue, 21 Nov 2017 13:06:43 -0800 8156694: javap should render annotations in a friendly way
jjg [Tue, 21 Nov 2017 13:06:43 -0800] rev 47875
8156694: javap should render annotations in a friendly way Reviewed-by: mcimadamore
Tue, 21 Nov 2017 21:01:23 +0000 8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
robm [Tue, 21 Nov 2017 21:01:23 +0000] rev 47874
8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out" Reviewed-by: coffeys
Tue, 21 Nov 2017 10:26:45 +0100 8191112: javac OutOfMemoryError caused by \"-Xlint:exports\" option
jlahoda [Tue, 21 Nov 2017 10:26:45 +0100] rev 47873
8191112: javac OutOfMemoryError caused by \"-Xlint:exports\" option Summary: When validating type visibility, ignore transitive automatic modules dependencies. Reviewed-by: abuckley, jjg
Tue, 21 Nov 2017 01:25:36 -0800 8191313: Deprecate RMIConnectorServer.CREDENTIAL_TYPES
uvangapally [Tue, 21 Nov 2017 01:25:36 -0800] rev 47872
8191313: Deprecate RMIConnectorServer.CREDENTIAL_TYPES Summary: Deprecated RMIConnectorServer.CREDENTIAL_TYPES Reviewed-by: rriggs, dfuchs Contributed-by: ujwal.vangapally@oracle.com
Tue, 21 Nov 2017 09:56:35 +0100 8191204: Post-consolidation cleaning up of the build system
ihse [Tue, 21 Nov 2017 09:56:35 +0100] rev 47871
8191204: Post-consolidation cleaning up of the build system Reviewed-by: tbell, dholmes
Tue, 21 Nov 2017 13:27:12 +0530 8189659: Anonymous subtype of raw type causes VerifyError
sadayapalam [Tue, 21 Nov 2017 13:27:12 +0530] rev 47870
8189659: Anonymous subtype of raw type causes VerifyError Reviewed-by: mcimadamore
Mon, 20 Nov 2017 20:49:56 -0800 8034258: Don't use binary testing class files
pmuthuswamy [Mon, 20 Nov 2017 20:49:56 -0800] rev 47869
8034258: Don't use binary testing class files Reviewed-by: jjg, ksrini
Mon, 20 Nov 2017 20:33:51 -0800 8191162: Use @implSpec tag for javax.lang.model.util visitor methods
darcy [Mon, 20 Nov 2017 20:33:51 -0800] rev 47868
8191162: Use @implSpec tag for javax.lang.model.util visitor methods Reviewed-by: vromero
Mon, 20 Nov 2017 16:50:22 -0800 8187588: Error generating using JDK 9 javadoc against a JDK 8 source repository
ksrini [Mon, 20 Nov 2017 16:50:22 -0800] rev 47867
8187588: Error generating using JDK 9 javadoc against a JDK 8 source repository Reviewed-by: jjg
Mon, 20 Nov 2017 18:46:52 -0800 8191632: Typos in comments due to duplicating words
igerasim [Mon, 20 Nov 2017 18:46:52 -0800] rev 47866
8191632: Typos in comments due to duplicating words Reviewed-by: alanb
Mon, 20 Nov 2017 14:27:20 -0800 8191614: Generated configure out of sync
erikj [Mon, 20 Nov 2017 14:27:20 -0800] rev 47865
8191614: Generated configure out of sync Reviewed-by: redestad
Mon, 20 Nov 2017 17:07:21 -0500 8175883: bytecode generated for the enhanced for loop may block memory garbage collecting
vromero [Mon, 20 Nov 2017 17:07:21 -0500] rev 47864
8175883: bytecode generated for the enhanced for loop may block memory garbage collecting Reviewed-by: mcimadamore
Mon, 20 Nov 2017 14:45:11 -0500 8190906: tools/javac/failover/CheckAttributedTree.java failed with timeout
vromero [Mon, 20 Nov 2017 14:45:11 -0500] rev 47863
8190906: tools/javac/failover/CheckAttributedTree.java failed with timeout Reviewed-by: jjg, mcimadamore
Mon, 20 Nov 2017 17:34:05 +0530 8191123: java.awt.im.InputContext API doc has a reference to extensions
rgoel [Mon, 20 Nov 2017 17:34:05 +0530] rev 47862
8191123: java.awt.im.InputContext API doc has a reference to extensions Reviewed-by: naoto
Fri, 17 Nov 2017 18:37:37 -0800 8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed
jjg [Fri, 17 Nov 2017 18:37:37 -0800] rev 47861
8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed Reviewed-by: bpatel
Fri, 17 Nov 2017 07:34:59 -0800 8176838: Remove :compact1, :compact2. :compact3, :needs_jre test groups.
shurailine [Fri, 17 Nov 2017 07:34:59 -0800] rev 47860
8176838: Remove :compact1, :compact2. :compact3, :needs_jre test groups. Reviewed-by: alanb, dholmes
Fri, 17 Nov 2017 12:09:56 -0800 8180437: Remaining renames of CAS misnomer "swap" => "set"
psandoz [Fri, 17 Nov 2017 12:09:56 -0800] rev 47859
8180437: Remaining renames of CAS misnomer "swap" => "set" Reviewed-by: martin
Fri, 17 Nov 2017 09:29:47 -0800 8191429: List.sort should specify the sort is stable
psandoz [Fri, 17 Nov 2017 09:29:47 -0800] rev 47858
8191429: List.sort should specify the sort is stable Reviewed-by: smarks
Fri, 17 Nov 2017 15:43:12 +0100 8191442: Regression in LambdaFormBuffer.replaceFunctions
redestad [Fri, 17 Nov 2017 15:43:12 +0100] rev 47857
8191442: Regression in LambdaFormBuffer.replaceFunctions Reviewed-by: vlivanov
Fri, 17 Nov 2017 08:12:02 -0600 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
mchung [Fri, 17 Nov 2017 08:12:02 -0600] rev 47856
8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior Reviewed-by: psandoz, rriggs
Fri, 17 Nov 2017 18:43:27 +0530 8191468: jdk.scripting.nashorn.shell (jjs) module should use optional dependency for java.compiler module
sundar [Fri, 17 Nov 2017 18:43:27 +0530] rev 47855
8191468: jdk.scripting.nashorn.shell (jjs) module should use optional dependency for java.compiler module Reviewed-by: hannesw, jlaskey
Thu, 16 Nov 2017 22:51:15 -0600 8190987: Package.getImplementationVersion returns null even if implementation version is non-null
mchung [Thu, 16 Nov 2017 22:51:15 -0600] rev 47854
8190987: Package.getImplementationVersion returns null even if implementation version is non-null Reviewed-by: mchung, rriggs Contributed-by: Michael Dardis <me@md-5.net>
Fri, 17 Nov 2017 02:44:03 +0100 8191420: Changing "requires" to "requires static" in an application module results in build failure
erikj [Fri, 17 Nov 2017 02:44:03 +0100] rev 47853
8191420: Changing "requires" to "requires static" in an application module results in build failure Reviewed-by: tbell
Thu, 16 Nov 2017 15:21:04 -0800 8190824: Eliminate HtmlDocWriter
jjg [Thu, 16 Nov 2017 15:21:04 -0800] rev 47852
8190824: Eliminate HtmlDocWriter Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:17:47 -0800 8190822: Remove dead code that could lead to invalid HTML
jjg [Thu, 16 Nov 2017 15:17:47 -0800] rev 47851
8190822: Remove dead code that could lead to invalid HTML Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:16:21 -0800 8190821: Introduce a new Links builder class
jjg [Thu, 16 Nov 2017 15:16:21 -0800] rev 47850
8190821: Introduce a new Links builder class Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:13:44 -0800 8190820: Introduce a new Head builder class
jjg [Thu, 16 Nov 2017 15:13:44 -0800] rev 47849
8190820: Introduce a new Head builder class Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:12:13 -0800 8190819: Merge HtmlWriter into HtmlDocument
jjg [Thu, 16 Nov 2017 15:12:13 -0800] rev 47848
8190819: Merge HtmlWriter into HtmlDocument Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:06:17 -0800 8190818: Introduce a new Script builder class
jjg [Thu, 16 Nov 2017 15:06:17 -0800] rev 47847
8190818: Introduce a new Script builder class Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 15:01:45 -0800 8190295: Introduce a new Table builder class
jjg [Thu, 16 Nov 2017 15:01:45 -0800] rev 47846
8190295: Introduce a new Table builder class Reviewed-by: bpatel, ksrini
Thu, 16 Nov 2017 20:25:45 +0000 Merge
lana [Thu, 16 Nov 2017 20:25:45 +0000] rev 47845
Merge
Thu, 16 Nov 2017 20:24:44 +0000 Added tag jdk-10+32 for changeset a2008587c13f
lana [Thu, 16 Nov 2017 20:24:44 +0000] rev 47844
Added tag jdk-10+32 for changeset a2008587c13f
Thu, 16 Nov 2017 11:15:54 -0800 Merge
prr [Thu, 16 Nov 2017 11:15:54 -0800] rev 47843
Merge
Thu, 16 Nov 2017 10:45:42 -0800 Merge
prr [Thu, 16 Nov 2017 10:45:42 -0800] rev 47842
Merge
Wed, 15 Nov 2017 09:31:17 -0800 8157338: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java is unstable
shurailine [Wed, 15 Nov 2017 09:31:17 -0800] rev 47841
8157338: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java is unstable Reviewed-by: serb
Tue, 14 Nov 2017 19:33:37 -0800 8177076: jshell tool: allow non-zero /exit
rfield [Tue, 14 Nov 2017 19:33:37 -0800] rev 47840
8177076: jshell tool: allow non-zero /exit 8190383: JShell API: no way for the jshell tool to report exit status to provider Reviewed-by: jlahoda
Tue, 14 Nov 2017 12:07:55 -0800 Merge
prr [Tue, 14 Nov 2017 12:07:55 -0800] rev 47839
Merge
Tue, 14 Nov 2017 11:47:49 -0800 8186306: Remove pisces from Java2D sources + build.
prr [Tue, 14 Nov 2017 11:47:49 -0800] rev 47838
8186306: Remove pisces from Java2D sources + build. Reviewed-by: serb, neugens
Tue, 14 Nov 2017 10:45:22 -0800 8172154: jshell tool: make all IMPORTS.jsh generated at build time
rfield [Tue, 14 Nov 2017 10:45:22 -0800] rev 47837
8172154: jshell tool: make all IMPORTS.jsh generated at build time Reviewed-by: jlahoda
Tue, 14 Nov 2017 12:38:39 +0530 8190512: PngReader incorrectly throws IllegalArgumentException for malformed images with negative dimensions
jdv [Tue, 14 Nov 2017 12:38:39 +0530] rev 47836
8190512: PngReader incorrectly throws IllegalArgumentException for malformed images with negative dimensions Reviewed-by: prr, bpb, pnarayanan
Tue, 14 Nov 2017 10:32:31 +0530 8187957: Tab Size does not work correctly in JTextArea
psadhukhan [Tue, 14 Nov 2017 10:32:31 +0530] rev 47835
8187957: Tab Size does not work correctly in JTextArea Reviewed-by: ssadetsky, serb
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip