# HG changeset patch
# User ksrini
# Date 1359835723 28800
# Node ID 8112eb76bda360d4eaab8522b73324fc4f162ed4
# Parent  18f0bac88177c743c8fc79e98dd9fcc467e497c1
8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
Reviewed-by: ksrini, mduigou
Contributed-by: ragini.prasad@oracle.com

diff -r 18f0bac88177 -r 8112eb76bda3 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",