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
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 tip