neliasso [Thu, 04 Oct 2012 06:31:07 -0700] rev 13932
8000102: Resolve include conflicts
Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.
Reviewed-by: kvn
Contributed-by: nils.eliasson@oracle.com
kvn [Tue, 02 Oct 2012 14:49:21 -0700] rev 13931
7199742: A lot of C2 OSR compilations of the same method's bci
Summary: Don't clone head of OSR loop.
Reviewed-by: jrose, twisti
kvn [Tue, 02 Oct 2012 12:25:13 -0700] rev 13930
7201026: add vector for shift count
Summary: Add generation of vectors for scalar shift count.
Reviewed-by: roland, twisti, dlong
twisti [Mon, 01 Oct 2012 14:50:10 -0700] rev 13929
7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
Reviewed-by: jrose, kvn
jmasa [Thu, 04 Oct 2012 14:01:07 -0700] rev 13928
Merge
jmasa [Thu, 04 Oct 2012 10:40:23 -0700] rev 13927
7198873: NPG: VM Does not unload classes with UseConcMarkSweepGC
Reviewed-by: johnc, mgerdin, jwilhelm
johnc [Thu, 04 Oct 2012 10:04:13 -0700] rev 13926
8000311: G1: ParallelGCThreads==0 broken
Summary: Divide by zero error, if ParallelGCThreads is 0, when adjusting the PLAB size.
Reviewed-by: jmasa, jcoomes
jwilhelm [Wed, 03 Oct 2012 20:31:41 +0200] rev 13925
8000351: Tenuring threshold should be unsigned
Summary: Change the flags and variables related to tenuring threshold to be unsigned
Reviewed-by: jmasa, johnc