mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8054717: SJavac should track changes in the public apis of classpath classes!
Added functionality for tracking changes in public APIs of classpath classes. Reviewed-by: jlahoda, erikj
This commit is contained in:
parent
66dcce4334
commit
3a31593507
88 changed files with 2917 additions and 1990 deletions
|
@ -60,6 +60,7 @@ public class IncCompInheritance extends SjavacBase {
|
|||
throw new AssertionError("Compilation failed unexpectedly");
|
||||
|
||||
// Remove method A.m
|
||||
Thread.sleep(2500); // Make sure we get a new timestamp
|
||||
String aModified = "package pkga; public class A { }";
|
||||
toolbox.writeFile(src.resolve("pkga/A.java"), aModified);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue