[jdk11u-dev] RFR: 8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Martin Doerr
mdoerr at openjdk.java.net
Mon Sep 20 08:59:48 UTC 2021
On Fri, 17 Sep 2021 21:50:00 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> Backport of JDK-8222446. Doesn't apply cleanly. Mainly because JVMCI is different, but also other context changes.
>
> Missing copyright date updates in ciEnv.hpp, systemDictionary.*, dependencies.hpp, jvmciEnv.*, method.cpp, callGenerator.cpp, parse1.cpp, jvmtiRedefineClasses.cpp, and vmStructs.cpp. Otherwise lgtm.
@phohensee Thank you for reviewing my backport! The original change doesn't modify the Copyright headers in these files. So, I don't think my backport should do that. That would create further conflicts for future backports. We usually only change Copyright headers in backport PRs when the original change does so.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/373
More information about the jdk-updates-dev
mailing list