Bug 579744 - OpenJ9 allows unverified methods to be invoked using MethodHandles
Summary: OpenJ9 allows unverified methods to be invoked using MethodHandles
Status: RESOLVED FIXED
Alias: None
Product: openj9
Classification: Technology
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: security
Depends on:
Blocks:
 
Reported: 2022-04-22 12:34 EDT by Peter Shipton CLA
Modified: 2022-04-22 12:35 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Shipton CLA 2022-04-22 12:34:30 EDT
In Eclipse Openj9 before version 0.32.0, Java 8 & 11 fail to throw the exception captured during bytecode verification when verification is triggered by a MethodHandle invocation, allowing unverified methods to be invoked using MethodHandles.