var github.com/google/pprof/profile.javaLocationPathRx

2 uses

	github.com/google/pprof/profile (current package)
		legacy_java_profile.go#L35: 	javaLocationPathRx     = regexp.MustCompile(`^(.*)\s+\((.*)\)$`)
		legacy_java_profile.go#L279: 		} else if filePath := javaLocationPathRx.FindStringSubmatch(jloc[2]); len(filePath) == 3 {