Re: Unable to create hprof heap dump from core file with jmap on Oracle Solaris

2015-08-06 Thread Basil Crow
On Sun, Apr 5, 2015 at 1:01 AM, Dmitry Samersoff wrote: > Basil, > > jmap uses SA backend to extract data from coredump and it doesn't > support lambda. > > See JDK-8073604 > > -Dmitry Hi Dmitry, While I'm pleased to see that JDK-8044416 (of which JDK-8073604 is a duplicate) was integrated and b

Re: Unable to create hprof heap dump from core file with jmap on Oracle Solaris

2015-04-05 Thread Dmitry Samersoff
Basil, jmap uses SA backend to extract data from coredump and it doesn't support lambda. See JDK-8073604 -Dmitry On 2015-04-03 20:27, Basil Crow wrote: > Hi all, > > I'm having trouble using jmap(1) to create an hprof heap dump from a > core file on Oracle Solaris with version 8 of the Oracle

Unable to create hprof heap dump from core file with jmap on Oracle Solaris

2015-04-03 Thread Basil Crow
Hi all, I'm having trouble using jmap(1) to create an hprof heap dump from a core file on Oracle Solaris with version 8 of the Oracle JDK. This worked with version 7 of the Oracle JDK: $ cat Sleep.java public class Sleep { public static void main(String[] args) throws InterruptedException {