kvn [Wed, 02 Apr 2008 16:59:37 -0700] rev 348
6681577: PIT: some VM tests fails with -XX:+AggressiveOpts in 6u5p b01
Summary: C2 spends > 60% in escape analysis code during test nsk/regression/b4675027.
Reviewed-by: never
jrose [Wed, 02 Apr 2008 12:09:59 -0700] rev 347
6667042: PrintAssembly option does not work without special plugin
Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources
Reviewed-by: kvn, rasbold
never [Fri, 28 Mar 2008 09:00:39 -0700] rev 346
6680594: Load + Load isn't canonicalized leading to missed GVN opportunities
Reviewed-by: kvn, jrose
never [Wed, 26 Mar 2008 12:25:06 -0700] rev 345
6679708: No_Safepoint_Verifier and BacktraceBuilder have uninitialized fields
Summary: fix or remove uninitialized fields
Reviewed-by: kvn, rasbold
kamg [Wed, 09 Apr 2008 10:38:30 -0400] rev 344
Merge
apetrusenko [Mon, 07 Apr 2008 09:32:49 -0700] rev 343
Merge
tonyp [Thu, 27 Mar 2008 17:22:06 -0700] rev 342
Merge
ysr [Sun, 16 Mar 2008 21:57:25 -0700] rev 341
6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
Summary: The option CMSInitiatingPermOccupancyFraction now controls perm triggering threshold. Even though the actual value of the threshold has not yet been changed, so there is no change in policy, we now have the infrastructure in place for dynamically deciding when to collect the perm gen, an issue that will be addressed in the near future.
Reviewed-by: jmasa
sbohne [Thu, 10 Apr 2008 15:49:16 -0400] rev 340
6686407: Fix for 6666698 broke -XX:BiasedLockingStartupDelay=0
Summary: Stack allocated VM_EnableBiasedLocking op must be marked as such
Reviewed-by: xlu, acorn, never, dholmes
kamg [Thu, 10 Apr 2008 12:21:01 -0400] rev 339
6615981: JVM class file parser incorrectly rejects class files with version < 45.2
Summary: A check on Code length did not take into account the old sizes of the max_stack, max_locals, and code_length.
Reviewed-by: phh, sbohne