RFR (11u, XXL): Upstream/backport Shenandoah to JDK11u

Aleksei Voitylov aleksei.voitylov at bell-sw.com
Thu Jul 9 12:33:53 UTC 2020


That would be awesome, thanks!

I also saw interpreter/interpreter.hpp and a couple of other unguarded
modifications. While not strictly proving anything, guarding more code
with #ifdefs might be an option to simplify verification. And further
reduce risks for platforms that won't support Shenandoah (or help
maintain compatibility for those who prefer to build without it).

-Aleksei

On 09/07/2020 15:17, Roman Kennke wrote:
> We need to include "utilities/macros.hpp" wherever we use
> INCLUDE_SHENANDOAHGC, that header should not define any code. Including
> other headers would be a mistake. I'm currently trying to verify that
> the resulting object files are identical.



More information about the jdk-updates-dev mailing list