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 {
|
struct UpcallContext {
|
||||||
Thread* attachedThread;
|
Thread* attachedThread;
|
||||||
|
|
||||||
UpcallContext() {} // Explicit constructor to address XL C compiler bug.
|
|
||||||
~UpcallContext() {
|
~UpcallContext() {
|
||||||
if (attachedThread != nullptr) {
|
if (attachedThread != nullptr) {
|
||||||
JavaVM_ *vm = (JavaVM *)(&main_vm);
|
JavaVM_ *vm = (JavaVM *)(&main_vm);
|
||||||
|
Loading…
Reference in New Issue
Block a user