Searched refs:ALLOCATION_AGENT_JAR_OPTION (Results 1 – 1 of 1) sorted by relevance
57 private static final String ALLOCATION_AGENT_JAR_OPTION = "allocationAgentJar"; field in AllocationInstrument170 return ImmutableSet.of(ALLOCATION_AGENT_JAR_OPTION, TRACK_ALLOCATIONS_OPTION); in instrumentOptions()201 String agentJar = options.get(ALLOCATION_AGENT_JAR_OPTION); in getExtraCommandLineArgs()