Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] j9 class sharing and CL.getResource

Hi!

I have a question regarding J9 class sharing and the adaptor hooks: I have an adaptor hook that uses specialized bundle file objects to delegate to the j9 class sharing. This implementation is done for all path parameters that end with ".class".

Now a library that I use calls CL.getResource for a class file to get the bytecode of that class. In the case of j9 class sharing this call returns just some identifier used by j9 class sharing instead of the real bytecode.

Did you observe similar problems with j9 class sharing? Do you have any idea how to solve this?

Thanks for your help!!!

Best regards,
-Martin



Back to the top