-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b13
The construction and initialization for the ResourceMark class can be significantly simplified by using delegating constructors.
DeoptResourceMark has all the same issues, since it was a copy-paste-lightly-modify of ResourceMark. The two can benefit from some code merging, in addition to the constructor simplification that was initially intended.
DeoptResourceMark has all the same issues, since it was a copy-paste-lightly-modify of ResourceMark. The two can benefit from some code merging, in addition to the constructor simplification that was initially intended.
- relates to
-
JDK-8252398 minimal debug build broken - CURRENT_PC undefined in resourceArea.inline.hpp
- Resolved