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:
Fredrik Öhrström 2014-05-07 23:55:41 +02:00
parent 2c6668c63d
commit cb6df44f8e
3 changed files with 36 additions and 35 deletions

View file

@ -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