RFR: 8268829: Provide an optimized way to walk the stack with Class object only [v8]
Mandy Chung
mchung at openjdk.org
Wed Sep 6 20:17:46 UTC 2023
On Wed, 30 Aug 2023 22:01:28 GMT, Brent Christian <bchristi at openjdk.org> wrote:
>> Mandy Chung has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - update mode to be int rather than long
>> - update tests
>> - Review feedback on javadoc
>
> src/java.base/share/classes/java/lang/ClassFrameInfo.java line 37:
>
>> 35: int flags; // updated by VM to set hidden and caller-sensitive bits
>> 36:
>> 37: ClassFrameInfo(StackWalker walker) {
>
> The StackFrameInfo constructor has comment. Maybe add one here, too?
sure.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15370#discussion_r1317783076
More information about the core-libs-dev
mailing list