RFR: 8243066 - Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file [v4]
John Tortugo
github.com+2249648+JohnTortugo at openjdk.java.net
Thu Sep 17 18:28:11 UTC 2020
On Wed, 16 Sep 2020 18:27:53 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> John Tortugo has refreshed the contents of this pull request, and previous commits have been removed. The incremental
>> views will show differences compared to the previous content of the PR.
>
> src/hotspot/share/classfile/vmIntrinsics.cpp line 32:
>
>> 30: #include "compiler/compilerDirectives.hpp"
>> 31: #include "memory/allocation.inline.hpp"
>> 32: #include "memory/oopFactory.hpp"
>
> Can you make sure it needs all of these header files? I don't see a direct reference to SymbolTable:: or OopFactory.
Done. Removed a bunch of them!
-------------
PR: https://git.openjdk.java.net/jdk/pull/160
More information about the hotspot-dev
mailing list