Irwin D'Souza
Irwin D'Souza
EDIT: Leaving the text below as is for posterity, but it isn't a valid solution for bypassing the need to send the client offsets; see https://github.com/eclipse-openj9/openj9/issues/16721#issuecomment-1708916803. One approach that could...
I had an offline chat with @cjjdespres and I don't think what I wrote in https://github.com/eclipse-openj9/openj9/issues/16721#issuecomment-1603247934 is valid for the purpose of this issue. I originally thought that having the...
@hzongaro with `export TR_DontDisableSVMDuringStartup=1` I can see the improper interface validation record from the trivial test you provided: ``` ============================================================ 3: JBinvokeinterface ImproperInterfaceMethodFromCPRecord _method=0x000000000004C848 _beholder=0x00000000000BD800 className=java/util/Collections _cpIndex=65 kind=97 id=29 considering...
I dug around the code but I'm not too familiar with how things are laid out so I can't offer any more insights; as far as I can tell, there's...
jenkins test sanity xlinux,win jdk21
Looks like both builds failed due to infra issues: Linux: ``` 19:09:47 Error occurred for request PUT /artifactory/ci-openj9/Build_JDK21_x86-64_linux_Personal/151/test-images.tar.gz;build.parentNumber=513;build.parentName=Pipeline_Build_Test_JDK21_x86-64_linux;build.buildIdentifier=eclipse-openj9%2Fopenj9%2319516;build.timestamp=1716576887416;build.name=Build_JDK21_x86-64_linux_Personal;build.number=151 HTTP/1.1: Broken pipe (Write failed). ``` Windows: ``` 15:37:34 ERROR: Cannot delete...
jenkins test sanity xlinux,win jdk21
Will merge tomorrow, since most people are out on holiday today (just in case heh).
These are the changes in omr and openj9: OMR: ``` * 8aa948709d - x86-64: Use rep movs instructions if array copy size greater than 32 bytes (Mon Jun 17 11:26:23...
Because this is AOT, maybe [Make option -Xshareclasses enable -XX:+ShareOrphans](https://github.com/eclipse-openj9/openj9/commit/526beb04d72dc765b93a4bd0f248a4f235a7d9dc)? None of the JIT changes really seem to have anything relocatable related 😕