mirror of https://github.com/grpc/grpc-java.git
JDK-8210522 changes the behaviour of Java reflection to filter out
security-sensitive fields in the java.lang.reflect.Field. This
prohibits Field.class.getDeclaredFields("modifiers") call we rely on
in this test. Until we have a good solution for setting a custom
storage for testing purposes, we'll have to skip this test
for JDK >= 11. Ref https://bugs.openjdk.org/browse/JDK-8210522
|
||
|---|---|---|
| .. | ||
| jmh/java/io/grpc | ||
| main/java/io/grpc | ||
| test/java/io/grpc | ||