Skip to content

hsdis binary is expected to be provided in CompoundVM #126

Description

@luchsh

The hsdis library is useful for diagnosing and debugging.
But it would be a little complex to setup a workable environment to build a compatible binary libhsdis.so. (see https://www.morling.dev/blog/building-hsdis-for-openjdk-15/)

In the private repository at ByteDance there is some special place to hold the binaries of hsdis; but when we decided to opensource this project, below lines got commented out:

#cp -f $(WORKSPACE)/bin/linux-$(CVM_ARCH)/hsdis-$(ARCH_DIR).so $$(dirname $$(find $@ -name libjava.so))

#cp -f $(WORKSPACE)/bin/linux-$(CVM_ARCH)/hsdis-$(ARCH_DIR).so $$(dirname $$(find $@ -name libjava.so))

and this ought to be fixed :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions