8326085: Remove unnecessary UpcallContext constructor
Reviewed-by: kbarrett, stuefe
This commit is contained in:
parent
2a242db01e
commit
e0afe0b5e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user