mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-23 22:29:55 +00:00
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…
x
Reference in New Issue
Block a user