Tue, 15 Jan 2019 11:05:25 -0800 8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module."
jjg [Tue, 15 Jan 2019 11:05:25 -0800] rev 53310
8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module." Reviewed-by: hannesw, pmuthuswamy
Tue, 15 Jan 2019 10:40:32 -0800 8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
iveresov [Tue, 15 Jan 2019 10:40:32 -0800] rev 53309
8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow" Summary: Temporarily cripple j.l.Math.*Exact() instrinsics to pass TCK Reviewed-by: kvn, dlong, never
Tue, 18 Dec 2018 10:12:28 +0100 8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
phedlin [Tue, 18 Dec 2018 10:12:28 +0100] rev 53308
8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit Summary: Avoid excessive split-if. Reviewed-by: thartmann, neliasso
Tue, 15 Jan 2019 09:44:18 +0100 8216427: ciMethodData::load_extra_data() does not always unpack the last entry
eosterlund [Tue, 15 Jan 2019 09:44:18 +0100] rev 53307
8216427: ciMethodData::load_extra_data() does not always unpack the last entry Reviewed-by: thartmann, kvn
Mon, 14 Jan 2019 15:07:22 +0100 8216135: C2 assert(!had_error) failed: bad dominance
roland [Mon, 14 Jan 2019 15:07:22 +0100] rev 53306
8216135: C2 assert(!had_error) failed: bad dominance Reviewed-by: thartmann, kvn
Tue, 15 Jan 2019 16:40:31 -0500 8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor
dholmes [Tue, 15 Jan 2019 16:40:31 -0500] rev 53305
8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor Reviewed-by: rehn, coleenp
Tue, 15 Jan 2019 15:56:41 -0500 8202675: Replace process-wide terminology in serial filtering to be consistent
rriggs [Tue, 15 Jan 2019 15:56:41 -0500] rev 53304
8202675: Replace process-wide terminology in serial filtering to be consistent Reviewed-by: alanb, lancea
Tue, 15 Jan 2019 21:17:35 +0100 8216995: Clean up JFR command line processing
redestad [Tue, 15 Jan 2019 21:17:35 +0100] rev 53303
8216995: Clean up JFR command line processing Reviewed-by: gziemski, mgronlun
Tue, 15 Jan 2019 14:55:45 -0500 8216563: [TESTBUG] Change stressTime to default to 30 for nsk tests (part 2)
hseigel [Tue, 15 Jan 2019 14:55:45 -0500] rev 53302
8216563: [TESTBUG] Change stressTime to default to 30 for nsk tests (part 2) Summary: Change the default from 60 seconds to 30 seconds. Reviewed-by: coleenp, mseledtsov
Tue, 15 Jan 2019 09:22:00 -0500 8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely"
rriggs [Tue, 15 Jan 2019 09:22:00 -0500] rev 53301
8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely" Reviewed-by: lancea, bchristi
Tue, 15 Jan 2019 11:34:20 +0000 8216974: HttpConnection not returned to the pool after 204 response
dfuchs [Tue, 15 Jan 2019 11:34:20 +0000] rev 53300
8216974: HttpConnection not returned to the pool after 204 response Summary: MultiExchange now call nullBody() on Exchange after receiving 204 Reviewed-by: chegar
Tue, 15 Jan 2019 08:03:30 +0100 8216982: Assertion poison page established too early
stuefe [Tue, 15 Jan 2019 08:03:30 +0100] rev 53299
8216982: Assertion poison page established too early Reviewed-by: mdoerr, dholmes
Tue, 15 Jan 2019 11:21:00 +0800 8215922: jar spec is not precise when describing jar file re-signing
weijun [Tue, 15 Jan 2019 11:21:00 +0800] rev 53298
8215922: jar spec is not precise when describing jar file re-signing Reviewed-by: lancea, mullan
Mon, 14 Jan 2019 20:56:15 -0500 8217017: [TESTBUG] Tests fail to compile after JDK-8216265
dholmes [Mon, 14 Jan 2019 20:56:15 -0500] rev 53297
8217017: [TESTBUG] Tests fail to compile after JDK-8216265 Reviewed-by: kvn
Mon, 14 Jan 2019 08:23:50 -0800 Merge
shurailine [Mon, 14 Jan 2019 08:23:50 -0800] rev 53296
Merge
Mon, 14 Jan 2019 08:22:49 -0800 8215729: Enhance makefiles to allow collecting code coverage with JCov
shurailine [Mon, 14 Jan 2019 08:22:49 -0800] rev 53295
8215729: Enhance makefiles to allow collecting code coverage with JCov Reviewed-by: erikj
Mon, 10 Dec 2018 17:57:19 +0800 8215114: Fix indent and dead code in GCPolicyCounters
manc [Mon, 10 Dec 2018 17:57:19 +0800] rev 53294
8215114: Fix indent and dead code in GCPolicyCounters Summary: Clean up gcPolicyCounters.hpp Reviewed-by: tschatzl, sjohanss
Mon, 14 Jan 2019 23:05:26 +0100 Merge
jwilhelm [Mon, 14 Jan 2019 23:05:26 +0100] rev 53293
Merge
Mon, 14 Jan 2019 13:45:19 -0800 8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug
kvn [Mon, 14 Jan 2019 13:45:19 -0800] rev 53292
8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug Summary: update default.policy based on latest changes in jdk.internal.vm.compiler.management Reviewed-by: thartmann, alanb, mchung
Mon, 14 Jan 2019 16:35:16 -0500 8216362: Better error message handling when there is an invalid Manifest
lancea [Mon, 14 Jan 2019 16:35:16 -0500] rev 53291
8216362: Better error message handling when there is an invalid Manifest Reviewed-by: lancea, rriggs, mullan Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
Mon, 14 Jan 2019 21:34:39 +0100 8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base
dnsimon [Mon, 14 Jan 2019 21:34:39 +0100] rev 53290
8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base Reviewed-by: kvn, never, dlong Contributed-by: Josef Haider <josef.haider@jku.at>
Mon, 14 Jan 2019 10:00:45 -0800 8214418: half-closed SSLEngine status may cause application dead loop
xuelei [Mon, 14 Jan 2019 10:00:45 -0800] rev 53289
8214418: half-closed SSLEngine status may cause application dead loop Reviewed-by: jnimeh, dfuchs, chegar
Fri, 11 Jan 2019 10:03:00 +0100 8216549: Mismatched unsafe access to non escaping object fails
roland [Fri, 11 Jan 2019 10:03:00 +0100] rev 53288
8216549: Mismatched unsafe access to non escaping object fails Reviewed-by: vlivanov, kvn, thartmann
Fri, 11 Jan 2019 11:42:23 -0800 Merge
jjg [Fri, 11 Jan 2019 11:42:23 -0800] rev 53287
Merge
Fri, 11 Jan 2019 11:32:00 -0800 8210561: Command-line help wrong for javac --module
jjg [Fri, 11 Jan 2019 11:32:00 -0800] rev 53286
8210561: Command-line help wrong for javac --module Reviewed-by: darcy
Fri, 11 Jan 2019 08:32:44 -0800 8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException
darcy [Fri, 11 Jan 2019 08:32:44 -0800] rev 53285
8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException Reviewed-by: dholmes
Fri, 11 Jan 2019 09:02:44 -0500 8215648: remove equals and hashCode implementations from j.l.i.VarHandle
vromero [Fri, 11 Jan 2019 09:02:44 -0500] rev 53284
8215648: remove equals and hashCode implementations from j.l.i.VarHandle Reviewed-by: mchung
Thu, 10 Jan 2019 13:54:09 +0100 8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
roland [Thu, 10 Jan 2019 13:54:09 +0100] rev 53283
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations Reviewed-by: thartmann, shade, rkennke
Fri, 11 Jan 2019 13:15:37 +0100 8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake
eosterlund [Fri, 11 Jan 2019 13:15:37 +0100] rev 53282
8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake Reviewed-by: pliden, neliasso
Fri, 11 Jan 2019 11:02:00 +0100 8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
mdoerr [Fri, 11 Jan 2019 11:02:00 +0100] rev 53281
8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter Reviewed-by: goetz, gromero
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip