mikael [Tue, 29 Apr 2014 22:05:10 -0700] rev 24327
8042059: Various fixes to linux/sparc
Reviewed-by: twisti, kvn
mikael [Tue, 29 Apr 2014 22:04:09 -0700] rev 24326
8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
Reviewed-by: twisti, kvn
kvn [Tue, 29 Apr 2014 12:20:53 -0700] rev 24325
8041957: -XX:UseAVX=0 cause assert(UseAVX) failed
Summary: temporary set UseAVX=1 and UseSSE=2 in generate_get_cpu_info()
Reviewed-by: twisti
kvn [Tue, 29 Apr 2014 10:29:56 -0700] rev 24324
8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
Summary: Allow replay compilation with replay file parsing error.
Reviewed-by: twisti, iveresov
anoll [Tue, 29 Apr 2014 07:14:46 +0000] rev 24323
Merge
anoll [Tue, 29 Apr 2014 08:08:44 +0200] rev 24322
8036956: remove EnableInvokeDynamic flag
Summary: The EnableInvokeDynamic flag and all support code is removed because it is not longer used in JDK 9.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
anoll [Tue, 29 Apr 2014 07:59:22 +0200] rev 24321
8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
Summary: Fixes broken memory freeing of compile queue tasks and makes sure that blocking compiles do not hang the VM if compilation gets disabled due to a full code cache.
Reviewed-by: kvn, iveresov
morris [Mon, 28 Apr 2014 16:05:12 -0700] rev 24320
8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
Summary: Parfait refactoring in OopMapSet::update_register_map
Reviewed-by: kvn, twisti
drchase [Mon, 28 Apr 2014 15:09:39 -0400] rev 24319
8039407: Regression test needed for JDK-8015396
Summary: Converted bug demo into regression test
Reviewed-by: kvn
anoll [Mon, 28 Apr 2014 14:34:12 +0200] rev 24318
8041771: C1: remove unused IR::_locals_size
Summary: The unused IR::_locals_size is removed.
Reviewed-by: kvn, roland
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
anoll [Mon, 28 Apr 2014 03:44:35 -0700] rev 24317
Merge
anoll [Mon, 28 Apr 2014 12:39:12 +0200] rev 24316
8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
Summary: Add CodeCache::add_scavenge_root_nmethod(this) to the dtrace-constructor of nmethod
Reviewed-by: roland, iveresov
bharadwaj [Fri, 25 Apr 2014 14:29:47 -0400] rev 24315
Merge
adlertz [Fri, 25 Apr 2014 12:48:34 +0200] rev 24314
8029302: Performance regression in Math.pow intrinsic
Summary: Added special case for x^y where y == 2
Reviewed-by: kvn, roland