RFR 8153646: Move vm/utilities/array.hpp to vm/oops
David Holmes
david.holmes at oracle.com
Wed May 10 04:27:51 UTC 2017
Hi Harold,
On 10/05/2017 3:39 AM, harold seigel wrote:
> Hi,
>
> Please review this JDK-10 change to move hotspot header file array.hpp
> from the vm/utilities directory to the vm/oops directory. This was done
> because after moving typedefs for basic type arrays to
> growableArray.hpp, the only remaining declaration in array.hpp is the
> metaspace class Array.
>
> Open Webrev: http://cr.openjdk.java.net/~hseigel/bug_8153646/webrev/
Looks good - two minor comments:
Can I ask a favour - for these modified "empty" files:
src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.cpp
src/cpu/arm/vm/c1_FpuStackSim_arm.cpp
src/cpu/sparc/vm/c1_FpuStackSim_sparc.cpp
can you delete all of the #include lines, please.
---
src/share/vm/c1/c1_CodeStubs.hpp
This uses GrowableArray so should #include its header.
Thanks,
David
> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8153646
>
> The fix was tested with JCK Lang and VM tests, the JTreg hotspot,
> java/io, java/lang, java/util and other tests, the co-located NSK tests,
> and with JPRT.
>
> Thanks, Harold
>
More information about the hotspot-dev
mailing list