8326085: Remove unnecessary UpcallContext constructor

Reviewed-by: kbarrett, stuefe
This commit is contained in:
Sonia Zaldana Calles 2024-06-10 13:41:56 +00:00 committed by Thomas Stuefe
parent 2a242db01e
commit e0afe0b5e4

View File

@ -48,7 +48,6 @@ extern struct JavaVM_ main_vm;
struct UpcallContext {
Thread* attachedThread;
UpcallContext() {} // Explicit constructor to address XL C compiler bug.
~UpcallContext() {
if (attachedThread != nullptr) {
JavaVM_ *vm = (JavaVM *)(&main_vm);