RFR: 8258961: move some fields of SafePointNode from public to protected
Xin Liu
xliu at openjdk.java.net
Fri Jan 15 23:08:21 UTC 2021
On Wed, 6 Jan 2021 09:15:24 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Declare VMStructs is a friend of SafePointNode so we can move some fields from public zone to protected zone.
>> Clean up the forward declaration section in callnode.hpp. Lock/Unlock Nodes are subclasses of AbstractLockNode.
>
> @navyxliu There is a title mismatch between the PR and the JBS issue that you need to fix before integration.
hello, @TobiHartmann ,
Could you take a look at this PR again? I've corrected title and description to reflect what this patch does.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1899
More information about the hotspot-compiler-dev
mailing list