On Tue, 4 May 2021 12:31:46 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> Marking running_emcp for Method* is unnecessary. We can set/clear > breakpoints in all old emcp methods because they're not deallocated until > none are running. See longer explanation in the CR. > > Tested with tier1-6, tiers 7,8 are running and 98% passing. This pull request has now been integrated. Changeset: a05e8e24 Author: Coleen Phillimore <cole...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a05e8e24224b047584c3a273fa7b4fef66798dd6 Stats: 78 lines in 4 files changed: 9 ins; 64 del; 5 mod 8266497: Remove unnecessary EMCP liveness indication Reviewed-by: iklam, dholmes, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/3852