Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8026540 | 8 | Staffan Larsen | P2 | Closed | Fixed | b112 |
After the fix for JDK-6879063 the SA disassembler is completely broken on windows.
The fix introduced new JNI entry points to load hsdis into the SA but failed to include the new sadis.c/.obj into the linking of sawindbg.dll.
There are two separate build systems for the SA and only the not-used build system was updated for windows. The file hotspot/make/windows/makefiles/sa.make needs to be updated to add sadis.c/.obj
The fix introduced new JNI entry points to load hsdis into the SA but failed to include the new sadis.c/.obj into the linking of sawindbg.dll.
There are two separate build systems for the SA and only the not-used build system was updated for windows. The file hotspot/make/windows/makefiles/sa.make needs to be updated to add sadis.c/.obj
- backported by
-
JDK-8026540 SA is unable to use hsdis on windows
-
- Closed
-
- relates to
-
JDK-6879063 SA should use hsdis for disassembly
-
- Closed
-