Y
Hacker News
new
|
ask
|
show
|
jobs
by
seanmcdirmid
3376 days ago
java.lang.Object is just part of the VM. Same thing with native methods.
1 comments
0x0
3376 days ago
While many of the methods in java.lang.Object have a native implementation, there are still other methods that do sport a pure java implementation:
http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/tip/src/share/...
link
seanmcdirmid
3376 days ago
Sure, but...if you look at the JVMS, there are a lot of special cases concerning java.lang.Object to help with bootstrapping.
link