Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The test RedefineRunningMethods.java added all trace logging. This is logging that I want to read and the test runs for too long. Move verification of bug JDK-8197901 to a different test. Also, I think it should be -Xlog:all:all.log because the logging comes out to the jtr file for this test. 34 * @run main/othervm -javaagent:redefineagent.jar -Xlog:redefine+class+iklass+add=trace,redefine+class+iklass+purge=trace,all=trace:file=all.log RedefineRunningMethods 35 */ 36 // Test is executed with full trace logging redirected to a file to ensure there is no crash during logging anonymous classes - see JDK-8197901
|