-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
b33
StackFrameInfo::walker field is used to determine if the StackWalker retains Class reference and StackFrame::getDeclaringClass can throw UOE if no access.
StackFrameInfo can have a bitmap and store the capability in the bitmap. The BCI is a short and the bitmap may just use the padding due to the alignment. This way it will save some memory footprint.
StackFrameInfo can have a bitmap and store the capability in the bitmap. The BCI is a short and the bitmap may just use the padding due to the alignment. This way it will save some memory footprint.
- relates to
-
JDK-8153682 StackFrameInfo.declaringClass could be removed
-
- Resolved
-