Wed, 19 Dec 2018 11:45:54 +0000 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53045
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode Reviewed-by: adinn Contributed-by: nick.gasson@arm.com
Wed, 19 Dec 2018 11:48:34 +0100 8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship
dfuchs [Wed, 19 Dec 2018 11:48:34 +0100] rev 53044
8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship Summary: The failing tests are refactored to make the custom logger finder class a top-level class. Reviewed-by: dholmes, mchung
Wed, 19 Dec 2018 10:36:16 +0000 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
clanger [Wed, 19 Dec 2018 10:36:16 +0000] rev 53043
8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests Reviewed-by: redestad, lancea
Wed, 19 Dec 2018 10:30:43 +0100 8215411: some GetByteArrayElements calls miss corresponding Release
mbaesken [Wed, 19 Dec 2018 10:30:43 +0100] rev 53042
8215411: some GetByteArrayElements calls miss corresponding Release Reviewed-by: dholmes, jcbeyler
Tue, 18 Dec 2018 16:50:35 +0000 8212043: Add floating-point Math.min/max intrinsics
pli [Tue, 18 Dec 2018 16:50:35 +0000] rev 53041
8212043: Add floating-point Math.min/max intrinsics Summary: Floating-point Math.min() and Math.max() intrinsics are enabled on AArch64 platform Reviewed-by: adinn, aph
Tue, 18 Dec 2018 16:22:46 -0500 8207224: Javac compiles source code despite illegal use of unchecked conversions
vromero [Tue, 18 Dec 2018 16:22:46 -0500] rev 53040
8207224: Javac compiles source code despite illegal use of unchecked conversions Reviewed-by: mcimadamore, darcy
Tue, 18 Dec 2018 07:33:07 -0500 8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
gadams [Tue, 18 Dec 2018 07:33:07 -0500] rev 53039
8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly Reviewed-by: dholmes, sspitsyn, cjplummer, jcbeyler
Tue, 18 Dec 2018 10:26:15 +0000 8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
alanb [Tue, 18 Dec 2018 10:26:15 +0000] rev 53038
8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny Reviewed-by: redestad, mchung, jjg
Thu, 13 Dec 2018 11:05:40 -0800 8215368: Make Check.checkOverride call diagnosticPositionFor lazily
cushon [Thu, 13 Dec 2018 11:05:40 -0800] rev 53037
8215368: Make Check.checkOverride call diagnosticPositionFor lazily Reviewed-by: mcimadamore, vromero
Thu, 13 Dec 2018 10:08:22 -0800 8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations
cushon [Thu, 13 Dec 2018 10:08:22 -0800] rev 53036
8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations Reviewed-by: mcimadamore, wmdietl, bsrbnd
Tue, 11 Dec 2018 10:23:15 -0800 8215228: Use a constant hash table size in order to enable compiler optimization
jcbeyler [Tue, 11 Dec 2018 10:23:15 -0800] rev 53035
8215228: Use a constant hash table size in order to enable compiler optimization Summary: Remove a field from KlassInfoTable to allow compiler optimizations Reviewed-by: phh, aph Contributed-by: zanglin5@jd.com
Mon, 17 Dec 2018 11:37:40 +0100 8214946: G1: Initialize all class members on construction
lkorinth [Mon, 17 Dec 2018 11:37:40 +0100] rev 53034
8214946: G1: Initialize all class members on construction Reviewed-by: kbarrett, tschatzl
Fri, 14 Dec 2018 16:52:17 -0800 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
dnsimon [Fri, 14 Dec 2018 16:52:17 -0800] rev 53033
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal Reviewed-by: iveresov, never, dlong
Fri, 14 Dec 2018 13:13:06 -0800 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler [Fri, 14 Dec 2018 13:13:06 -0800] rev 53032
8201655: Add thread-enabled support for the Heap Sampling Summary: Added thread-enabled support Reviewed-by: amenkov, sspitsyn
Fri, 14 Dec 2018 14:17:22 -0500 8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob
lancea [Fri, 14 Dec 2018 14:17:22 -0500] rev 53031
8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob Reviewed-by: alanb
Fri, 14 Dec 2018 10:51:09 -0800 8215329: Modify ZGC requirement for HeapMonitorThreadTest.java
jcbeyler [Fri, 14 Dec 2018 10:51:09 -0800] rev 53030
8215329: Modify ZGC requirement for HeapMonitorThreadTest.java Summary: Modify the requirement to be tested Reviewed-by: amenkov, pliden, sspitsyn
Fri, 14 Dec 2018 13:30:21 +0000 8214077: test java/io/File/SetLastModified.java fails on ARM32
alanb [Fri, 14 Dec 2018 13:30:21 +0000] rev 53029
8214077: test java/io/File/SetLastModified.java fails on ARM32 Summary: replace uses of stat with stat64 in java.base Reviewed-by: alanb Contributed-by: nick.gasson@arm.com
Fri, 14 Dec 2018 09:59:08 +0100 8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI
mdoerr [Fri, 14 Dec 2018 09:59:08 +0100] rev 53028
8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI Summary: Invalidate Phi functions for conflicting types and avoid bailout. Reviewed-by: kvn, iveresov
Fri, 14 Dec 2018 01:34:13 +0100 Merge
jwilhelm [Fri, 14 Dec 2018 01:34:13 +0100] rev 53027
Merge
Thu, 13 Dec 2018 23:25:00 +0100 8215362: JFR GTest JfrTestNetworkUtilization fails jdk-12+24
egahlin [Thu, 13 Dec 2018 23:25:00 +0100] rev 53026
8215362: JFR GTest JfrTestNetworkUtilization fails Reviewed-by: mgronlun
Thu, 13 Dec 2018 14:16:21 -0800 8215369: Jcstress pollute /var/tmp with temporary files.
lmesnik [Thu, 13 Dec 2018 14:16:21 -0800] rev 53025
8215369: Jcstress pollute /var/tmp with temporary files. Reviewed-by: iignatyev, mseledtsov
Thu, 13 Dec 2018 11:05:22 -0800 8215217: OpenJDK source has too many swear words
afarley [Thu, 13 Dec 2018 11:05:22 -0800] rev 53024
8215217: OpenJDK source has too many swear words Reviewed-by: smarks, shade, rriggs, lancea, prr, joehw
Thu, 13 Dec 2018 19:06:11 +0100 8205626: Start of release updates for JDK 13
darcy [Thu, 13 Dec 2018 19:06:11 +0100] rev 53023
8205626: Start of release updates for JDK 13 8205393: Add SourceVersion.RELEASE_13 8205394: Add source 13 and target 13 to javac 8205645: Bump maximum recognized class file version to 57 for JDK 13 8214825: Update preview language features for start of JDK 13 Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
Thu, 13 Dec 2018 17:01:15 +0100 Added tag jdk-13+0 for changeset cc4098b3bc10
jwilhelm [Thu, 13 Dec 2018 17:01:15 +0100] rev 53022
Added tag jdk-13+0 for changeset cc4098b3bc10
Thu, 13 Dec 2018 16:45:26 +0100 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures jdk-13+0
shade [Thu, 13 Dec 2018 16:45:26 +0100] rev 53021
8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures Reviewed-by: rkennke
Thu, 13 Dec 2018 16:45:24 +0100 8181143: Introduce diagnostic flag to abort VM on too long VM operations
shade [Thu, 13 Dec 2018 16:45:24 +0100] rev 53020
8181143: Introduce diagnostic flag to abort VM on too long VM operations Reviewed-by: rkennke, zgu, dholmes, stuefe, rehn
Thu, 13 Dec 2018 10:35:09 -0500 8215300: additional changes to constants API
vromero [Thu, 13 Dec 2018 10:35:09 -0500] rev 53019
8215300: additional changes to constants API Reviewed-by: goetz
Thu, 13 Dec 2018 15:31:05 +0100 8215281: Use String.isEmpty() when applicable in java.base
redestad [Thu, 13 Dec 2018 15:31:05 +0100] rev 53018
8215281: Use String.isEmpty() when applicable in java.base Reviewed-by: dfuchs, alanb
Thu, 13 Dec 2018 16:14:07 +0100 8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
shade [Thu, 13 Dec 2018 16:14:07 +0100] rev 53017
8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions) Reviewed-by: thartmann
Thu, 13 Dec 2018 15:40:11 +0100 8215237: jdk.jfr.Recording javadoc does not compile
egahlin [Thu, 13 Dec 2018 15:40:11 +0100] rev 53016
8215237: jdk.jfr.Recording javadoc does not compile Reviewed-by: mgronlun
Wed, 12 Dec 2018 13:50:57 -0500 8215220: Simplify Shenandoah task termination in aborted paths
zgu [Wed, 12 Dec 2018 13:50:57 -0500] rev 53015
8215220: Simplify Shenandoah task termination in aborted paths Reviewed-by: shade
Thu, 13 Dec 2018 14:36:54 +0100 8215284: Reduce noise induced by periodic task getFileSize()
mgronlun [Thu, 13 Dec 2018 14:36:54 +0100] rev 53014
8215284: Reduce noise induced by periodic task getFileSize() Reviewed-by: redestad, egahlin
Thu, 13 Dec 2018 14:21:04 +0100 8215175: Inconsistencies in JFR event metadata
egahlin [Thu, 13 Dec 2018 14:21:04 +0100] rev 53013
8215175: Inconsistencies in JFR event metadata Reviewed-by: mgronlun
Thu, 13 Dec 2018 10:25:50 +0100 8215342: [Zero] Build fails after JDK-8200613
sgehwolf [Thu, 13 Dec 2018 10:25:50 +0100] rev 53012
8215342: [Zero] Build fails after JDK-8200613 Reviewed-by: shade, jgeorge Contributed-by: Christophe Phillips <chphilli@redhat.com>
Wed, 12 Dec 2018 12:36:53 -0500 8215262: PPC64: FMA Vectorization on PPC64
mhorie [Wed, 12 Dec 2018 12:36:53 -0500] rev 53011
8215262: PPC64: FMA Vectorization on PPC64 Reviewed-by: mdoerr, gromero
Thu, 13 Dec 2018 08:36:10 +0100 8215534: [testbug] some jfr test don't check @requires vm.hasJFR
goetz [Thu, 13 Dec 2018 08:36:10 +0100] rev 53010
8215534: [testbug] some jfr test don't check @requires vm.hasJFR Reviewed-by: sundar, egahlin
Thu, 13 Dec 2018 11:27:37 +0000 8211093: Default logging.properties sets log level for com.xyz.foo
dfuchs [Thu, 13 Dec 2018 11:27:37 +0000] rev 53009
8211093: Default logging.properties sets log level for com.xyz.foo Reviewed-by: bpb, rriggs
Thu, 13 Dec 2018 15:11:25 +0530 8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
jgeorge [Thu, 13 Dec 2018 15:11:25 +0530] rev 53008
8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter Summary: Read in the bcp from r13 for the top level interpreter frames Reviewed-by: jcbeyler, jgeorge Contributed-by: david.griffiths@gmail.com
Thu, 13 Dec 2018 17:28:30 +0800 8213010: Supporting keys created with certmgr.exe
weijun [Thu, 13 Dec 2018 17:28:30 +0800] rev 53007
8213010: Supporting keys created with certmgr.exe Reviewed-by: valeriep
Thu, 13 Dec 2018 17:28:19 +0800 8213009: Refactoring existing SunMSCAPI classes
weijun [Thu, 13 Dec 2018 17:28:19 +0800] rev 53006
8213009: Refactoring existing SunMSCAPI classes Reviewed-by: valeriep
Thu, 13 Dec 2018 09:02:52 +0000 8214696: Module class should be filtered by core reflection
alanb [Thu, 13 Dec 2018 09:02:52 +0000] rev 53005
8214696: Module class should be filtered by core reflection Reviewed-by: lancea, mchung, sundar
Thu, 13 Dec 2018 13:03:26 +0530 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
jgeorge [Thu, 13 Dec 2018 13:03:26 +0530] rev 53004
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
Thu, 13 Dec 2018 08:26:07 +0100 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
jlahoda [Thu, 13 Dec 2018 08:26:07 +0100] rev 53003
8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\" Summary: Do not reset closed state in the StopDetectingInputStream.write Reviewed-by: rfield
Wed, 12 Dec 2018 23:08:01 -0800 8211034: OnStackReplacePercentage option checking has bugs
jcm [Wed, 12 Dec 2018 23:08:01 -0800] rev 53002
8211034: OnStackReplacePercentage option checking has bugs Summary: Fixed the constraint checks Reviewed-by: kvn
Wed, 12 Dec 2018 22:23:48 -0800 8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
epavlova [Wed, 12 Dec 2018 22:23:48 -0800] rev 53001
8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest Reviewed-by: dlong
Wed, 12 Dec 2018 21:02:46 -0800 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
kvn [Wed, 12 Dec 2018 21:02:46 -0800] rev 53000
8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754 Summary: Fix CheckGraalIntrinsics test for new intrinsics. Reviewed-by: iveresov, never
Thu, 13 Dec 2018 12:34:35 +0800 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
jjiang [Thu, 13 Dec 2018 12:34:35 +0800] rev 52999
8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date Reviewed-by: xuelei
Wed, 12 Dec 2018 20:13:39 -0800 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
dl [Wed, 12 Dec 2018 20:13:39 -0800] rev 52998
8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates Reviewed-by: martin, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 tip