mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8160891: javac, remove unused options, step 3
Reviewed-by: mcimadamore
This commit is contained in:
parent
def98f36d4
commit
3360117337
7 changed files with 8 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 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
|
||||
|
@ -116,7 +116,7 @@ public class MethodParametersTest {
|
|||
void inspectBaz() throws Exception {
|
||||
final File Qux_java =
|
||||
writeFile(classesdir, Qux_name + ".java", Qux_contents);
|
||||
final String[] args = { "-XDsave-parameter-names", "-d",
|
||||
final String[] args = { "-parameters", "-d",
|
||||
classesdir.getPath(),
|
||||
"-cp", classesdir.getPath(),
|
||||
Qux_java.getPath() };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue