File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
visualvm/libs.profiler/lib.profiler
src/org/graalvm/visualvm/lib/jfluid/global Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Manifest-Version: 1.0
2
2
OpenIDE-Module: org.graalvm.visualvm.lib.jfluid/2
3
3
OpenIDE-Module-Localizing-Bundle: org/graalvm/visualvm/lib/jfluid/Bundle.properties
4
- OpenIDE-Module-Specification-Version: 2.0
4
+ OpenIDE-Module-Specification-Version: 2.0.1
5
5
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public static boolean saveCalibrationData(ProfilingSessionStatus status) {
188
188
public static boolean validateCalibrationInput (String javaVersionString , String javaExecutable ) {
189
189
if ((javaVersionString != null ) && (javaExecutable != null )) {
190
190
if (!CommonConstants .JDK_UNSUPPORTED_STRING .equals (javaVersionString )
191
- && CommonConstants .JDK_CVM_STRING .equals (javaVersionString )) {
191
+ && ! CommonConstants .JDK_CVM_STRING .equals (javaVersionString )) {
192
192
if (new File (javaExecutable ).exists ()) {
193
193
return true ;
194
194
}
You can’t perform that action at this time.
0 commit comments