coleenp [Fri, 22 Feb 2013 08:36:42 -0500] rev 15799
8000797: NPG: is_pseudo_string_at() doesn't work
Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags.
Reviewed-by: sspitsyn, jrose
sla [Fri, 22 Feb 2013 10:03:02 +0100] rev 15798
7165259: Remove BugSpot
Reviewed-by: coleenp, mgronlun
zgu [Thu, 21 Feb 2013 07:50:48 -0500] rev 15797
8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
Summary: Added NULL pointer check for arena size record
Reviewed-by: sspitsyn, dholmes
dcubed [Wed, 20 Feb 2013 19:36:25 -0800] rev 15796
6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly
Summary: report_vm_out_of_memory() should allow VMError.report_and_die() to handle multiple out of native memory errors.
Reviewed-by: dcubed, dholmes, coleenp, acorn
Contributed-by: ron.durbin@oracle.com
hseigel [Wed, 20 Feb 2013 07:42:01 -0500] rev 15795
Merge
hseigel [Wed, 20 Feb 2013 07:16:23 -0500] rev 15794
8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp
Summary: Delete the questionable source code because it is for no-longer supported versions of Linux.
Reviewed-by: mikael, coleenp
mgerdin [Tue, 19 Feb 2013 18:45:49 +0100] rev 15793
8006753: fix failed for JDK-8002415 White box testing API for HotSpot
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue
Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn