[Bug 2314] New: HotSpot in IcedTea7 should be adapted JDK-8076212

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Apr 29 14:02:31 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2314

            Bug ID: 2314
           Summary: HotSpot in IcedTea7 should be adapted JDK-8076212
           Product: IcedTea
           Version: 7-hg
          Hardware: all
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: yasuenag at gmail.com
                CC: unassigned at icedtea.classpath.org

Created attachment 1301
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1301&action=edit
Patch for this issue.

I tried to use NMT with detail option on OpenJDK7 on RHEL6.6, but I got
address at AllocateHeap() as malloc() caller. 

I checked symbol in libjvm.so in OracleJDK8u40 Linux x64, it has
AllocateHeap() symbol. 

AllocateHeap() is defined as inline function, and it gives CURRENT_PC to
os::malloc(). I guess that implementation expects AllocateHeap() will be
inlined. 

It may occur with GCC (g++) optimization only, however I want to fix it
to analyze native memory with NMT on Linux.

This issue has been filed as JDK-8076212, and patch has been accepted to jdk9.
It will be accepted to jdk8u.

Java7 has been EOL, so I want to fix it in IcedTea7 forest.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150429/c5e0a3dc/attachment-0001.html>


More information about the distro-pkg-dev mailing list