I have the problem same as this.
I just tried to figure out how does hashmap internally works. So I want to debug the source code of SDK.
Currently. I think What I am looking for the compiled version with debug information
for Java SE 1.7
. i.e. compile using javac -g
.
I think I am not the only guy who want to do this. So anyone who knew the link or already done this before. (Sorry for I am the lazy man.Forgive me that. ) Please kindly share the work result for me. Well appreciated. Thanks.