I hereby claim:
- I am giltene on github.
- I am giltene (https://keybase.io/giltene) on keybase.
- I have a public key ASDjGDhcgu1eo5nTeyCkaXa0luIHtBACe31t6uGx2c-T3Qo
To claim this, I am signing this object:
| public class LoadInitExample { | |
| public static void main(String[] args) { | |
| new MyBean(); | |
| } | |
| static class MyBean { | |
| static { | |
| System.out.println("Class MyBean initialized."); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| PGP Public Key for Gil Tene | |
| Fingerprint: E113 1593 31A1 F87B FC2A 93D0 960D 2E86 35A9 1268 | |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Comment: GPGTools - https://gpgtools.org | |
| mQINBFqz2mMBEADf9rwaUU4Up4hEHRt7JnhIClBNYqQr8Oc3QLvtEmsMv6UWHQ/h | |
| l70MhvCrAZnxnDmcSEE5/A5VeZSDBm4qM+jH8x+B9zIVMoWS2c3IJeE0Q0bt6MO+ | |
| j6TQrrXmetyCvzYMz/Dbr6f3alEvh89ImkSZ4XdEByFcoXTdpQ7WUzYNw643F3W+ |
| /** | |
| * Written by Gil Tene of Azul Systems, and released to the public domain, | |
| * as explained at http://creativecommons.org/publicdomain/zero/1.0/ | |
| */ | |
| package org.HdrHistogram; | |
| import java.util.concurrent.TimeUnit; | |
| import java.util.concurrent.atomic.AtomicLongFieldUpdater; | |
| import java.util.concurrent.locks.ReentrantLock; |