Searched refs:targetImplVersion (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java64 private String targetImplVersion; field in class:ExtCheck
112 targetImplVersion = attr.getValue(Name.IMPLEMENTATION_VERSION);
126 if (targetImplVersion != null)
127 verboseMessage("Implementation version:" + targetImplVersion);

Completed in 28 milliseconds