mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +00:00
8352163: [AIX] SIGILL in AttachOperation::ReplyWriter::write_fully after 8319055
Reviewed-by: dholmes, mdoerr
This commit is contained in:
parent
53c5b93ca5
commit
a3540be502
@ -127,9 +127,11 @@ public:
|
||||
// Called after the operation is completed.
|
||||
// If reply_writer is provided, writes the results.
|
||||
void complete() {
|
||||
JavaThread* thread = JavaThread::current();
|
||||
ThreadBlockInVM tbivm(thread);
|
||||
flush_reply();
|
||||
if (_reply_writer != nullptr) {
|
||||
JavaThread* thread = JavaThread::current();
|
||||
ThreadBlockInVM tbivm(thread);
|
||||
flush_reply();
|
||||
}
|
||||
}
|
||||
|
||||
virtual void write(const char* str, size_t len) override {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user