Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bypass Code Requiring VM Read at JITServer
Bypass the code that requires a VM read in constraintRecognizedMethod under JITServer mode, to prevent an invalid class pointer being sent to the client and crashing the client. This block of code should only be reached in jdk11. Signed-off-by: Luke Li <[email protected]>
- Loading branch information