amurillo [Fri, 05 Aug 2016 09:50:25 -0700] rev 40108
Merge
dholmes [Tue, 02 Aug 2016 16:24:04 -0400] rev 40107
7008747: Header files with conditional behaviour can not be precompiled
Reviewed-by: kvn, gthornbr
mchernov [Tue, 02 Aug 2016 15:22:41 +0300] rev 40106
8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
Reviewed-by: sangheki, tschatzl
kvn [Mon, 01 Aug 2016 20:47:51 -0700] rev 40105
Merge
tpivovarova [Fri, 29 Jul 2016 17:41:14 +0300] rev 40104
8161138: testlibrary_tests/ctw/* failed with "Failed. Unexpected exit from test [exit code: 0]"
Reviewed-by: kvn
clanger [Mon, 01 Aug 2016 20:41:15 -0400] rev 40103
8162869: Small fixes for AIX perf memory and attach listener
Reviewed-by: dsamersoff, dholmes
coleenp [Mon, 01 Aug 2016 16:28:23 -0400] rev 40102
8161445: [BACKOUT] MemberNameTable doesn't purge stale entries
Summary: Original change caused performance regression in microbenchmarks after GC
Reviewed-by: dholmes, ecaspole
dsamersoff [Mon, 01 Aug 2016 15:38:58 +0300] rev 40101
8160817: Add jsadebugd functionality to jhsdb
Summary: add jsadebugd functionality to jhsdb
Reviewed-by: dsamersoff
Contributed-by: sharath.ballal@oracle.com
dsamersoff [Mon, 01 Aug 2016 10:51:22 +0300] rev 40100
8158050: Remove SA-JDI
Summary: Remove SA-JDI
Reviewed-by: alanb, dsamersoff
Contributed-by: sharath.ballal@oracle.com
amurillo [Fri, 29 Jul 2016 16:50:45 -0700] rev 40099
Merge
amurillo [Fri, 29 Jul 2016 16:11:55 -0700] rev 40098
Merge
jmasa [Fri, 29 Jul 2016 20:23:24 +0000] rev 40097
Merge
jmasa [Wed, 08 Jun 2016 14:11:51 -0700] rev 40096
8159073: : Error handling incomplete when creating GC threads lazily
Reviewed-by: drwhite, tschatzl, sangheki
dcubed [Fri, 29 Jul 2016 11:38:07 -0700] rev 40095
8161601: Solaris: __USE_LEGACY_PROTOTYPES__ is redundant and should be removed
Reviewed-by: redestad, dcubed, gthornbr, dholmes
rbackman [Fri, 29 Jul 2016 08:17:43 +0000] rev 40094
Merge
rbackman [Fri, 29 Jul 2016 09:23:05 +0200] rev 40093
Merge
dpochepk [Thu, 28 Jul 2016 16:09:31 +0300] rev 40092
8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
Reviewed-by: kvn
zmajo [Thu, 28 Jul 2016 08:19:35 +0000] rev 40091
Merge
roland [Wed, 27 Jul 2016 12:33:33 +0200] rev 40090
8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
Summary: when speculation fails at a call fallback to profile data at the call site
Reviewed-by: kvn
dlong [Wed, 27 Jul 2016 10:56:01 -0700] rev 40089
8160742: Node::operator new invokes undefined behavior
Summary: remove obsolete asserts
Reviewed-by: kvn
goetz [Wed, 20 Jul 2016 12:34:11 +0200] rev 40088
8161907: adlc: Fix crash in cisc_spill_match if _rChild == NULL
Reviewed-by: kvn
roland [Mon, 25 Jul 2016 14:31:42 -0700] rev 40087
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
Summary: don't convert loop with safepoint on the backedge to Counted loop
Reviewed-by: kvn
aph [Thu, 23 Jun 2016 17:58:59 +0000] rev 40086
8157306: Random infrequent null pointer exceptions in javac
Reviewed-by: kvn
dpochepk [Mon, 25 Jul 2016 21:02:51 +0300] rev 40085
8162376: TestSHA512Intrinsics.java failed with Unexpected count of intrinsic _sha5_implCompress is expected
Reviewed-by: kvn
twisti [Fri, 22 Jul 2016 12:47:08 -1000] rev 40084
8162427: fix indent in CompileTask::print_tty
Reviewed-by: kvn
roland [Mon, 18 Jul 2016 20:45:51 +0200] rev 40083
8161651: Logic in ConnectionGraph::split_unique_types() wrongly assumes node always have memory input
Reviewed-by: thartmann, kvn
dnsimon [Fri, 22 Jul 2016 17:52:03 +0000] rev 40082
Merge
dnsimon [Wed, 20 Jul 2016 22:18:13 +0000] rev 40081
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
Reviewed-by: twisti, kvn, never