Details
Description
The use of reflection in jdk.vm.ci.services.Services and jdk.vm.ci.services.internal.ReflectionAccessJDK comes from the original JDK 8 based JVMCI code where care had to be taken that the JVMCI code could be compiled on JDK 8. This use of reflection is no longer necessary since JDK 9 and can be removed.