Hi all,
I posted a message a few months ago entitled "Unable to create hprof
heap dump from core file with jmap on Oracle Solaris" [1] to describe
my difficulties creating a usable hprof heap dump from a core file
with jmap with Java 8. Despite the fact that JDK-8044416 has been
resolved, the prob
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
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 {