mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 06:45:17 +00:00
8306278: jvmtiAgentList.cpp:253 assert(offset >= 0) failed: invariant occurs on AIX after JDK-8257967
Reviewed-by: sspitsyn, dholmes, mbaesken
This commit is contained in:
parent
9fb53adfe0
commit
c738c8ea3e
@ -245,7 +245,6 @@ JvmtiAgent* JvmtiAgentList::lookup(JvmtiEnv* env, void* f_ptr) {
|
||||
return nullptr;
|
||||
}
|
||||
assert(buffer[0] != '\0', "invariant");
|
||||
assert(offset >= 0, "invariant");
|
||||
const void* const os_module_address = reinterpret_cast<address>(f_ptr) - offset;
|
||||
|
||||
JvmtiAgentList::Iterator it = JvmtiAgentList::agents();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user