Irwin D'Souza
Irwin D'Souza
jenkins test sanity.functional all jdk21
> The windows build failure seems to be unrelated. Windows machines are all down right now. Everything else passed so will merge.
Yay, 31-bit z/OS ðŸ˜
Initial investigation info dump: ``` (kca) where 0x1b98bc44 {libj9jit29.so}{hash_jit_artifact_array_insert} [0x3d5fc7e0] 0x1b98bf38 {libj9jit29.so}{hash_jit_artifact_insert_range} [0x3d5fc860] 0x1a8a4c62 {libj9jit29.so}{TR_TranslationArtifactManager::insertArtifact(J9JITExceptionTable*)} [0x3d5fc8e0] ``` ``` (kca) regs $r0 0x00000000ff7ffff9 $r1 0x0000000019f234f8 $r2 0x000000004c511320 $r3 0x0000000047e83e84 $r4 0x000000003d5fbfe0...
I'll get back to this another day; the next step is going to be the very tedious iteration of ``` do { if (*index) { temp = hash_jit_artifact_array_insert(portLibrary, table, (J9JITExceptionTable**)...
@vijaysun-omr @ymanton @mpirvu @tajila
@tajila what is the `-Xshareclasses` plan in terms of specifying it post-restore, at least for 0.38? Are we going to support modifying it it any way (e.g., allowing a user...
> For disableAsyncCompilation are you planning to solve using 1 or 6 ? The table lists it could be either. Spoke to @vijaysun-omr offline, but for posterity: The issue comes...
> Im not sure we can fully support this in time for GA, but its certainly doable. One approach is to add an option -XintOnRestore that essentially prevents any further...
> Maybe this is the long form argument for "doing nothing" about -Xint in this release, do you agree Irwin and Tobi ? Yes, given that `-Xint` has very specific...