comparison src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp @ 20710:c5e86c5cd22e

8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
author goetz
date Fri, 12 Dec 2014 08:48:56 +0100
parents 327e7269f90d
children
comparison
equal deleted inserted replaced
20709:28f116adb50c 20710:c5e86c5cd22e
451 } 451 }
452 452
453 //////////////////////////////////////////////////////////////////////////////// 453 ////////////////////////////////////////////////////////////////////////////////
454 // thread stack 454 // thread stack
455 455
456 size_t os::Linux::min_stack_allowed = 768*K; 456 size_t os::Linux::min_stack_allowed = 128*K;
457 457
458 bool os::Linux::supports_variable_stack_size() { return true; } 458 bool os::Linux::supports_variable_stack_size() { return true; }
459 459
460 // return default stack size for thr_type 460 // return default stack size for thr_type
461 size_t os::Linux::default_stack_size(os::ThreadType thr_type) { 461 size_t os::Linux::default_stack_size(os::ThreadType thr_type) {