mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 23:29:55 +00:00
8162746: VersionCheck.java failure after change for JDK-8160921
Reviewed-by: tbell
This commit is contained in:
parent
8c0b4c0358
commit
c7fed55b1d
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2016, 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
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @bug 6545058 6611182 8016209 8139986
|
||||
* @bug 6545058 6611182 8016209 8139986 8162746
|
||||
* @summary validate and test -version, -fullversion, and internal, as well as
|
||||
* sanity checks if a tool can be launched.
|
||||
* @compile VersionCheck.java
|
||||
@ -56,7 +56,7 @@ public class VersionCheck extends TestHelper {
|
||||
"jcontrol",
|
||||
"jmc",
|
||||
"jmc.ini",
|
||||
"jp2launcher",
|
||||
"jweblauncher",
|
||||
"jvisualvm",
|
||||
"packager",
|
||||
"ssvagent",
|
||||
@ -93,11 +93,11 @@ public class VersionCheck extends TestHelper {
|
||||
"jps",
|
||||
"jrunscript",
|
||||
"jjs",
|
||||
"jp2launcher",
|
||||
"jsadebugd",
|
||||
"jstack",
|
||||
"jstat",
|
||||
"jstatd",
|
||||
"jweblauncher",
|
||||
"jvisualvm",
|
||||
"keytool",
|
||||
"kinit",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user