8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
authorksrini
Sat, 02 Feb 2013 12:08:43 -0800
changeset 15529 8112eb76bda3
parent 15528 18f0bac88177
child 15530 d918415aea3f
8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch Reviewed-by: ksrini, mduigou Contributed-by: ragini.prasad@oracle.com
jdk/test/tools/launcher/VersionCheck.java
--- a/jdk/test/tools/launcher/VersionCheck.java	Sat Feb 02 17:15:13 2013 +0000
+++ b/jdk/test/tools/launcher/VersionCheck.java	Sat Feb 02 12:08:43 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -42,6 +42,7 @@
     // tools that do not accept -J-option
     static final String[] BLACKLIST_JOPTION = {
         "controlpanel",
+        "jabswitch",
         "java-rmi",
         "java-rmi.cgi",
         "java",