pass along the frame and method to the bytecodes
the JIT cannot track what happens to the method and frame if they are stored on the interpreter, just pass them along. (code looks nicer too.)
Please register or sign in to comment
WARNING! Access to this system is limited to authorised users only.
Unauthorised users may be subject to prosecution.
Unauthorised access
to this system is a criminal offence under Australian law (Federal
Crimes Act 1914 Part VIA)
It is a criminal offence to:
(1) Obtain access to data without authority. -Penalty 2 years
imprisonment.
(2) Damage, delete, alter or insert data without authority. -Penalty
10 years imprisonment.
User activity is monitored and recorded. Anyone using this system
expressly consents to such monitoring and recording.
To protect your data, the CISO officer has suggested users to enable 2FA as soon as possible.
Currently 2.7% of users enabled 2FA.
the JIT cannot track what happens to the method and frame if they are stored on the interpreter, just pass them along. (code looks nicer too.)