Viewing profile — GreenToad
GreenToad
HN member- Joined
- Wed, Aug 30, 2017, 6:01 PM UTC
- HN karma
- 38
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About GreenToad
No profile information was provided.
Recent public activity
-
comment
Comment #39756623
"Vector API" is universal api for SIMD. It will probably remain in incubator until valhalla delivers value types.
-
comment
Comment #29564244
> That class needs to be on the server already If you are talking about original log4shell then no! Jndi will grab a class definition from ldap, load it and then deserialize it.
-
comment
Comment #29324079
Point[] array=new Point[15000]; In java would create an array with null references, to fill it up you need to create each object so that point is valid.
-
comment
Comment #28894901
Liberica JDK
-
comment
Comment #28536854
It looks like jep 418, when delivered, might be used for that.
-
comment
Comment #26249840
https://en.wikipedia.org/wiki/Slashdot_effect
-
comment
Comment #26237039
anyone remembers the term "slashdotted"?
-
comment
Comment #15134429
In java lang specs: "A thread that can only see a reference to an object after that object has been completely initialized is guaranteed to see the correctly initialized values for…