-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8003436 | 8 | Yumin Qi | P3 | Resolved | Fixed | b65 |
These changes:
http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/diff/5a98bf7d847b/src/share/vm/compiler/disassembler.cpp
changed the name of the entry point we are looking for. Previous builds only have these two entry points:
$ nm /net/jano2/export2/hotspot/Mirrored/hsdis/solaris-i586/hsdis-i386.so | grep decode_instructions
00026070 T decode_instructions
0010dd30 D decode_instructions_address
A current hsdis.c still has both entry points but we only look for the new one.
http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/diff/5a98bf7d847b/src/share/vm/compiler/disassembler.cpp
changed the name of the entry point we are looking for. Previous builds only have these two entry points:
$ nm /net/jano2/export2/hotspot/Mirrored/hsdis/solaris-i586/hsdis-i386.so | grep decode_instructions
00026070 T decode_instructions
0010dd30 D decode_instructions_address
A current hsdis.c still has both entry points but we only look for the new one.
- backported by
-
JDK-8003436 older builds of hsdis don't work anymore after 6879063
-
- Resolved
-
- relates to
-
JDK-8199086 delete redundant legacy entry point from hsdis API
-
- Open
-
-
JDK-6879063 SA should use hsdis for disassembly
-
- Closed
-