mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8042699: sjavac does not track dependencies
Using / in some places and . in other places break package comparisons. The fix standardizes on dots. Reviewed-by: jjg
This commit is contained in:
parent
2c6668c63d
commit
cb6df44f8e
3 changed files with 36 additions and 35 deletions
|
@ -26,6 +26,7 @@
|
|||
* @summary Test all aspects of sjavac.
|
||||
*
|
||||
* @bug 8004658
|
||||
* @bug 8042699
|
||||
* @summary Add internal smart javac wrapper to solve JEP 139
|
||||
*
|
||||
* @run main SJavacWrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue