comparison src/share/vm/utilities/vmError.cpp @ 113:ba764ed4b6f2

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
author coleenp
date Sun, 13 Apr 2008 17:43:42 -0400
parents 31d829b33f26
children d1605aabd0a1
comparison
equal deleted inserted replaced
110:a49a647afe9a 113:ba764ed4b6f2
330 330
331 STEP(50, "(printing Java version string)") 331 STEP(50, "(printing Java version string)")
332 332
333 // VM version 333 // VM version
334 st->print_cr("#"); 334 st->print_cr("#");
335 st->print_cr("# Java VM: %s (%s %s %s)", 335 st->print_cr("# Java VM: %s (%s %s %s %s)",
336 Abstract_VM_Version::vm_name(), 336 Abstract_VM_Version::vm_name(),
337 Abstract_VM_Version::vm_release(), 337 Abstract_VM_Version::vm_release(),
338 Abstract_VM_Version::vm_info_string(), 338 Abstract_VM_Version::vm_info_string(),
339 Abstract_VM_Version::vm_platform_string() 339 Abstract_VM_Version::vm_platform_string(),
340 UseCompressedOops ? "compressed oops" : ""
340 ); 341 );
341 342
342 STEP(60, "(printing problematic frame)") 343 STEP(60, "(printing problematic frame)")
343 344
344 // Print current frame if we have a context (i.e. it's a crash) 345 // Print current frame if we have a context (i.e. it's a crash)