Integrated: 8258061: Improve diagnostic information about errors during class redefinition

Leonid Mesnik lmesnik at openjdk.java.net
Fri Dec 18 16:42:58 UTC 2020


On Thu, 17 Dec 2020 00:44:18 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> The error code during class redefinition might be not enough to easily diagnose the problem. Some more logging might be useful to understand it. I encountered this problem when redefined methods with lambda usage.
> I run all existing tests with enabled logging and sanity verified error messages.

This pull request has now been integrated.

Changeset: 71ae05d5
Author:    Leonid Mesnik <lmesnik at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/71ae05d5
Stats:     72 lines in 1 file changed: 54 ins; 10 del; 8 mod

8258061: Improve diagnostic information about errors during class redefinition

Reviewed-by: coleenp, sspitsyn

-------------

PR: https://git.openjdk.java.net/jdk/pull/1811


More information about the hotspot-dev mailing list