mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com> Co-authored-by: Alex Buckley <alex.buckley@oracle.com> Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com> Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com> Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com> Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com> Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com> Reviewed-by: alanb, chegar, ihse, mduigou
This commit is contained in:
parent
4e543f382a
commit
2b80c4715f
826 changed files with 1569 additions and 807 deletions
|
@ -124,7 +124,7 @@ public class DotFileTest {
|
|||
new String[] {"-v", "-classpath", testDir.getPath()});
|
||||
|
||||
testSummary(new File(testDir, "Test.class"),
|
||||
new String[] {"rt.jar", testDir.getName()},
|
||||
new String[] {"java.base", testDir.getName()},
|
||||
new String[] {"compact1", ""},
|
||||
new String[] {"-classpath", testDir.getPath()});
|
||||
testSummary(new File(testDir, "Test.class"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue