jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Got it compiling with Java 9. #32

Closed patcheng closed 6 years ago

patcheng commented 6 years ago

Java 9 no longer supports 1.5

removed references to tools.jar as it's removed from Java 9.

Remove an unnecessary import (which is probably why tools.jar is needed)

fixed an error related to asm3 vs asm5 in the package.