|
|
|
|
@ -45,7 +45,6 @@ public final class RuntimeHintsAgent {
@@ -45,7 +45,6 @@ public final class RuntimeHintsAgent {
|
|
|
|
|
private static boolean loaded = false; |
|
|
|
|
|
|
|
|
|
private RuntimeHintsAgent() { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void premain(@Nullable String agentArgs, Instrumentation inst) { |
|
|
|
|
@ -64,6 +63,7 @@ public final class RuntimeHintsAgent {
@@ -64,6 +63,7 @@ public final class RuntimeHintsAgent {
|
|
|
|
|
return loaded; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final class ParsedArguments { |
|
|
|
|
|
|
|
|
|
List<String> instrumentedPackages; |
|
|
|
|
@ -104,6 +104,6 @@ public final class RuntimeHintsAgent {
@@ -104,6 +104,6 @@ public final class RuntimeHintsAgent {
|
|
|
|
|
} |
|
|
|
|
return new ParsedArguments(included, excluded); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|