RFR(T?): 8241006: Cleanup TemplateInterpreter initialization
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Fri Mar 13 14:27:42 UTC 2020
This looks good to me. And trivial. Can you remove the extra scope here:
http://cr.openjdk.java.net/~redestad/8241006/open.00/src/hotspot/share/memory/universe.cpp.udiff.html
Around if (!UseSharedSpaces) {}
thanks,
Coleen
On 3/13/20 9:56 AM, Claes Redestad wrote:
> Hi,
>
> some initialization is unnecessarily called twice. Also clean up some
> unused things in the neighborhood, and a TraceTime around what is
> effectively compiled down to ~1200 instructions.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8241006
> webrev: http://cr.openjdk.java.net/~redestad/8241006/open.00/index.html
>
> Testing: tier1-2
>
> Thanks!
>
> /Claes
More information about the hotspot-runtime-dev
mailing list