vlivanov [Fri, 05 Oct 2012 18:57:10 -0700] rev 13964
7177003: C1: LogCompilation support
Summary: add LogCompilation support in C1 - both client and tiered mode.
Reviewed-by: twisti, kvn
mikael [Tue, 09 Oct 2012 10:09:34 -0700] rev 13963
7197424: update copyright year to match last edit in jdk8 hotspot repository
Summary: Update copyright year to 2012 for relevant files
Reviewed-by: dholmes, coleenp
coleenp [Tue, 09 Oct 2012 02:42:16 -0400] rev 13962
8000622: Forgot to hg add and check in test for JDK-7170638
Summary: add the test
Reviewed-by: coleenp, kamg
Contributed-by: Mark Wielaard <mjw@redhat.com>
rbackman [Tue, 09 Oct 2012 07:41:27 +0200] rev 13961
Merge
minqi [Mon, 08 Oct 2012 16:59:44 -0700] rev 13960
Merge
minqi [Mon, 08 Oct 2012 16:48:52 -0700] rev 13959
8000332: SA ClassDump throws exception after permgen removal
Summary: In ClassWrite.writeFields(), fields count was mistakenly set to fields length which overflow the array index. Also removed a file which is leftover from 6879063 changeset.
Reviewed-by: coleenp, sspitsyn
Contributed-by: yumin.qi@oracle.com
coleenp [Mon, 08 Oct 2012 09:18:54 -0400] rev 13958
7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field.
Summary: Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly.
Reviewed-by: coleenp, kamg, dholmes, sspitsyn
Contributed-by: Mark Wielaard <mjw@redhat.com>
dholmes [Thu, 04 Oct 2012 20:09:46 -0400] rev 13957
Merge
dholmes [Thu, 04 Oct 2012 19:52:09 -0400] rev 13956
7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run
Reviewed-by: kvn, twisti
coleenp [Thu, 04 Oct 2012 08:43:14 -0400] rev 13955
6884973: java -XX:Atomics=2 crashes
Summary: Remove buggy experimental option
Reviewed-by: acorn, coleenp
Contributed-by: harold.seigel@oracle.com
coleenp [Thu, 04 Oct 2012 08:38:06 -0400] rev 13954
7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0
Summary: Uncommented out include for sys/stat.h and deleted include statements that were commented out.
Reviewed-by: coleenp, acorn, dholmes
Contributed-by: harold.seigel@oracle.com
kevinw [Sun, 30 Sep 2012 23:24:12 +0100] rev 13953
7200145: runtime/7196045/Test7196045.java fails with No class provided for `main'
Reviewed-by: dholmes, dsamersoff