8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
Reviewed-by: ksrini, mduigou
Contributed-by: ragini.prasad@oracle.com
--- 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",