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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -