--- /dev/null 2015-11-23 10:40:07.746434391 -0500 +++ new/test/runtime/logging/p1/A.java 2015-12-01 17:44:25.154076054 -0500 @@ -0,0 +1,5 @@ +package p1; + +public class A { + public void test() { System.out.println("In A's test method"); } +}