Tue, 26 Apr 2016 20:43:59 -0700 8154896: xml.transform fails intermittently on SKX
mcberg [Tue, 26 Apr 2016 20:43:59 -0700] rev 38134
8154896: xml.transform fails intermittently on SKX Summary: Replace some short branches (jccb) to avoid problem when EVEX is used. Reviewed-by: twisti, kvn
Tue, 26 Apr 2016 10:28:51 +0200 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman [Tue, 26 Apr 2016 10:28:51 +0200] rev 38133
8151956: Support non-continuous CodeBlobs in HotSpot Reviewed-by: iveresov, thartmann, simonis
Mon, 25 Apr 2016 21:25:22 +0300 8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
vlivanov [Mon, 25 Apr 2016 21:25:22 +0300] rev 38132
8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method Reviewed-by: kvn
Mon, 25 Apr 2016 18:36:27 +0300 8134918: C2: Type speculation produces mismatched unsafe accesses
vlivanov [Mon, 25 Apr 2016 18:36:27 +0300] rev 38131
8134918: C2: Type speculation produces mismatched unsafe accesses Reviewed-by: kvn
Mon, 25 Apr 2016 10:53:42 +0200 8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
thartmann [Mon, 25 Apr 2016 10:53:42 +0200] rev 38130
8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks Summary: Pre-loop Opaque1 node 'pre_opaq' should be put on the IGVN worklist after modification. Reviewed-by: kvn
Mon, 25 Apr 2016 10:51:44 +0200 8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
thartmann [Mon, 25 Apr 2016 10:51:44 +0200] rev 38129
8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled Summary: Disable multiversioning if range check elimination is turned off. Reviewed-by: mcberg, kvn
Fri, 29 Apr 2016 08:39:22 +0200 8155245: Add logging when MMU target is violated
sjohanss [Fri, 29 Apr 2016 08:39:22 +0200] rev 38128
8155245: Add logging when MMU target is violated Reviewed-by: ehelin, mgerdin
Thu, 28 Apr 2016 23:08:16 -0700 Merge
amurillo [Thu, 28 Apr 2016 23:08:16 -0700] rev 38127
Merge
Thu, 28 Apr 2016 14:44:52 -0700 Merge
amurillo [Thu, 28 Apr 2016 14:44:52 -0700] rev 38126
Merge
Fri, 29 Apr 2016 04:44:08 +0200 Merge
mlarsson [Fri, 29 Apr 2016 04:44:08 +0200] rev 38125
Merge
Wed, 27 Apr 2016 21:00:45 +0900 8155089: UL: Remove trailing comma from log decoration list
ysuenaga [Wed, 27 Apr 2016 21:00:45 +0900] rev 38124
8155089: UL: Remove trailing comma from log decoration list Reviewed-by: dsamersoff, mlarsson
Fri, 29 Apr 2016 03:02:43 +0200 Merge
ppunegov [Fri, 29 Apr 2016 03:02:43 +0200] rev 38123
Merge
Thu, 28 Apr 2016 16:55:04 +0300 8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option
kzhaldyb [Thu, 28 Apr 2016 16:55:04 +0300] rev 38122
8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option Reviewed-by: dfazunen, drwhite, jwilhelm
Thu, 28 Apr 2016 17:58:18 +0300 8155034: [TESTBUG] ctw tests fail to compile: module reads package sun.reflect from both jdk.unsupported and java.base
ppunegov [Thu, 28 Apr 2016 17:58:18 +0300] rev 38121
8155034: [TESTBUG] ctw tests fail to compile: module reads package sun.reflect from both jdk.unsupported and java.base Summary: Replace sun.reflect with jdk.internal.reflect Reviewed-by: iignatyev, ddmitriev
Thu, 28 Apr 2016 23:32:50 +0000 Merge
gziemski [Thu, 28 Apr 2016 23:32:50 +0000] rev 38120
Merge
Thu, 28 Apr 2016 22:44:52 +0000 Merge
gziemski [Thu, 28 Apr 2016 22:44:52 +0000] rev 38119
Merge
Thu, 28 Apr 2016 10:41:53 -0500 8153835: Fix range of flag MaxDirectMemorySize which is parsed at jlong
gziemski [Thu, 28 Apr 2016 10:41:53 -0500] rev 38118
8153835: Fix range of flag MaxDirectMemorySize which is parsed at jlong Summary: Changed MaxDirectMemorySize type to uint64_t and set max to max_jlong Reviewed-by: goetz, simonis
Thu, 28 Apr 2016 21:56:38 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 21:56:38 +0000] rev 38117
Merge
Thu, 28 Apr 2016 19:34:13 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 19:34:13 +0000] rev 38116
Merge
Thu, 28 Apr 2016 12:25:16 -0700 8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module
sspitsyn [Thu, 28 Apr 2016 12:25:16 -0700] rev 38115
8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module Summary: Clarify the JVMTI spec Reviewed-by: alanb
Thu, 28 Apr 2016 22:32:06 +0200 Merge
stefank [Thu, 28 Apr 2016 22:32:06 +0200] rev 38114
Merge
Thu, 28 Apr 2016 15:52:08 +0200 8155206: Internal VM test DirectiveParser_test is too verbose
stefank [Thu, 28 Apr 2016 15:52:08 +0200] rev 38113
8155206: Internal VM test DirectiveParser_test is too verbose Reviewed-by: rehn, neliasso
Thu, 28 Apr 2016 13:44:36 -0400 8151342: Add module name/version to class histogram output
hseigel [Thu, 28 Apr 2016 13:44:36 -0400] rev 38112
8151342: Add module name/version to class histogram output Summary: Add additional column to histogram containing module@version Reviewed-by: sundar, gtriantafill
Thu, 28 Apr 2016 09:10:10 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 09:10:10 +0000] rev 38111
Merge
Thu, 28 Apr 2016 00:36:46 -0700 8153749: New capability can_generate_early_class_hook_events
sspitsyn [Thu, 28 Apr 2016 00:36:46 -0700] rev 38110
8153749: New capability can_generate_early_class_hook_events Summary: Add new capability Reviewed-by: alanb, dsamersoff
Wed, 27 Apr 2016 11:25:16 +0200 8155209: Move setting of young index in cset to G1CollectionSet
mgerdin [Wed, 27 Apr 2016 11:25:16 +0200] rev 38109
8155209: Move setting of young index in cset to G1CollectionSet Reviewed-by: sjohanss, ehelin
Wed, 27 Apr 2016 11:40:43 -0700 8154976: UseSharedSpaces error message is incomplete
ccheung [Wed, 27 Apr 2016 11:40:43 -0700] rev 38108
8154976: UseSharedSpaces error message is incomplete Reviewed-by: cjplummer, jiangli, mseledtsov
Wed, 27 Apr 2016 16:02:32 +0200 8155087: Calculation in other_time_ms() is incorrect
sjohanss [Wed, 27 Apr 2016 16:02:32 +0200] rev 38107
8155087: Calculation in other_time_ms() is incorrect Reviewed-by: tschatzl, ehelin
Wed, 27 Apr 2016 16:02:02 +0200 8155082: Refactor mutator region restriction
sjohanss [Wed, 27 Apr 2016 16:02:02 +0200] rev 38106
8155082: Refactor mutator region restriction Reviewed-by: mgerdin, tschatzl
Wed, 27 Apr 2016 13:50:00 +0200 Merge
ehelin [Wed, 27 Apr 2016 13:50:00 +0200] rev 38105
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip