CppInterpreter
Coleen Phillimore
coleen.phillimore at oracle.com
Wed Dec 16 17:06:51 UTC 2015
Andrew, Thank you! The relevant files are;
R src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.cpp
R src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.hpp
R src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.inline.hpp
R src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp
My patch also consolidates these functions so these files are removed
also (as well as the conditional inclusion in
interpreter/templateInterpreterGenerator.hpp)
R src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp
R src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.hpp
Coleen
On 12/16/15 11:50 AM, Andrew Dinn wrote:
> On 16/12/15 16:39, Coleen Phillimore wrote:
>> The only question is whether we should remove the aarch64 files or if
>> RedHat wants to do that.
> Do you mean file
>
> src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp
>
> That looks to me to be the only relevant file. If so then please go
> ahead and delete it.
>
> regards,
>
>
> Andrew Dinn
> -----------
>
More information about the hotspot-dev
mailing list