Skip to content

Can't display assembly of Graal log file #265

@marschall

Description

@marschall

The attached log has been generated with Graal 0.27 from http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html.
I added hsdis from JDK 8.
The VM options were

-XX:+UnlockDiagnosticVMOptions
-XX:+TraceClassLoading
-XX:+LogCompilation
-XX:+PrintAssembly
-XX:LogFile=compilation8graal-0.5.1.txt

If I click on com.github.marschall.charsequences.CharSequences#uuidFromCharSequence(CharSequence)
I get

Assembly not found. Was -XX:+PrintAssembly option used?

The classes JAR can be found here
https://search.maven.org/remotecontent?filepath=com/github/marschall/charsequences/0.5.1/charsequences-0.5.1-jar-with-test-dependencies.jar
The source JAR can be found here
https://search.maven.org/remotecontent?filepath=com/github/marschall/charsequences/0.5.1/charsequences-0.5.1-sources.jar

This is the log
compilation8graal-0.5.1.txt

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions