comparison src/os_cpu/linux_zero/vm/os_linux_zero.cpp @ 1970:b675ff1ca7a3

7002129: Zero and Shark fixes, 3rd Summary: 6970683 and 6953144 introduced changes that need to be implemented for Zero and Shark. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Tue, 23 Nov 2010 04:33:42 -0800
parents 13b87063b4d8
children f95d63e2154a
comparison
equal deleted inserted replaced
1966:4110c3e0c50d 1970:b675ff1ca7a3
368 368
369 void os::print_context(outputStream* st, void* context) { 369 void os::print_context(outputStream* st, void* context) {
370 ShouldNotCallThis(); 370 ShouldNotCallThis();
371 } 371 }
372 372
373 void os::print_register_info(outputStream *st, void *context) {
374 ShouldNotCallThis();
375 }
376
373 ///////////////////////////////////////////////////////////////////////////// 377 /////////////////////////////////////////////////////////////////////////////
374 // Stubs for things that would be in linux_zero.s if it existed. 378 // Stubs for things that would be in linux_zero.s if it existed.
375 // You probably want to disassemble these monkeys to check they're ok. 379 // You probably want to disassemble these monkeys to check they're ok.
376 380
377 extern "C" { 381 extern "C" {