RFR: 8252881: [JVMCI] ResolvedJavaType.resolveMethod fails in fastdebug when invoked with a constructor
Doug Simon
dnsimon at openjdk.java.net
Tue Sep 29 17:28:24 UTC 2020
This change prevents a call to `CompilerToVM.resolveMethod` with an argument representing constructor. Such a call
triggers an assertion in a fastdebug VM.
-------------
Commit messages:
- 8252881: [JVMCI] ResolvedJavaType.resolveMethod fails in fastdebug when invoked with a constructor
Changes: https://git.openjdk.java.net/jdk/pull/407/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=407&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8252881
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/407.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/407/head:pull/407
PR: https://git.openjdk.java.net/jdk/pull/407
More information about the hotspot-compiler-dev
mailing list