commit | 56fe18e3756a08f3067025024d3e4df1dac75bb7 | [log] [tgz] |
---|---|---|
author | Daniel D. Daugherty <dcubed@openjdk.org> | Mon Mar 02 14:00:23 2009 -0700 |
committer | Daniel D. Daugherty <dcubed@openjdk.org> | Mon Mar 02 14:00:23 2009 -0700 |
tree | fabd636bb2a5a4ae8a4070301a685a01669673ee | |
parent | 74a99e1e82cac6b167dd7b629243527f6a98abb5 [diff] |
6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness Check for NULL return values from jvmti_thread_state() and state_for() and return a JVM TI error code as appropriate. Reviewed-by: coleenp, swamyv