Integrated: 8252881: [JVMCI] ResolvedJavaType.resolveMethod fails in fastdebug when invoked with a constructor
Doug Simon
dnsimon at openjdk.java.net
Wed Sep 30 20:09:38 UTC 2020
On Tue, 29 Sep 2020 17:20:34 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This change prevents a call to `CompilerToVM.resolveMethod` with an argument representing a constructor. Such a call
> triggers an assertion in a fastdebug VM.
This pull request has now been integrated.
Changeset: 424d7d64
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/424d7d64
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8252881: [JVMCI] ResolvedJavaType.resolveMethod fails in fastdebug when invoked with a constructor
Reviewed-by: never
-------------
PR: https://git.openjdk.java.net/jdk/pull/407
More information about the hotspot-compiler-dev
mailing list