Tue, 05 Feb 2019 17:40:15 +0100 8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
mbaesken [Tue, 05 Feb 2019 17:40:15 +0100] rev 53730
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX Reviewed-by: dholmes, goetz, ihse
Tue, 12 Feb 2019 15:31:40 +0100 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
ihse [Tue, 12 Feb 2019 15:31:40 +0100] rev 53729
8218413: make reconfigure ignores configure-time AUTOCONF environment variable Reviewed-by: erikj, martin
Tue, 12 Feb 2019 14:23:49 +0100 8218675: Reduce verification overhead in ClassFileParser
redestad [Tue, 12 Feb 2019 14:23:49 +0100] rev 53728
8218675: Reduce verification overhead in ClassFileParser Reviewed-by: dholmes, hseigel
Tue, 12 Feb 2019 09:35:51 +0100 8216608: Obsolete stale compiler flags
redestad [Tue, 12 Feb 2019 09:35:51 +0100] rev 53727
8216608: Obsolete stale compiler flags Reviewed-by: shade, thartmann
Tue, 12 Feb 2019 08:56:03 +0900 8214236: sun.gc.collector.2.name should be changed
cito [Tue, 12 Feb 2019 08:56:03 +0900] rev 53726
8214236: sun.gc.collector.2.name should be changed Reviewed-by: pliden, tschatzl
Tue, 12 Feb 2019 09:58:27 +0100 8218680: G1 crashes during calculation of old collection set candidates
tschatzl [Tue, 12 Feb 2019 09:58:27 +0100] rev 53725
8218680: G1 crashes during calculation of old collection set candidates Summary: Parameters were passed in the wrong order to some helper class. Reviewed-by: shade, kbarrett, lkorinth
Tue, 12 Feb 2019 09:00:04 +0100 8217383: Obsolete UseImplicitStableValues
redestad [Tue, 12 Feb 2019 09:00:04 +0100] rev 53724
8217383: Obsolete UseImplicitStableValues Reviewed-by: shade, rkennke, vlivanov
Wed, 06 Feb 2019 16:02:27 +0100 8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
mbaesken [Wed, 06 Feb 2019 16:02:27 +0100] rev 53723
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings Reviewed-by: dholmes, ihse, mdoerr
Fri, 08 Feb 2019 08:49:32 +0100 8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
stuefe [Fri, 08 Feb 2019 08:49:32 +0100] rev 53722
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn Reviewed-by: rriggs, martin
Mon, 11 Feb 2019 13:23:20 -0800 8201633: Problems with AES-GCM native acceleration
ascarpino [Mon, 11 Feb 2019 13:23:20 -0800] rev 53721
8201633: Problems with AES-GCM native acceleration Reviewed-by: valeriep
Mon, 11 Feb 2019 18:41:24 +0100 8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange.
dfuchs [Mon, 11 Feb 2019 18:41:24 +0100] rev 53720
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange. Summary: custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates. Reviewed-by: chegar
Mon, 11 Feb 2019 16:49:08 +0100 8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
rkennke [Mon, 11 Feb 2019 16:49:08 +0100] rev 53719
8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop() Reviewed-by: adinn
Mon, 11 Feb 2019 07:19:32 -0500 8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
gadams [Mon, 11 Feb 2019 07:19:32 -0500] rev 53718
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out Reviewed-by: cjplummer, sspitsyn
Mon, 11 Feb 2019 12:12:41 +0100 8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
ihse [Mon, 11 Feb 2019 12:12:41 +0100] rev 53717
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive Reviewed-by: redestad, shade
Mon, 11 Feb 2019 11:01:00 +0800 8180569: Refactor sun/security/krb5/ shell tests to plain java tests
weijun [Mon, 11 Feb 2019 11:01:00 +0800] rev 53716
8180569: Refactor sun/security/krb5/ shell tests to plain java tests Reviewed-by: mullan
Sat, 09 Feb 2019 17:19:53 -0500 8182117: Document Zip File System Properties
lancea [Sat, 09 Feb 2019 17:19:53 -0500] rev 53715
8182117: Document Zip File System Properties Reviewed-by: alanb, mchung, rriggs, clanger
Sat, 09 Feb 2019 19:39:28 +0100 8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
shade [Sat, 09 Feb 2019 19:39:28 +0100] rev 53714
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI Reviewed-by: kvn
Sat, 09 Feb 2019 10:07:13 -0800 8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
dtitov [Sat, 09 Feb 2019 10:07:13 -0800] rev 53713
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux Reviewed-by: dholmes
Fri, 08 Feb 2019 20:51:55 -0500 8193234: When using -Xcheck:jni an internally allocated buffer can leak
dholmes [Fri, 08 Feb 2019 20:51:55 -0500] rev 53712
8193234: When using -Xcheck:jni an internally allocated buffer can leak Reviewed-by: shade, hseigel
Fri, 08 Feb 2019 05:46:11 -0900 8218692: Switch to JCov build which supports byte code version 57
shurailine [Fri, 08 Feb 2019 05:46:11 -0900] rev 53711
8218692: Switch to JCov build which supports byte code version 57 Reviewed-by: erikj
Fri, 08 Feb 2019 13:39:22 -0800 8210280: Unnecessary reallocation when invoking HashMap.putAll()
dl [Fri, 08 Feb 2019 13:39:22 -0800] rev 53710
8210280: Unnecessary reallocation when invoking HashMap.putAll() Reviewed-by: martin, mvala, igerasim, chegar, rriggs Contributed-by: Michal Vala <mvala@redhat.com>, Doug Lea <dl@cs.oswego.edu>, Martin Buchholz <martinrb@google.com>
Fri, 08 Feb 2019 14:03:09 -0500 8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
zgu [Fri, 08 Feb 2019 14:03:09 -0500] rev 53709
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type") Reviewed-by: shade, coleenp
Fri, 08 Feb 2019 10:03:07 -0800 8218580: endpoint identification algorithm should be case-insensitive
xuelei [Fri, 08 Feb 2019 10:03:07 -0800] rev 53708
8218580: endpoint identification algorithm should be case-insensitive Reviewed-by: jnimeh
Fri, 08 Feb 2019 09:41:45 -0800 8205654: serviceability/dcmd/framework/HelpTest.java timed out
dtitov [Fri, 08 Feb 2019 09:41:45 -0800] rev 53707
8205654: serviceability/dcmd/framework/HelpTest.java timed out Reviewed-by: sspitsyn, dholmes
Thu, 07 Feb 2019 09:55:57 +0100 8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
roland [Thu, 07 Feb 2019 09:55:57 +0100] rev 53706
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks Reviewed-by: thartmann, mdoerr, rrich, kvn
Fri, 08 Feb 2019 09:33:59 -0500 8218593: Symbol leak in prepend_host_package_name
coleenp [Fri, 08 Feb 2019 09:33:59 -0500] rev 53705
8218593: Symbol leak in prepend_host_package_name Summary: add appropriate refcounting for Symbols stomped by parsing Reviewed-by: hseigel, zgu
Fri, 08 Feb 2019 12:55:20 +0100 8217328: Rename CollectionSetChooser to G1CollectionSetChooser
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53704
8217328: Rename CollectionSetChooser to G1CollectionSetChooser Reviewed-by: lkorinth, kbarrett
Fri, 08 Feb 2019 12:55:20 +0100 8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53703
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm Reviewed-by: lkorinth, kbarrett
Fri, 08 Feb 2019 12:55:20 +0100 8217778: StringTable cleanup miscalculates amount of dead objects
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53702
8217778: StringTable cleanup miscalculates amount of dead objects Reviewed-by: kbarrett
Fri, 08 Feb 2019 13:07:44 +0000 Merge
chegar [Fri, 08 Feb 2019 13:07:44 +0000] rev 53701
Merge
Fri, 08 Feb 2019 12:23:16 +0000 8218662: Allow 204 responses with Content-Length:0 jdk-12+32
chegar [Fri, 08 Feb 2019 12:23:16 +0000] rev 53700
8218662: Allow 204 responses with Content-Length:0 Reviewed-by: michaelm
Fri, 08 Feb 2019 12:44:16 +0000 Merge
chegar [Fri, 08 Feb 2019 12:44:16 +0000] rev 53699
Merge
Fri, 08 Feb 2019 11:26:21 +0000 8218546: Unable to connect to https://google.com using java.net.HttpClient
chegar [Fri, 08 Feb 2019 11:26:21 +0000] rev 53698
8218546: Unable to connect to https://google.com using java.net.HttpClient Reviewed-by: dfuchs
Fri, 08 Feb 2019 12:31:24 +0100 8216263: Add historical data for JDK 12
jlahoda [Fri, 08 Feb 2019 12:31:24 +0100] rev 53697
8216263: Add historical data for JDK 12 Summary: Including --release 12 data, based on 12-ea+30, built from changeset 6c377af36a5c. Reviewed-by: darcy, jjg
Fri, 08 Feb 2019 12:31:23 +0100 8218630: CreateSymbols includes class and module headers unnecessarily.
jlahoda [Fri, 08 Feb 2019 12:31:23 +0100] rev 53696
8218630: CreateSymbols includes class and module headers unnecessarily. Summary: Ensure class and module headers from the current version are properly matched to existing ones to avoid duplication. Reviewed-by: jjg
Fri, 08 Feb 2019 12:31:22 +0100 8217335: Add a script to generate --release data
jlahoda [Fri, 08 Feb 2019 12:31:22 +0100] rev 53695
8217335: Add a script to generate --release data Reviewed-by: darcy, ihse
Fri, 08 Feb 2019 12:09:41 +0100 8217332: JTREG: Clean up, use generics instead of raw types
lkorinth [Fri, 08 Feb 2019 12:09:41 +0100] rev 53694
8217332: JTREG: Clean up, use generics instead of raw types Reviewed-by: tschatzl, sangheki
Fri, 08 Feb 2019 11:52:33 +0100 8217329: JTREG: Clean up, remove unused imports in gc folder
lkorinth [Fri, 08 Feb 2019 11:52:33 +0100] rev 53693
8217329: JTREG: Clean up, remove unused imports in gc folder Reviewed-by: lmesnik, tschatzl
Fri, 08 Feb 2019 02:57:40 +0100 Merge
jwilhelm [Fri, 08 Feb 2019 02:57:40 +0100] rev 53692
Merge
Thu, 07 Feb 2019 01:49:10 -0800 8218411: JDK 12 L10n resource file update msg drop 20
ljiang [Thu, 07 Feb 2019 01:49:10 -0800] rev 53691
8218411: JDK 12 L10n resource file update msg drop 20 Reviewed-by: naoto
Thu, 07 Feb 2019 02:53:27 +0100 Added tag jdk-12+31 for changeset b5f7bb57de2f
jwilhelm [Thu, 07 Feb 2019 02:53:27 +0100] rev 53690
Added tag jdk-12+31 for changeset b5f7bb57de2f
Mon, 21 Jan 2019 02:43:33 +0000 8217352: Remove EA from version string starting with Initial RC promotion jdk-12+31
diazhou [Mon, 21 Jan 2019 02:43:33 +0000] rev 53689
8217352: Remove EA from version string starting with Initial RC promotion Reviewed-by: erikj, tbell
Thu, 07 Feb 2019 17:26:44 -0500 8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods
coleenp [Thu, 07 Feb 2019 17:26:44 -0500] rev 53688
8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods Summary: null check nmethod in aot dependencies Reviewed-by: kvn
Thu, 07 Feb 2019 17:23:24 -0500 8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
bobv [Thu, 07 Feb 2019 17:23:24 -0500] rev 53687
8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows Reviewed-by: kvn
Thu, 07 Feb 2019 22:20:46 +0100 8218625: Remove dead code in relocInfo
redestad [Thu, 07 Feb 2019 22:20:46 +0100] rev 53686
8218625: Remove dead code in relocInfo Reviewed-by: kvn, thartmann
Thu, 07 Feb 2019 14:29:17 -0500 8218558: NMT stack traces in output should show mt component for virtual memory allocations
zgu [Thu, 07 Feb 2019 14:29:17 -0500] rev 53685
8218558: NMT stack traces in output should show mt component for virtual memory allocations Reviewed-by: shade, stuefe, coleenp
Thu, 07 Feb 2019 12:09:17 +0000 8218553: Enhance keystore load debug output
coffeys [Thu, 07 Feb 2019 12:09:17 +0000] rev 53684
8218553: Enhance keystore load debug output Reviewed-by: weijun
Thu, 07 Feb 2019 12:35:45 +0100 8218431: Improved platform checking in makefiles
ihse [Thu, 07 Feb 2019 12:35:45 +0100] rev 53683
8218431: Improved platform checking in makefiles Reviewed-by: erikj
Thu, 07 Feb 2019 10:26:32 +0100 8218565: HandleMark cleanup
redestad [Thu, 07 Feb 2019 10:26:32 +0100] rev 53682
8218565: HandleMark cleanup Reviewed-by: coleenp, kbarrett, rehn
Thu, 07 Feb 2019 12:11:41 +0530 Merge
psadhukhan [Thu, 07 Feb 2019 12:11:41 +0530] rev 53681
Merge
Mon, 04 Feb 2019 11:01:04 +0530 Merge
psadhukhan [Mon, 04 Feb 2019 11:01:04 +0530] rev 53680
Merge
Sat, 02 Feb 2019 10:00:05 -0800 8214823: Javadoc cleanup of java.awt.desktop package
serb [Sat, 02 Feb 2019 10:00:05 -0800] rev 53679
8214823: Javadoc cleanup of java.awt.desktop package Reviewed-by: prr
Fri, 01 Feb 2019 15:34:53 -0800 8212677: X11 default visual support for IM status window on VNC
itakiguchi [Fri, 01 Feb 2019 15:34:53 -0800] rev 53678
8212677: X11 default visual support for IM status window on VNC Reviewed-by: serb, naoto
Thu, 31 Jan 2019 15:20:42 -0800 8216318: The usage of Disposer in the java.awt.Robot can be deleted
serb [Thu, 31 Jan 2019 15:20:42 -0800] rev 53677
8216318: The usage of Disposer in the java.awt.Robot can be deleted Reviewed-by: prr
Thu, 31 Jan 2019 08:45:23 +0530 8217464: Remove resolved client bugs from the ProblemList.txt
psadhukhan [Thu, 31 Jan 2019 08:45:23 +0530] rev 53676
8217464: Remove resolved client bugs from the ProblemList.txt Reviewed-by: prr, kaddepalli
Tue, 29 Jan 2019 13:53:54 -0800 8214918: Unify GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds() across the platforms
serb [Tue, 29 Jan 2019 13:53:54 -0800] rev 53675
8214918: Unify GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds() across the platforms Reviewed-by: kaddepalli, aivanov, prr
Tue, 29 Jan 2019 11:06:19 +0530 Merge
psadhukhan [Tue, 29 Jan 2019 11:06:19 +0530] rev 53674
Merge
Mon, 28 Jan 2019 17:19:54 -0800 8214076: Cleanup the code related to GraphicsEnvironment/Device/Configuration
serb [Mon, 28 Jan 2019 17:19:54 -0800] rev 53673
8214076: Cleanup the code related to GraphicsEnvironment/Device/Configuration Reviewed-by: aivanov, prr
Thu, 24 Jan 2019 07:15:42 -0800 8217235: Create automated test for SwingSet ColorChooserDemoTest
akolarkunnu [Thu, 24 Jan 2019 07:15:42 -0800] rev 53672
8217235: Create automated test for SwingSet ColorChooserDemoTest Reviewed-by: serb, shurailine Contributed-by: vikrant.v.agarwal@oracle.com
Tue, 22 Jan 2019 08:44:33 -0800 8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
akolarkunnu [Tue, 22 Jan 2019 08:44:33 -0800] rev 53671
8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception Reviewed-by: serb Contributed-by: vikrant.v.agarwal@oracle.com
Tue, 22 Jan 2019 08:35:14 -0800 8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
akolarkunnu [Tue, 22 Jan 2019 08:35:14 -0800] rev 53670
8217297: Add support for multiple look and feel for SwingSet SliderDemoTest Reviewed-by: serb Contributed-by: vikrant.v.agarwal@oracle.com
Sat, 19 Jan 2019 10:09:46 -0800 8211885: Duplicate id declarations in java.awt.geom.Path2D
serb [Sat, 19 Jan 2019 10:09:46 -0800] rev 53669
8211885: Duplicate id declarations in java.awt.geom.Path2D Reviewed-by: aivanov
Fri, 18 Jan 2019 13:54:32 +0530 8214765: All TrayIcon MessageType icons does not show up with gtk3 option set
pbansal [Fri, 18 Jan 2019 13:54:32 +0530] rev 53668
8214765: All TrayIcon MessageType icons does not show up with gtk3 option set Reviewed-by: serb, psadhukhan
Fri, 18 Jan 2019 13:36:16 +0530 8214111: There is no icon in all JOptionPane target image
pbansal [Fri, 18 Jan 2019 13:36:16 +0530] rev 53667
8214111: There is no icon in all JOptionPane target image Reviewed-by: serb, psadhukhan
Tue, 15 Jan 2019 22:54:08 -0800 8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest
akolarkunnu [Tue, 15 Jan 2019 22:54:08 -0800] rev 53666
8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest Reviewed-by: serb, shurailine
Thu, 10 Jan 2019 16:38:02 +0530 8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3
pbansal [Thu, 10 Jan 2019 16:38:02 +0530] rev 53665
8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3 Reviewed-by: serb, psadhukhan
Wed, 06 Feb 2019 18:34:12 -0800 8218581: Incorrect exception message generation
mikael [Wed, 06 Feb 2019 18:34:12 -0800] rev 53664
8218581: Incorrect exception message generation Reviewed-by: hseigel
Thu, 07 Feb 2019 02:48:11 +0100 Added tag jdk-13+7 for changeset 021917019cda
jwilhelm [Thu, 07 Feb 2019 02:48:11 +0100] rev 53663
Added tag jdk-13+7 for changeset 021917019cda
Wed, 06 Feb 2019 15:09:05 -0800 8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited
mchung [Wed, 06 Feb 2019 15:09:05 -0800] rev 53662
8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited Reviewed-by: bpb, vromero
Wed, 06 Feb 2019 15:11:59 -0500 8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt jdk-13+7
hseigel [Wed, 06 Feb 2019 15:11:59 -0500] rev 53661
8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt Summary: Add the test to ProblemList.txt for windows-all Reviewed-by: dcubed
Wed, 06 Feb 2019 10:53:13 -0800 8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
mchung [Wed, 06 Feb 2019 10:53:13 -0800] rev 53660
8218419: Can't get annotations that are present on packages in -Xbootclasspath/a Reviewed-by: alanb
Wed, 06 Feb 2019 13:30:27 -0500 8218566: NMT: missing memory tag for assert poison page
zgu [Wed, 06 Feb 2019 13:30:27 -0500] rev 53659
8218566: NMT: missing memory tag for assert poison page Reviewed-by: shade, stuefe
Wed, 06 Feb 2019 16:25:58 +0000 8218550: Add test omitted from JDK-8212043
pli [Wed, 06 Feb 2019 16:25:58 +0000] rev 53658
8218550: Add test omitted from JDK-8212043 Summary: Add test case omitted from fix for JDK-8212043 Reviewed-by: shade
Wed, 06 Feb 2019 08:31:27 +0100 8218544: Fix build on windows: missing include
goetz [Wed, 06 Feb 2019 08:31:27 +0100] rev 53657
8218544: Fix build on windows: missing include Reviewed-by: stuefe, dholmes, shade
Mon, 28 Jan 2019 16:42:23 +0100 8217093: Support extended-length paths in parse_manifest.c on windows
mbaesken [Mon, 28 Jan 2019 16:42:23 +0100] rev 53656
8217093: Support extended-length paths in parse_manifest.c on windows Reviewed-by: chegar, clanger
Wed, 06 Feb 2019 13:57:19 +0530 8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow
nishjain [Wed, 06 Feb 2019 13:57:19 +0530] rev 53655
8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow 8218265: java/util/Base64/TestEncodingDecodingLength.java failing Reviewed-by: rriggs, naoto
Tue, 05 Feb 2019 20:18:00 -0500 8217843: Performance regression related to os::supports_monotonic_clock() on linux
dholmes [Tue, 05 Feb 2019 20:18:00 -0500] rev 53654
8217843: Performance regression related to os::supports_monotonic_clock() on linux Reviewed-by: redestad, stuefe
Tue, 05 Feb 2019 17:05:40 -0800 8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
igerasim [Tue, 05 Feb 2019 17:05:40 -0800] rev 53653
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException Reviewed-by: rriggs
Wed, 06 Feb 2019 00:20:37 +0100 Merge
jwilhelm [Wed, 06 Feb 2019 00:20:37 +0100] rev 53652
Merge
Tue, 05 Feb 2019 20:06:10 +0100 8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
eosterlund [Tue, 05 Feb 2019 20:06:10 +0100] rev 53651
8216541: CompiledICHolders of VM locked unloaded nmethods are released too late Reviewed-by: kvn, thartmann
Mon, 04 Feb 2019 17:53:26 -0800 8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
iignatyev [Mon, 04 Feb 2019 17:53:26 -0800] rev 53650
8218197: [failurehandler] parent processes shouldn't be killed till their children are handle Reviewed-by: dholmes, kbarrett
Tue, 05 Feb 2019 15:06:08 -0800 8180901: Transformer.reset() resets the state only once
joehw [Tue, 05 Feb 2019 15:06:08 -0800] rev 53649
8180901: Transformer.reset() resets the state only once Reviewed-by: rriggs, lancea
Tue, 05 Feb 2019 14:36:50 -0800 8218460: Test generation scripts do not invoke stream preprocessor correctly
bpb [Tue, 05 Feb 2019 14:36:50 -0800] rev 53648
8218460: Test generation scripts do not invoke stream preprocessor correctly Reviewed-by: rriggs
Tue, 05 Feb 2019 16:46:49 -0500 8217474: Remove WhiteBox.getConcurrentGCPhases()
kbarrett [Tue, 05 Feb 2019 16:46:49 -0500] rev 53647
8217474: Remove WhiteBox.getConcurrentGCPhases() Summary: Remove function and supporting infrastructure. Reviewed-by: shade, tschatzl
Tue, 05 Feb 2019 15:12:13 -0500 8210832: Remove sneaky locking in class Monitor
pchilanomate [Tue, 05 Feb 2019 15:12:13 -0500] rev 53646
8210832: Remove sneaky locking in class Monitor Summary: Removed sneaky locking and simplified vm monitors implementation Reviewed-by: rehn, dcubed, pliden, dholmes, coleenp Contributed-by: david.holmes@oracle.com, patricio.chilano.mateo@oracle.com
Tue, 05 Feb 2019 13:21:59 -0500 8218164: Improve local control of compiler warnings
kbarrett [Tue, 05 Feb 2019 13:21:59 -0500] rev 53645
8218164: Improve local control of compiler warnings Summary: Windows warning push/pop and gcc/Windows warning suppression macros. Reviewed-by: dholmes, tschatzl
Tue, 05 Feb 2019 09:57:35 -0800 8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
joehw [Tue, 05 Feb 2019 09:57:35 -0800] rev 53644
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false) Reviewed-by: rriggs, lancea
Tue, 05 Feb 2019 09:56:19 -0800 8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
erikj [Tue, 05 Feb 2019 09:56:19 -0800] rev 53643
8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation Reviewed-by: ihse
Tue, 05 Feb 2019 09:53:33 -0800 8218177: Bump jib format_version to support new devkit archive layout
erikj [Tue, 05 Feb 2019 09:53:33 -0800] rev 53642
8218177: Bump jib format_version to support new devkit archive layout Reviewed-by: ihse, tbell
Tue, 05 Feb 2019 10:40:25 -0500 8139551: Scalability problem with redefinition - multiple code cache walks
coleenp [Tue, 05 Feb 2019 10:40:25 -0500] rev 53641
8139551: Scalability problem with redefinition - multiple code cache walks Summary: Walk code cache and deoptimize once per redefinition. Reviewed-by: sspitsyn, dlong
Thu, 31 Jan 2019 23:56:37 +0800 8217597: [TESTBUG] old version docker does not support --cpus
aoqi [Thu, 31 Jan 2019 23:56:37 +0800] rev 53640
8217597: [TESTBUG] old version docker does not support --cpus Summary: "--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota. Reviewed-by: bobv, dholmes Contributed-by: aoqi@loongson.cn
Tue, 18 Dec 2018 09:29:39 +0100 8215483: Off heap memory accesses should be vectorized
roland [Tue, 18 Dec 2018 09:29:39 +0100] rev 53639
8215483: Off heap memory accesses should be vectorized Reviewed-by: neliasso, kvn
Tue, 05 Feb 2019 10:56:12 +0100 8218186: Clean up CLDR generation in build
ihse [Tue, 05 Feb 2019 10:56:12 +0100] rev 53638
8218186: Clean up CLDR generation in build Reviewed-by: erikj
Tue, 05 Feb 2019 14:24:29 +0900 8217845: SA should refer const values for JVMFlag from HotSpot
ysuenaga [Tue, 05 Feb 2019 14:24:29 +0900] rev 53637
8217845: SA should refer const values for JVMFlag from HotSpot Reviewed-by: sspitsyn, jgeorge
Mon, 04 Feb 2019 19:42:36 -0800 8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests
iklam [Mon, 04 Feb 2019 19:42:36 -0800] rev 53636
8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests Reviewed-by: ccheung, dholmes
Tue, 05 Feb 2019 00:43:38 +0530 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
jgeorge [Tue, 05 Feb 2019 00:43:38 +0530] rev 53635
8215568: Refactor SA clhsdb tests to use ClhsdbLauncher Summary: Refactoring the SA tests which test clhsdb commands to use ClhsdbLauncher for uniformity and ease of maintainence Reviewed-by: jcbeyler, dholmes
Mon, 04 Feb 2019 17:35:38 -0800 8218406: C1: Redundant nmethod dependency for private method is added
vlivanov [Mon, 04 Feb 2019 17:35:38 -0800] rev 53634
8218406: C1: Redundant nmethod dependency for private method is added Reviewed-by: kvn
Mon, 04 Feb 2019 17:35:36 -0800 8075052: Autobox elimination hinders loop unrolling
vlivanov [Mon, 04 Feb 2019 17:35:36 -0800] rev 53633
8075052: Autobox elimination hinders loop unrolling Reviewed-by: kvn
Mon, 04 Feb 2019 17:35:35 -0800 8188133: C2: Static field accesses in clinit can trigger deoptimizations
vlivanov [Mon, 04 Feb 2019 17:35:35 -0800] rev 53632
8188133: C2: Static field accesses in clinit can trigger deoptimizations Reviewed-by: kvn
Mon, 04 Feb 2019 21:42:47 +0100 8218145: block_if_requested is not proper inlined due to size
rehn [Mon, 04 Feb 2019 21:42:47 +0100] rev 53631
8218145: block_if_requested is not proper inlined due to size Reviewed-by: kbarrett, coleenp, gziemski
Mon, 04 Feb 2019 14:10:53 -0500 8217393: Clarify Attributes.equals()
lancea [Mon, 04 Feb 2019 14:10:53 -0500] rev 53630
8217393: Clarify Attributes.equals() Reviewed-by: alanb, darcy, rriggs, martin
Mon, 04 Feb 2019 10:04:04 -0800 8218386: Correct the SE version in j.l.Character
naoto [Mon, 04 Feb 2019 10:04:04 -0800] rev 53629
8218386: Correct the SE version in j.l.Character Reviewed-by: lancea
Mon, 04 Feb 2019 11:00:12 +0100 8218276: AIX build fails in tieredThresholdPolicy.cpp
mbaesken [Mon, 04 Feb 2019 11:00:12 +0100] rev 53628
8218276: AIX build fails in tieredThresholdPolicy.cpp Reviewed-by: dholmes, mdoerr
Sun, 03 Feb 2019 10:00:14 +0100 8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
alanb [Sun, 03 Feb 2019 10:00:14 +0100] rev 53627
8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing Reviewed-by: alanb, serb Contributed-by: fujie@loongson.cn
Fri, 01 Feb 2019 15:05:52 +0800 8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
fyang [Fri, 01 Feb 2019 15:05:52 +0800] rev 53626
8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static Reviewed-by: aph Contributed-by: lunliu93@gmail.com
Fri, 01 Feb 2019 18:51:14 -0800 8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
vlivanov [Fri, 01 Feb 2019 18:51:14 -0800] rev 53625
8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none Reviewed-by: kvn, neliasso
Fri, 01 Feb 2019 18:50:53 -0800 8217919: C2: Enable -XX:+AggressiveUnboxing by default
vlivanov [Fri, 01 Feb 2019 18:50:53 -0800] rev 53624
8217919: C2: Enable -XX:+AggressiveUnboxing by default Reviewed-by: kvn, neliasso
Fri, 01 Feb 2019 18:50:22 -0800 8217918: C2: -XX:+AggressiveUnboxing is broken
vlivanov [Fri, 01 Feb 2019 18:50:22 -0800] rev 53623
8217918: C2: -XX:+AggressiveUnboxing is broken Reviewed-by: kvn
Fri, 01 Feb 2019 18:16:25 -0500 8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
kbarrett [Fri, 01 Feb 2019 18:16:25 -0500] rev 53622
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt Summary: Add test to problem list. Reviewed-by: iignatyev
Sat, 02 Feb 2019 00:11:54 +0100 Merge
jwilhelm [Sat, 02 Feb 2019 00:11:54 +0100] rev 53621
Merge
Fri, 01 Feb 2019 13:33:02 -0800 8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
iignatyev [Fri, 01 Feb 2019 13:33:02 -0800] rev 53620
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp Reviewed-by: dlong
Fri, 01 Feb 2019 09:25:31 -0800 8218025: disable pop_frame and force_early_return caps for Graal
amenkov [Fri, 01 Feb 2019 09:25:31 -0800] rev 53619
8218025: disable pop_frame and force_early_return caps for Graal Reviewed-by: iignatyev, sspitsyn, dholmes
Fri, 01 Feb 2019 08:59:03 -0800 8216546: Support new Japanese era in java.lang.Character for Java SE 11
naoto [Fri, 01 Feb 2019 08:59:03 -0800] rev 53618
8216546: Support new Japanese era in java.lang.Character for Java SE 11 Reviewed-by: chegar
Thu, 31 Jan 2019 22:17:14 -0800 8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
iignatyev [Thu, 31 Jan 2019 22:17:14 -0800] rev 53617
8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp Reviewed-by: kvn
Thu, 31 Jan 2019 22:17:09 -0800 8218168: clean up hotspot ProblemList
iignatyev [Thu, 31 Jan 2019 22:17:09 -0800] rev 53616
8218168: clean up hotspot ProblemList Reviewed-by: kvn, dholmes, sspitsyn
Fri, 01 Feb 2019 09:11:13 +0530 8218134: Modify the jQuery.md file to reflect the exact jQuery license content
pmuthuswamy [Fri, 01 Feb 2019 09:11:13 +0530] rev 53615
8218134: Modify the jQuery.md file to reflect the exact jQuery license content Reviewed-by: jjg, sundar
Thu, 31 Jan 2019 12:43:59 -0800 8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra
naoto [Thu, 31 Jan 2019 12:43:59 -0800] rev 53614
8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra Reviewed-by: chegar
Thu, 31 Jan 2019 13:05:24 +0530 8214935: Upgrade IANA LSR data
nishjain [Thu, 31 Jan 2019 13:05:24 +0530] rev 53613
8214935: Upgrade IANA LSR data Reviewed-by: rriggs, naoto
Wed, 30 Jan 2019 17:35:20 -0800 8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
iignatyev [Wed, 30 Jan 2019 17:35:20 -0800] rev 53612
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3 Reviewed-by: kvn
Thu, 31 Jan 2019 01:12:11 +0100 Added tag jdk-12+30 for changeset 6c377af36a5c
jwilhelm [Thu, 31 Jan 2019 01:12:11 +0100] rev 53611
Added tag jdk-12+30 for changeset 6c377af36a5c
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip