RFR(S) 8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Nov 5 03:30:09 UTC 2018


Good.

Thanks,
Vladimir

On 11/3/18 12:25 PM, dean.long at oracle.com wrote:
> https://bugs.openjdk.java.net/browse/JDK-8204521
> http://cr.openjdk.java.net/~dlong/8204521/webrev/
> 
> Agent jar files are added to the system classloader, so it is not safe to delete them while the JVM is running.  Instead 
> we create the jar file in the test directory so that it can be cleaned up by the test harness.
> 
> dl


More information about the hotspot-compiler-dev mailing list