Fri, 02 Nov 2018 14:13:05 +0100 8213236: A partial removed/deleted JavaThread cannot transition
rehn [Fri, 02 Nov 2018 14:13:05 +0100] rev 52386
8213236: A partial removed/deleted JavaThread cannot transition Reviewed-by: dholmes, dcubed, eosterlund
Fri, 02 Nov 2018 08:33:59 +0100 8209189: Make CompiledMethod::do_unloading more concurrent
eosterlund [Fri, 02 Nov 2018 08:33:59 +0100] rev 52385
8209189: Make CompiledMethod::do_unloading more concurrent Reviewed-by: kvn, coleenp
Thu, 01 Nov 2018 14:57:26 +0100 8212681: Refactor IC locking to use a fine grained CompiledICLocker
eosterlund [Thu, 01 Nov 2018 14:57:26 +0100] rev 52384
8212681: Refactor IC locking to use a fine grained CompiledICLocker Reviewed-by: coleenp, rehn, kvn
Fri, 02 Nov 2018 07:58:22 +0100 8212184: Incorrect oop ref strength used for referents in FinalReference
pliden [Fri, 02 Nov 2018 07:58:22 +0100] rev 52383
8212184: Incorrect oop ref strength used for referents in FinalReference Reviewed-by: eosterlund, kbarrett
Fri, 02 Nov 2018 07:46:00 +0100 8212921: ZGC: Move verification to after resurrection unblocked
pliden [Fri, 02 Nov 2018 07:46:00 +0100] rev 52382
8212921: ZGC: Move verification to after resurrection unblocked Reviewed-by: eosterlund
Fri, 02 Nov 2018 00:26:25 -0700 8213203: [JVMCI] adopt formatting changes from jvmci 8
never [Fri, 02 Nov 2018 00:26:25 -0700] rev 52381
8213203: [JVMCI] adopt formatting changes from jvmci 8 Reviewed-by: kvn
Thu, 01 Nov 2018 20:37:45 -0700 6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
darcy [Thu, 01 Nov 2018 20:37:45 -0700] rev 52380
6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods Reviewed-by: vromero, plevart, briangoetz, mcimadamore
Thu, 01 Nov 2018 15:11:08 -0700 8213265: fix missing newlines at end of files
jjg [Thu, 01 Nov 2018 15:11:08 -0700] rev 52379
8213265: fix missing newlines at end of files Reviewed-by: darcy
Thu, 01 Nov 2018 17:48:10 -0400 8211382: ISO2022JP and GB18030 NIO converter issues
itakiguchi [Thu, 01 Nov 2018 17:48:10 -0400] rev 52378
8211382: ISO2022JP and GB18030 NIO converter issues Reviewed-by: sherman, rriggs
Thu, 01 Nov 2018 14:32:55 -0700 8213263: fix legal headers in test/langtools
jjg [Thu, 01 Nov 2018 14:32:55 -0700] rev 52377
8213263: fix legal headers in test/langtools Reviewed-by: darcy
Thu, 01 Nov 2018 14:07:59 -0700 8213046: Define Japanese new Era character
naoto [Thu, 01 Nov 2018 14:07:59 -0700] rev 52376
8213046: Define Japanese new Era character Reviewed-by: lancea, rriggs
Thu, 01 Nov 2018 16:53:54 -0400 8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults
mullan [Thu, 01 Nov 2018 16:53:54 -0400] rev 52375
8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults Reviewed-by: xuelei
Thu, 01 Nov 2018 17:56:01 +0100 8209495: NMethodSweeper::sweep_code_cache cause severe delays
rehn [Thu, 01 Nov 2018 17:56:01 +0100] rev 52374
8209495: NMethodSweeper::sweep_code_cache cause severe delays Reviewed-by: thartmann, eosterlund
Thu, 01 Nov 2018 12:43:21 -0400 8213085: (tz) Upgrade time-zone data to tzdata2018g
rpatil [Thu, 01 Nov 2018 12:43:21 -0400] rev 52373
8213085: (tz) Upgrade time-zone data to tzdata2018g Reviewed-by: martin, naoto
Thu, 01 Nov 2018 09:41:04 -0700 8212871: Broken links give 401-Unauthorized
joehw [Thu, 01 Nov 2018 09:41:04 -0700] rev 52372
8212871: Broken links give 401-Unauthorized Reviewed-by: lancea
Thu, 01 Nov 2018 09:34:59 -0700 8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
bpb [Thu, 01 Nov 2018 09:34:59 -0700] rev 52371
8213210: Change ServerSocket(SocketImpl impl) constructor to protected access Reviewed-by: alanb, chegar
Thu, 01 Nov 2018 22:41:32 +0800 8212217: JGSS: Don't dispose() of creds too eagerly
weijun [Thu, 01 Nov 2018 22:41:32 +0800] rev 52370
8212217: JGSS: Don't dispose() of creds too eagerly Reviewed-by: mullan, weijun Contributed-by: Nico Williams <nico@twosigma.com>
Thu, 01 Nov 2018 14:15:35 +0100 8213014: Crash in CompileBroker::make_thread due to OOM
thartmann [Thu, 01 Nov 2018 14:15:35 +0100] rev 52369
8213014: Crash in CompileBroker::make_thread due to OOM Summary: Added missing null checks and checks for pending exception. Reviewed-by: kvn, dholmes, mdoerr
Thu, 01 Nov 2018 11:28:02 +0100 8213237: Remove test-compile-commands from jib-profiles.js
ihse [Thu, 01 Nov 2018 11:28:02 +0100] rev 52368
8213237: Remove test-compile-commands from jib-profiles.js Reviewed-by: lancea
Thu, 01 Nov 2018 11:23:12 +0100 8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType
dnsimon [Thu, 01 Nov 2018 11:23:12 +0100] rev 52367
8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType Reviewed-by: kvn
Tue, 23 Oct 2018 14:23:46 -0400 8211013: [TESTBUG] nsk/jdb/kill/kill002 wait for message and prompt
gadams [Tue, 23 Oct 2018 14:23:46 -0400] rev 52366
8211013: [TESTBUG] nsk/jdb/kill/kill002 wait for message and prompt Reviewed-by: cjplummer, dtitov, jcbeyler
Tue, 23 Oct 2018 11:51:03 -0400 8206330: Revisit com/sun/jdi/RedefineCrossEvent.java
gadams [Tue, 23 Oct 2018 11:51:03 -0400] rev 52365
8206330: Revisit com/sun/jdi/RedefineCrossEvent.java Reviewed-by: cjplummer, sspitsyn, amenkov
Thu, 18 Oct 2018 15:56:37 -0500 8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
stuefe [Thu, 18 Oct 2018 15:56:37 -0500] rev 52364
8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux Reviewed-by: alanb, rriggs Contributed-by: david.lloyd@redhat.com
Wed, 31 Oct 2018 19:56:51 -0700 8177711: Convert TestVirtualSpaceNode_test to GTest
iignatyev [Wed, 31 Oct 2018 19:56:51 -0700] rev 52363
8177711: Convert TestVirtualSpaceNode_test to GTest Reviewed-by: jwilhelm
Thu, 01 Nov 2018 02:12:13 +0100 Added tag jdk-12+18 for changeset e38473506688
jwilhelm [Thu, 01 Nov 2018 02:12:13 +0100] rev 52362
Added tag jdk-12+18 for changeset e38473506688
Wed, 31 Oct 2018 14:00:51 -0700 8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option
ccheung [Wed, 31 Oct 2018 14:00:51 -0700] rev 52361
8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option Summary: remove code referencing the IgnoreUnverifiableClassesDuringDump Reviewed-by: dholmes, jiangli
Wed, 31 Oct 2018 13:58:15 -0700 8207059: Update test certificates in QuoVadisCA.java test
rhalade [Wed, 31 Oct 2018 13:58:15 -0700] rev 52360
8207059: Update test certificates in QuoVadisCA.java test Reviewed-by: mullan, mbaesken
Wed, 31 Oct 2018 16:27:31 -0400 Merge jdk-12+18
bobv [Wed, 31 Oct 2018 16:27:31 -0400] rev 52359
Merge
Wed, 31 Oct 2018 16:27:01 -0400 8213204: ReservedStackTest and ReservedStackTestCompiler tests fail on windows
bobv [Wed, 31 Oct 2018 16:27:01 -0400] rev 52358
8213204: ReservedStackTest and ReservedStackTestCompiler tests fail on windows Reviewed-by: fparain, dcubed, jwilhelm
Wed, 31 Oct 2018 13:14:52 -0700 8210837: Add libXrandr-devel to the Linux devkits
erikj [Wed, 31 Oct 2018 13:14:52 -0700] rev 52357
8210837: Add libXrandr-devel to the Linux devkits Reviewed-by: prr, mikael
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip