shade [Fri, 27 Sep 2013 11:52:24 +0400] rev 20296
8014447: Object.hashCode intrinsic breaks inline caches
Summary: Try to inline as normal method first, then fall back to intrinsic.
Reviewed-by: kvn, twisti
twisti [Sat, 28 Sep 2013 12:42:22 -0700] rev 20295
8025613: clang: remove -Wno-unused-value
Reviewed-by: iveresov
iignatyev [Sat, 28 Sep 2013 12:32:10 +0400] rev 20294
8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
Reviewed-by: kvn
iignatyev [Sat, 28 Sep 2013 12:32:09 +0400] rev 20293
8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
Reviewed-by: twisti
adlertz [Fri, 27 Sep 2013 15:43:03 -0700] rev 20292
Merge
adlertz [Fri, 27 Sep 2013 12:43:51 -0700] rev 20291
Merge
anoll [Fri, 27 Sep 2013 10:50:55 +0200] rev 20290
8020151: PSR:PERF Large performance regressions when code cache is filled
Summary: Code cache sweeping based on method hotness; removed speculatively disconnect
Reviewed-by: kvn, iveresov
rbackman [Fri, 27 Sep 2013 08:39:19 +0200] rev 20289
8024924: Intrinsify java.lang.Math.addExact
Reviewed-by: kvn, twisti
twisti [Thu, 26 Sep 2013 12:07:53 -0700] rev 20288
8024545: make develop and notproduct flag values available in product builds
Reviewed-by: dholmes, kvn
zgu [Tue, 01 Oct 2013 11:06:35 -0400] rev 20287
Merge
zgu [Tue, 01 Oct 2013 09:21:43 -0400] rev 20286
Merge
zgu [Tue, 01 Oct 2013 08:54:05 -0400] rev 20285
8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails
Summary: Uses stack for the format buffer instead of resource memory
Reviewed-by: kvn, coleenp
acorn [Tue, 01 Oct 2013 08:10:42 -0400] rev 20284
8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default.
Reviewed-by: coleenp, bharadwaj, minqi
zgu [Fri, 27 Sep 2013 10:08:56 -0400] rev 20283
Merge
hseigel [Thu, 26 Sep 2013 10:25:02 -0400] rev 20282
7195622: CheckUnhandledOops has limited usefulness now
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
Contributed-by: lois.foltan@oracle.com