twisti [Mon, 08 Oct 2012 17:04:00 -0700] rev 13968
8000263: JSR 292: signature types may appear to be unloaded
Reviewed-by: kvn, jrose
vlivanov [Mon, 08 Oct 2012 13:02:13 -0700] rev 13967
8000313: C2 should use jlong for 64bit values
Summary: Replace all occurrences of long with jlong in C2 code.
Reviewed-by: kvn, twisti
vlivanov [Fri, 05 Oct 2012 19:44:49 -0700] rev 13966
8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
Summary: Prepend '.' to the existing native library path
Reviewed-by: kvn, sspitsyn
vlivanov [Fri, 05 Oct 2012 19:29:29 -0700] rev 13965
8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64
Summary: Move decoding into Dependencies::DepStream::argument, so no caller could see encoded context value (NULL) anymore.
Reviewed-by: twisti, kvn
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>