Matthew Hall
Matthew Hall
Looking into the above issue to help with this one while I wait for core files, as both fail with a segfault in the inliner
wrote a simple unit test ``` public class TestAlign { public static void main(String [] args) { AtomicLong atomL = new AtomicLong(0L); AtomicInteger atomI = new AtomicInteger(0); long b; long...
Still trying to reproduce this on Windows jdk8, trying to debug a build issue in TKG in order to reproduce, but will try and get it working with my own...
may be related to https://github.com/eclipse-openj9/openj9/issues/22085