Method Info on Hover is Blank
Status: Beta
Brought to you by:
asrgomes
When I first start up the console, usually the first time I am able to see info in the hover box, but every time after that, it is blank.
I am profiling a webapp running in Tomcat on Mac OS X 10.5
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
My catalina.sh looks like this:
AGENT_OPTS="-javaagent:/Users/nelz/code/profiler4j/profiler4j-1.0-beta2/agent.jar=waitconn=false "
JAVA_OPTS="$JAVA_OPTS $AGENT_OPTS -Xmx512m -XX:MaxPermSize=128m ..."
Screenshot