public class Demo {
public static void main(String[] args) throws Exception{
System.out.println("Current time: " + System.currentTimeMillis());
}
}javac Demo.java
| /* | |
| * Copyright 2018 Andrei Pangin | |
| * | |
| * This is a specialized Java port of the FlameGraph script available at | |
| * https://github.com/brendangregg/FlameGraph/blob/master/flamegraph.pl | |
| * | |
| * Copyright 2016 Netflix, Inc. | |
| * Copyright 2011 Joyent, Inc. All rights reserved. | |
| * Copyright 2011 Brendan Gregg. All rights reserved. | |
| * |
public class Demo {
public static void main(String[] args) throws Exception{
System.out.println("Current time: " + System.currentTimeMillis());
}
}javac Demo.java
| |----------------------------------------------------------------------------------------|--------------------| | |
| | Object Header (64 bits) | State | | |
| |-------------------------------------------------------|--------------------------------|--------------------| | |
| | Mark Word (32 bits) | Klass Word (32 bits) | | | |
| |-------------------------------------------------------|--------------------------------|--------------------| | |
| | identity_hashcode:25 | age:4 | biased_lock:1 | lock:2 | OOP to metadata object | Normal | | |
| |-------------------------------------------------------|--------------------------------|--------------------| | |
| | thread:23 | epoch:2 | age:4 | biased_lock:1 | lock:2 | OOP to metadata object | Biased | | |
| |-------------------------------------------------------|--------------------------------|--------------------| | |
| | |
| git config --global https.proxy http://127.0.0.1:1080 | |
| git config --global https.proxy https://127.0.0.1:1080 | |
| git config --global --unset http.proxy | |
| git config --global --unset https.proxy | |
| npm config delete proxy |