comparison src/cpu/sparc/vm/stubGenerator_sparc.cpp @ 4980:1c7c5be93e84

More diff vs hsx24 clean up.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 21:49:51 +0100
parents 33df1aeaebbf
children 957c266d8bc5
comparison
equal deleted inserted replaced
4979:18a5539bf19b 4980:1c7c5be93e84
434 // properly traversed and ignored during GC, so we change the meaning of the "__" 434 // properly traversed and ignored during GC, so we change the meaning of the "__"
435 // macro within this method. 435 // macro within this method.
436 #undef __ 436 #undef __
437 #define __ masm-> 437 #define __ masm->
438 438
439 address generate_throw_exception(const char* name, address runtime_entry, bool restore_saved_exception_pc, 439 address generate_throw_exception(const char* name, address runtime_entry,
440 Register arg1 = noreg, Register arg2 = noreg) { 440 Register arg1 = noreg, Register arg2 = noreg) {
441 #ifdef ASSERT 441 #ifdef ASSERT
442 int insts_size = VerifyThread ? 1 * K : 600; 442 int insts_size = VerifyThread ? 1 * K : 600;
443 #else 443 #else
444 int insts_size = VerifyThread ? 1 * K : 256; 444 int insts_size = VerifyThread ? 1 * K : 256;