On Wed, 10 Feb 2021 01:29:51 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added a comment > > src/hotspot/share/prims/jvm.cpp line 3293: > >> 3291: oop loader = ik->class_loader(); >> 3292: if (loader != NULL && >> !SystemDictionary::is_platform_class_loader(loader)) { >> 3293: if >> (!ik->is_subclass_of(vmClasses::reflect_MethodAccessorImpl_klass()) && > > Please add a comment: > // Skip reflection related frames Added! ------------- PR: https://git.openjdk.java.net/jdk/pull/2485