Successfull building of JDK8u
Bahram Yarahmadi
bahram.yarahmadi at gmail.com
Thu Feb 4 10:23:51 UTC 2016
Dear all,
Finally I have Succeeded to build jdk8u,I made these changes aggressively
so I'm worry about unexpected runtime behaviors although I've test some
hello world programs an the results were correct.I decided to share the
changes that I've done with you
Could you review my changes tell me if some changes that I've done might
have unexpected errors in the future ?
In ciTypeFlow.cpp I've added two macros (#ifdef Compiler2) :lines 38,41
2652,2662
In sharkCompiler.cpp I've changed Arena arena(mtCompiler); line 170 to
Arena arena(mtCompiler); line 171
In sharkCompiler.cpp I've commented lines 318 until 323 //tty->print
In sharkRuntime.cpp I've commented lines 191 until 196 //again tty->print
Finaly I've test compile and test some programs with binaries which are
located in linux-x86_64-normal-zeroshark-release/images/j2sdk-image and
everything was fine ,
As I said I before I want to hack Shark JIT in order to just convert Java 8
bytecode to LLVM IR,Do you have any suggestion for me which could help me
out,Does anybody know which class or method are more responsible for
generating LLVM IR ?
Right now I just want to debug the whole Shark JIT codebase by dumping the
variables and objects .Does anybody know a better solution ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/zero-dev/attachments/20160204/ed9b997a/attachment.html>
More information about the zero-dev
mailing list