8301380: jdk/jfr/api/consumer/streaming/TestCrossProcessStreaming.java
Reviewed-by: dholmes, egahlin
This commit is contained in:
parent
0f08785c01
commit
c92a7deba5
@ -38,6 +38,9 @@ static bool java_thread_inclusion_predicate(JavaThread* jt, bool live_only) {
|
||||
if (live_only && jt->thread_state() == _thread_new) {
|
||||
return false;
|
||||
}
|
||||
if (jt->is_attaching_via_jni()) {
|
||||
return false;
|
||||
}
|
||||
return thread_inclusion_predicate(jt);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user