Bug 576395 - OpenJ9 must throw IllegalAccessError for MethodHandles that invoke inaccessible interface methods
Summary: OpenJ9 must throw IllegalAccessError for MethodHandles that invoke inaccessib...
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: 2021-10-01 11:57 EDT by Peter Shipton CLA
Modified: 2021-10-20 09:14 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 2021-10-01 11:57:30 EDT

    
Comment 1 Peter Shipton CLA 2021-10-01 11:58:34 EDT
OpenJ9 does not throw IllegalAccessError for MethodHandles created with findVirtual that invoke non-public virtual methods.
Comment 3 Peter Shipton CLA 2021-10-20 09:14:10 EDT
Updated description: OpenJ9 does not throw IllegalAccessError for MethodHandles that invoke inaccessible interface methods.