Merge pull request #269 from dicej/handler

fix non-Avian classpath build regression introduced in 7a768f2
This commit is contained in:
Joshua Warner 2014-05-21 11:13:07 -06:00
commit f2c78af824
2 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,9 @@ public class Logging {
public void publish(LogRecord r) {
logged[0] = true;
}
public void close() { }
public void flush() { }
});
Logger foo = Logger.getLogger("foo");

View File

@ -24,6 +24,8 @@ run make ${flags} process=interpret ${test_target}
# bootimage and openjdk builds without openjdk-src don't work:
if [ -z "${openjdk}" ]; then
run make ${flags} bootimage=true ${test_target}
# might as well do an openjdk test while we're here:
run make openjdk=$JAVA_HOME ${flags} ${test_target}
fi
run make ${flags} tails=true continuations=true ${test_target}
run make ${flags} codegen-targets=all