Re: Strange observation: MethodHandle.invokeWithArguments() would not work, whereas Method.invoke() would with the very same arguments

2018-03-01 Thread John Rose
On Feb 12, 2018, at 11:59 AM, Rony G. Flatscher wrote: > > While testing a rather complex one (an adaption of the JavaFX address book > example enhanced with a > BarChart, [1]), that exhibits a very strange behavior: when setting the > values for the CategoryAxis >

Re: Error, Java 8, lambda form compilation

2018-03-01 Thread Vladimir Ivanov
On 2/28/18 11:52 PM, Charles Oliver Nutter wrote: Ah-ha...I added some logging, which of course made the error go away...but about ten tests later I got a metaspace OOM. That makes sense. BTW there's another source of exceptions during MethodHandle construction (e.g., JDK-8086252 [1]):