adlertz [Fri, 25 Oct 2013 10:13:40 +0200] rev 21200
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal
Reviewed-by: roland
twisti [Thu, 24 Oct 2013 16:26:31 -0700] rev 21199
Merge
twisti [Thu, 24 Oct 2013 16:23:07 -0700] rev 21198
8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: jrose, roland
ehelin [Thu, 31 Oct 2013 21:20:00 +0100] rev 21197
Merge
brutisso [Mon, 28 Oct 2013 13:27:57 +0100] rev 21196
8027132: Print deprecation warning message for the flags controlling the CMS foreground collector
Reviewed-by: stefank, ehelin, ysr, tschatzl
vladidan [Wed, 30 Oct 2013 16:31:33 -0700] rev 21195
Merge
jprovino [Wed, 30 Oct 2013 16:06:48 -0400] rev 21194
Merge
jprovino [Sun, 27 Oct 2013 14:11:06 -0400] rev 21193
Merge
dholmes [Thu, 24 Oct 2013 00:33:14 -0400] rev 21192
8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build
Reviewed-by: coleenp, twisti
ccheung [Wed, 30 Oct 2013 14:02:27 -0700] rev 21191
Merge
dsamersoff [Mon, 28 Oct 2013 21:41:48 +0400] rev 21190
8026950: Nits in agent ps_proc.c file breaks compilation of open hotspot
Summary: Fixed two compilation-breaking nits
Reviewed-by: sla, dholmes
ccheung [Fri, 25 Oct 2013 22:06:43 -0700] rev 21189
Merge
coleenp [Fri, 25 Oct 2013 15:19:29 -0400] rev 21188
8024927: Nashorn performance regression with CompressedOops
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
Reviewed-by: stefank, hseigel, goetz
hseigel [Fri, 25 Oct 2013 11:13:11 -0400] rev 21187
Merge
hseigel [Fri, 25 Oct 2013 11:05:32 -0400] rev 21186
8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space.
Reviewed-by: stefank, coleenp