Skip to content

Instantly share code, notes, and snippets.

Running generated-configure.sh
`configure' configures OpenJDK jdk9 to adapt to many kinds of systems.
Usage: /Users/yulewei/openjdk/jdk9-hg/configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
@yulewei
yulewei / java -XX:PrintInterpreter (x86)
Last active February 21, 2018 15:30
java -client -Xint -XX:+UnlockDiagnosticVMOptions -XX:+PrintInterpreter -XX:PrintAssemblyOptions=intel
----------------------------------------------------------------------
Interpreter
code size = 69K bytes
total space = 223K bytes
wasted space = 154K bytes
# of codelets = 266
avg codelet size = 268 bytes
@yulewei
yulewei / java -XX:PrintInterpreter (x64)
Last active February 21, 2018 15:32
java -client -Xint -XX:+UnlockDiagnosticVMOptions -XX:+PrintInterpreter -XX:PrintAssemblyOptions=intel
This file has been truncated, but you can view the full file.
----------------------------------------------------------------------
Interpreter
code size = 119K bytes
total space = 255K bytes
wasted space = 136K bytes
# of codelets = 266
avg codelet size = 460 bytes

AMQP 0.9.1 Quick Reference, quickref

命令 Java API (Channel接口) 功能描述
basic
basic.ack basicAck Acknowledge one or more messages
basic.cancel basicCancel End a queue consumer
basic.consume basicConsume Start a queue consumer
basic.deliver - Notify the client of a consumer message
basic.get basicGet Direct access to a queue