Tue, 13 Aug 2019 14:07:04 +0200 Put driver for security tests in separate file JEP-349-branch
egahlin [Tue, 13 Aug 2019 14:07:04 +0200] rev 57726
Put driver for security tests in separate file
Tue, 13 Aug 2019 10:27:34 +0200 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
jlahoda [Tue, 13 Aug 2019 10:27:34 +0200] rev 57725
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object Summary: Produce an error when reading a classfile with a field with ConstantValue with a wrong type. Reviewed-by: vromero
Tue, 13 Aug 2019 10:27:33 +0200 8228647: Broken enum produce inconvenient errors and AST
jlahoda [Tue, 13 Aug 2019 10:27:33 +0200] rev 57724
8228647: Broken enum produce inconvenient errors and AST Summary: Improving error recovery for misplace members in enums. Reviewed-by: vromero
Tue, 13 Aug 2019 10:27:32 +0200 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
jlahoda [Tue, 13 Aug 2019 10:27:32 +0200] rev 57723
8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody() Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly. Reviewed-by: vromero
Tue, 13 Aug 2019 09:56:13 +0200 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
thartmann [Tue, 13 Aug 2019 09:56:13 +0200] rev 57722
8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late Summary: Disable walking up the dominator chain for regions with more than 2 input paths. Reviewed-by: roland, kvn
Tue, 13 Aug 2019 09:54:40 +0200 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann [Tue, 13 Aug 2019 09:54:40 +0200] rev 57721
8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached Summary: Ignore membar if the load is already control dependent on it. Reviewed-by: neliasso, kvn
Tue, 13 Aug 2019 08:25:29 +0200 8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
thartmann [Tue, 13 Aug 2019 08:25:29 +0200] rev 57720
8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed Summary: Problem list a test. Reviewed-by: dholmes
Tue, 13 Aug 2019 11:02:18 +0530 TODO logs for text rendering metal-prototype-branch
jdv [Tue, 13 Aug 2019 11:02:18 +0530] rev 57719
TODO logs for text rendering
Mon, 12 Aug 2019 21:36:29 -0700 8226374: Restrict TLS signature schemes and named groups
xuelei [Mon, 12 Aug 2019 21:36:29 -0700] rev 57718
8226374: Restrict TLS signature schemes and named groups Reviewed-by: mullan
Tue, 13 Aug 2019 03:58:29 +0200 Security handling, but two tests fails with driver JEP-349-branch
egahlin [Tue, 13 Aug 2019 03:58:29 +0200] rev 57717
Security handling, but two tests fails with driver
Mon, 12 Aug 2019 23:37:48 +0200 8228369: Shenandoah: Refactor LRB C1 stubs
rkennke [Mon, 12 Aug 2019 23:37:48 +0200] rev 57716
8228369: Shenandoah: Refactor LRB C1 stubs Reviewed-by: shade
Mon, 12 Aug 2019 20:27:14 +0200 8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations
shade [Mon, 12 Aug 2019 20:27:14 +0200] rev 57715
8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations Reviewed-by: rkennke
Mon, 12 Aug 2019 15:27:57 +0200 8229407: Avoid ConcurrentHashMap resizes during bootstrap
redestad [Mon, 12 Aug 2019 15:27:57 +0200] rev 57714
8229407: Avoid ConcurrentHashMap resizes during bootstrap Reviewed-by: alanb, shade, dfuchs
Mon, 12 Aug 2019 11:24:53 +0100 8185898: setRequestProperty(key, null) results in HTTP header without colon in request
michaelm [Mon, 12 Aug 2019 11:24:53 +0100] rev 57713
8185898: setRequestProperty(key, null) results in HTTP header without colon in request Reviewed-by: chegar, dfuchs
Fri, 09 Aug 2019 15:39:32 +0200 8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace()
mbaesken [Fri, 09 Aug 2019 15:39:32 +0200] rev 57712
8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace() Reviewed-by: mdoerr, mseledtsov
Mon, 12 Aug 2019 10:49:40 +0200 8229406: ZGC: Fix incorrect statistics
pliden [Mon, 12 Aug 2019 10:49:40 +0200] rev 57711
8229406: ZGC: Fix incorrect statistics Reviewed-by: pliden, eosterlund Contributed-by: albert.th@alibaba-inc.com
Mon, 12 Aug 2019 10:02:25 +0200 8229236: CriticalJNINatives: dll handling should be done in native thread state
mdoerr [Mon, 12 Aug 2019 10:02:25 +0200] rev 57710
8229236: CriticalJNINatives: dll handling should be done in native thread state Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O. Reviewed-by: dlong, dholmes
Mon, 12 Aug 2019 08:48:47 +0200 8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
thartmann [Mon, 12 Aug 2019 08:48:47 +0200] rev 57709
8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type" Summary: Clear entry in the ciProfileData object if the klass is NULL. Reviewed-by: eosterlund, thartmann
Sat, 10 Aug 2019 10:02:54 -0400 Merge JDK-8200758-branch
herrick [Sat, 10 Aug 2019 10:02:54 -0400] rev 57708
Merge
Sat, 10 Aug 2019 07:33:52 -0400 8229334: JPackager .exe packages cannot be executed due to missing DL JDK-8200758-branch
herrick [Sat, 10 Aug 2019 07:33:52 -0400] rev 57707
8229334: JPackager .exe packages cannot be executed due to missing DL Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Fri, 09 Aug 2019 15:22:43 -0700 8229386: Typo "lables" in doc comment
jjg [Fri, 09 Aug 2019 15:22:43 -0700] rev 57706
8229386: Typo "lables" in doc comment Reviewed-by: mchung
Fri, 09 Aug 2019 13:13:36 -0700 8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests
iklam [Fri, 09 Aug 2019 13:13:36 -0700] rev 57705
8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests Reviewed-by: alanb, lfoltan
Fri, 09 Aug 2019 12:27:05 -0700 8227697: Improve text in Taglet API spec for expected results with standard doclet
jjg [Fri, 09 Aug 2019 12:27:05 -0700] rev 57704
8227697: Improve text in Taglet API spec for expected results with standard doclet Reviewed-by: hannesw
Fri, 09 Aug 2019 11:27:08 -0700 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
cjplummer [Fri, 09 Aug 2019 11:27:08 -0700] rev 57703
8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory Summary: move tests to seprate directory Reviewed-by: dtitov, jcbeyler, ctornqvi, sspitsyn
Fri, 09 Aug 2019 19:16:55 +0200 Remove obsolete EventConsumer.java file JEP-349-branch
egahlin [Fri, 09 Aug 2019 19:16:55 +0200] rev 57702
Remove obsolete EventConsumer.java file
Fri, 09 Aug 2019 13:58:48 +0200 8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable
redestad [Fri, 09 Aug 2019 13:58:48 +0200] rev 57701
8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable Reviewed-by: jlaskey
Fri, 09 Aug 2019 13:07:18 +0200 8229350: Shenandoah does not need barriers before CreateEx
shade [Fri, 09 Aug 2019 13:07:18 +0200] rev 57700
8229350: Shenandoah does not need barriers before CreateEx Reviewed-by: rkennke
Fri, 09 Aug 2019 11:04:08 +0200 8226228: Make Threads_lock an always safepoint checked lock.
rehn [Fri, 09 Aug 2019 11:04:08 +0200] rev 57699
8226228: Make Threads_lock an always safepoint checked lock. Reviewed-by: coleenp, dcubed, dholmes
Fri, 09 Aug 2019 10:06:44 +0200 8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops
eosterlund [Fri, 09 Aug 2019 10:06:44 +0200] rev 57698
8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops Reviewed-by: pliden, stuefe, dlong
Fri, 09 Aug 2019 03:51:20 +0200 Merge
jwilhelm [Fri, 09 Aug 2019 03:51:20 +0200] rev 57697
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip