Build shark against llvm 3.0 on mac os x
Volker Simonis
volker.simonis at gmail.com
Tue Dec 6 00:32:31 PST 2011
I don't think this error is OS X related.
I suppose that nobody has implemented MethodHandles/JSR292 for the
Zero-Port until now.
6939861 is the bug id for "6939861: JVM should handle more conversion
operations"
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6939861 which is
apparently not yet implemented.
Regards,
Volker
On Mon, Dec 5, 2011 at 9:05 PM, Edward Wang <edward.yu.wang at gmail.com> wrote:
> Hi,
>
> I tried to build shark against 3.0 on mac os x. I started with
> repository http://hg.openjdk.java.net/jdk7u/jdk7u-osx/, applied shark
> llvm 3.0 patch mentioned here: http://labb.zafena.se/?p=459 and did
> bunch of other adjustments. I made some progress before hitting the wall.
> It began to complain something like "RicochetFrame is not a member of
> MethodHandles". Unlike other cpus' methodHandles implementation,
> hotspot/src/cpu/zero/vm/methodHandles_zero.hpp is just a placeholder,
> which says:
> #define TARGET_ARCH_NYI_6939861 1
>
> So, my question is that did anyone try to build shark on os x before? Any
> suggestions?
>
> And in ZeroSharkFaq wiki, there's a line says "Zero is currently
> Linux- and GCC-specific". I begin to doubt whether my effort of
> building shark on os x will do any good to openjdk community :)
>
> Thanks,
> Edward
More information about the zero-dev
mailing list