8014363: javac test class ToolTester handles classpath incorrectly

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2013-05-12 18:18:54 -07:00
parent 8ea0284b13
commit c037757e7b
23 changed files with 82 additions and 25 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 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
@ -27,6 +27,7 @@
* @summary javac deposits package-info.class in bogus directory
* @author Peter von der Ah\u00e9
* @library ../lib
* @build ToolTester
* @compile T6440528.java
* @run main T6440528
*/