8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11
Reviewed-by: alanb, iklam, ccheung
This commit is contained in:
parent
831b32b2a9
commit
1c318a676e
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2018, 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
|
||||
@ -41,8 +41,8 @@ import jdk.test.lib.process.OutputAnalyzer;
|
||||
|
||||
public class MultiReleaseJars {
|
||||
|
||||
static final int MAJOR_VERSION = Runtime.version().major();
|
||||
static final String MAJOR_VERSION_STRING = String.valueOf(Runtime.version().major());
|
||||
static final int MAJOR_VERSION = 10; // Runtime.version().major();
|
||||
static final String MAJOR_VERSION_STRING = String.valueOf(MAJOR_VERSION);
|
||||
|
||||
static String[] getMain() {
|
||||
String[] sts = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user