Tobi

Results 187 comments of Tobi

> How could criu features be initialized by the Attach API initializer thread during the test? I think thats the key. Why does the application require InternalCRIUSupport. My guess is...

After taking a second look: ``` Exception in thread "Attach API initializer" java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: java.lang.invoke.InnerClassLambdaMetafactory (initialization failure) at java.base/openj9.internal.criu.InternalCRIUSupport.(InternalCRIUSupport.java:215) at java.base/java.util.Timer.schedule(Timer.java:214) ``` The following is interesting because InternalCRIUSupport is in...

> the JVMTI code could be re-written to keep the thread specific data in a hashmap rather than TLS storage. This the more involved option, but does mean that you...

@dnakamura Please go with Option 1, you can use Babneet draft as a starting point

I think this is another one that gets fixed with the MH backport

jenkins test sanity alinux64 jdk21