Wed, 28 Feb 2018 18:36:25 -0500 8198628: further simplifications to lambda classification at JavacParser
vromero [Wed, 28 Feb 2018 18:36:25 -0500] rev 49076
8198628: further simplifications to lambda classification at JavacParser Reviewed-by: mcimadamore
Wed, 28 Feb 2018 21:21:11 +0000 Merge jdk-11+3
lana [Wed, 28 Feb 2018 21:21:11 +0000] rev 49075
Merge
Tue, 27 Feb 2018 20:48:06 +0000 Added tag jdk-10+45 for changeset 4f96cf952e71
lana [Tue, 27 Feb 2018 20:48:06 +0000] rev 49074
Added tag jdk-10+45 for changeset 4f96cf952e71
Mon, 26 Feb 2018 22:38:13 +0100 8198658: Docs still point to JDK 9 docs jdk-10+45
ihse [Mon, 26 Feb 2018 22:38:13 +0100] rev 49073
8198658: Docs still point to JDK 9 docs Reviewed-by: tbell, darcy
Tue, 20 Feb 2018 17:01:18 +0000 Added tag jdk-10+44 for changeset 663f20fc5109
lana [Tue, 20 Feb 2018 17:01:18 +0000] rev 49072
Added tag jdk-10+44 for changeset 663f20fc5109
Thu, 15 Feb 2018 00:20:22 +0100 8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set jdk-10+44
tschatzl [Thu, 15 Feb 2018 00:20:22 +0100] rev 49071
8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Reviewed-by: kbarrett
Wed, 28 Feb 2018 21:16:11 +0100 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse [Wed, 28 Feb 2018 21:16:11 +0100] rev 49070
8198751: Refactor SetupNativeCompilation to take NAME and TYPE Reviewed-by: tbell
Wed, 28 Feb 2018 18:28:17 +0000 8193892: Impact of noncloneable MessageDigest implementation
coffeys [Wed, 28 Feb 2018 18:28:17 +0000] rev 49069
8193892: Impact of noncloneable MessageDigest implementation Reviewed-by: wetmore, valeriep, xuelei
Wed, 28 Feb 2018 17:34:10 +0100 8198726: Quarantine SADebugDTest.java again
jwilhelm [Wed, 28 Feb 2018 17:34:10 +0100] rev 49068
8198726: Quarantine SADebugDTest.java again Reviewed-by: dcubed
Sun, 25 Feb 2018 04:59:43 +0100 Merge
jwilhelm [Sun, 25 Feb 2018 04:59:43 +0100] rev 49067
Merge
Fri, 23 Feb 2018 13:55:49 -0800 8197901: Crash during GC when logging level is debug
lmesnik [Fri, 23 Feb 2018 13:55:49 -0800] rev 49066
8197901: Crash during GC when logging level is debug Reviewed-by: dholmes, coleenp Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
Fri, 23 Feb 2018 11:31:22 -0800 8198533: Remove obsolete JDIScaffold class from repo.
psomashe [Fri, 23 Feb 2018 11:31:22 -0800] rev 49065
8198533: Remove obsolete JDIScaffold class from repo. Summary: update one remaining test and remove JDIScaffold from repo. Reviewed-by: sspitsyn, cjplummer
Fri, 23 Feb 2018 13:42:48 -0800 8196992: Resolve disabled warnings for libdt_socket
cjplummer [Fri, 23 Feb 2018 13:42:48 -0800] rev 49064
8196992: Resolve disabled warnings for libdt_socket Summary: no longer need to disable warnings in makefile Reviewed-by: sspitsyn, clanger
Fri, 23 Feb 2018 13:42:40 -0800 8198585: add asserts to verify that ServiceUtil::visible_oop is not needed
cjplummer [Fri, 23 Feb 2018 13:42:40 -0800] rev 49063
8198585: add asserts to verify that ServiceUtil::visible_oop is not needed Summary: asserts added Reviewed-by: stefank, sspitsyn, dcubed
Thu, 22 Feb 2018 13:16:06 -0800 8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev [Thu, 22 Feb 2018 13:16:06 -0800] rev 49062
8198568: clean up test/hotspot/jtreg/ProblemList.txt Reviewed-by: thartmann, gtriantafill
Fri, 23 Feb 2018 14:13:06 -0500 8198635: Remove unused safepoint message functions and ShowSafepointMsgs
coleenp [Fri, 23 Feb 2018 14:13:06 -0500] rev 49061
8198635: Remove unused safepoint message functions and ShowSafepointMsgs Reviewed-by: eosterlund, gtriantafill
Fri, 23 Feb 2018 10:14:23 -0800 8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos
kvn [Fri, 23 Feb 2018 10:14:23 -0800] rev 49060
8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos Summary: BMI tests should be excluded from Graal JIT testing for now. Reviewed-by: thartmann
Fri, 23 Feb 2018 12:08:05 -0500 Merge
bobv [Fri, 23 Feb 2018 12:08:05 -0500] rev 49059
Merge
Fri, 23 Feb 2018 10:17:35 -0500 8197589: Update CPU count algorithm when both cpu shares and quotas are used
bobv [Fri, 23 Feb 2018 10:17:35 -0500] rev 49058
8197589: Update CPU count algorithm when both cpu shares and quotas are used Reviewed-by: dholmes, mseledtsov
Fri, 23 Feb 2018 09:15:42 +0100 8198560: Remove implicit casts from oop to JavaThread* and jlong*
eosterlund [Fri, 23 Feb 2018 09:15:42 +0100] rev 49057
8198560: Remove implicit casts from oop to JavaThread* and jlong* Reviewed-by: kbarrett, coleenp, tschatzl
Fri, 23 Feb 2018 07:47:29 -0500 8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
coleenp [Fri, 23 Feb 2018 07:47:29 -0500] rev 49056
8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532 Summary: Make generate_class_cast_message able to deal with NULL klass from the constant pool. Reviewed-by: hseigel, lfoltan
Fri, 23 Feb 2018 12:47:36 +0100 8198564: Multiple crashes on SPARC
rkennke [Fri, 23 Feb 2018 12:47:36 +0100] rev 49055
8198564: Multiple crashes on SPARC Reviewed-by: dholmes, simonis, stefank
Fri, 23 Feb 2018 09:38:33 +0100 8198420: Remove unused extension point AllocationContextStats
sjohanss [Fri, 23 Feb 2018 09:38:33 +0100] rev 49054
8198420: Remove unused extension point AllocationContextStats Reviewed-by: ehelin, tschatzl
Thu, 22 Feb 2018 14:16:18 +0100 8198553: jcmd: separate Metaspace statistics from NMT
stuefe [Thu, 22 Feb 2018 14:16:18 +0100] rev 49053
8198553: jcmd: separate Metaspace statistics from NMT Reviewed-by: zgu, coleenp
Thu, 22 Feb 2018 14:58:01 -0500 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi [Thu, 22 Feb 2018 14:58:01 -0500] rev 49052
8198551: Rename hotspot_tier1 test group to tier1 Reviewed-by: lfoltan, iignatyev
Thu, 22 Feb 2018 16:29:10 +0100 8198558: Windows does not build without precompiled headers
stuefe [Thu, 22 Feb 2018 16:29:10 +0100] rev 49051
8198558: Windows does not build without precompiled headers Reviewed-by: coleenp, mlarsson, lfoltan
Thu, 22 Feb 2018 18:37:48 +0100 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:37:48 +0100] rev 49050
8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap Reviewed-by: kbarrett, sjohanss
Thu, 22 Feb 2018 18:37:23 +0100 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:37:23 +0100] rev 49049
8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap Reviewed-by: pliden, sjohanss, kbarrett
Thu, 22 Feb 2018 18:36:32 +0100 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
stefank [Thu, 22 Feb 2018 18:36:32 +0100] rev 49048
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap Reviewed-by: pliden, sjohanss
Thu, 22 Feb 2018 18:36:07 +0100 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
stefank [Thu, 22 Feb 2018 18:36:07 +0100] rev 49047
8198515: Extract SoftReferencePolicy code out of CollectorPolicy Reviewed-by: pliden, sjohanss
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip