Home
last modified time | relevance | path

Searched refs:jdkVersion (Results 1 – 2 of 2) sorted by relevance

/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java460 private ZipFile getZipFile(String jdkVersion) throws IOException { in getZipFile() argument
461 ZipFile result = mZipFiles.get(jdkVersion); in getZipFile()
467 switch (jdkVersion) { in getZipFile()
490 mZipFiles.put(jdkVersion, result); in getZipFile()
506 String jdkVersion = e.gitRef.split("/")[0]; in getClassNode() local
507 ZipFile zipFile = getZipFile(jdkVersion); in getClassNode()
DMain.java532 int jdkVersion; in run() local
534 jdkVersion = Integer.parseInt(jdkStr.substring( in run()
541 if (jdkVersion >= targetVersion) { in run()