java - JITWatch assembly code generation -
i trying use jitwatch see how assembler code corresponds original java source code. however, jitwatch not seem see assembly code , prints following message:
assembly not found. -xx:+printassembly option used?
i using oracle's jre 1.8.0_121 on windows 10 home. i've added dissembly dll's jre. dll's downloaded fcml project. can confirm assembly generated when run program java -xx:+unlockdiagnosticvmoptions -xx:+printassembly test.test
options.
i've configured jitwatch paths *.java , *.class files visible it. jitwatch analysis run java program java -xx:+unlockdiagnosticvmoptions -xx:+traceclassloading -xx:+logcompilation -xx:+printassembly test.test
, open generated .log file jitwatch. can see java code , bytecode, not assembly. suspect problem caused fact assembly printed standard output (to console) , not log file. there option missing?
it bug occured when jitwatch used fcml dissassembler. prompt reaction program developer fixed now.
Comments
Post a Comment