Remove unnecessary assert
This commit is contained in:
parent
dbf314c759
commit
b9a3432f7a
@ -48,7 +48,6 @@ inline VTimeScope::~VTimeScope() {
|
||||
}
|
||||
|
||||
if (UsePerfData) {
|
||||
assert(_thread == this, "Assumes VM thread");
|
||||
CPUTimeCounters::get_instance()->update_counter(CPUTimeGroups::CPUTimeType::vm, end);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user