8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch

Reviewed-by: ksrini, mduigou
This commit is contained in:
Ragini Prasad 2013-02-02 12:08:43 -08:00 committed by Kumar Srinivasan
parent b61bb15030
commit e618b1556c

View File

@ -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 @@ public class VersionCheck extends TestHelper {
// tools that do not accept -J-option
static final String[] BLACKLIST_JOPTION = {
"controlpanel",
"jabswitch",
"java-rmi",
"java-rmi.cgi",
"java",