Skip to content

Commit

Permalink
Startup Time and The Autoboxing 👉 Cache https://youtube.com/shorts/W1…
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBien committed Nov 6, 2024
1 parent 4151e72 commit 3485d9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S129_AutoboxingCacheSizeStartupTime.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
interface App {

// time java -XX:AutoBoxCacheMax=1000000 S100_AutoboxingCacheSizeStartupTime.java
static void main(String... args) {
Integer.valueOf(1);
}
}

0 comments on commit 3485d9c

Please sign in to comment.