Matthew Hall

Results 4 comments of 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...