Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block (details)
Commit be9614d73e69159fbba5b458a4450b5df3a6613b by Sven Gothel
Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block
to ensure launched native exe process terminates.
See Bug 1219 comment 58: It seems that on some Windows platforms the
launched native process using our test-exe keeps running even though we
issued Process.waitFor().
Hence we issue Process.destroy() in the finalize block to at least
attempt to terminate it.
Note: The Process implementation is platform specific and may vary.
The file was modified make/scripts/java-win64.bat (diff)
The file was modified src/java/com/jogamp/common/util/IOUtil.java (diff)