Skip to content

Commit fbe5ab0

Browse files
author
David Holmes
committedJan 25, 2023
8300830: Remove redundant assertion in src/hotspot/share/runtime/javaCalls.cpp
Reviewed-by: iklam, rehn, dcubed
1 parent 1339461 commit fbe5ab0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/hotspot/share/runtime/javaCalls.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2021, Azul Systems, Inc. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -95,8 +95,6 @@ JavaCallWrapper::JavaCallWrapper(const methodHandle& callee_method, Handle recei
9595
debug_only(_thread->inc_java_call_counter());
9696
_thread->set_active_handles(new_handles); // install new handle block and reset Java frame linkage
9797

98-
assert (_thread->thread_state() != _thread_in_native, "cannot set native pc to NULL");
99-
10098
MACOS_AARCH64_ONLY(_thread->enable_wx(WXExec));
10199
}
102100

0 commit comments

Comments
 (0)
Please sign in to comment.