Alan Bateman

Results 178 comments of Alan Bateman

I have my doubts on the usefulness of this as IPSupport.printPlatformSupport doesn't print the network configuration. If there is dynamic reconfiguration going on (and I agree that is hard to...

> The patch includes new test OSRWithManyLocals.java which reliably reproduces the crash. I thought about adding it to the existing OSRTest.java but that was created to exercise a different issue....

I think this will require thinking about how to organize the native code in native/libjava as it hard to maintain if everything is in the same directory. We may have...

I plan to review this, please do not integrate this change until I get time to make sure that the placement and naming is workable in these areas.

> The tests passed the JDK tiers 1-3 tests on Linux, macOS, and Windows. In any case, I will run another round of tests before integrating. Can you hold off...

@iklam Would it be possible to comment on this? If the system properties to configure the range of integer cache are set at runtime, does it just not use this...

> The conclusion was it's better to avoid using boxed Integer and go with String in ModuleLoaderMap.Mapper. Okay, you'll need to rename the fields and Mapper's description will need to...