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 fixingJDK-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.
            
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
- relates to
- 
                    JDK-8164383 jhsdb dumps core on Solaris 12 when loading dumped core -           
- Closed
 
-         
- 
                    JDK-8167149 jhsdb dumps core on Solaris 12 when loading dumped core -           
- Resolved
 
-         
 P4
  P4