Relates :
|
|
Relates :
|
jIn src/jdk.hotspot.agent/solaris/native/libsaproc/saproc.cpp, the following comments 452 453 // Pstack_iter() proc_stack_f callback prior to Nevada-B159 476 // Pstack_iter() proc_stack_f callback in Nevada-B159 or later 477 /**ARGSUSED**/ would not be required anymore. And we would not need the wrapper to the callback routine fill_cframe_list() -- as in, we would need only one routine with the appropriate arguments passed. This got missed while fixing JDK-8164383 : jhsdb dumps core on Solaris 12 when loading dumped core. Pre-8164383, fill_cframe_list() or wrapper_fill_cframe_list() would get called, depending on whether SOLARIS_11_B159_OR_LATER was set or not.