C files and their Mapping(s) (original) (raw)

Bernd Eckenfels ecki at zusammenkunft.net
Sat Aug 11 20:52:51 UTC 2018


If a Java class from does not use native Methods then no corresponding native implementation is existing/needed (with the Special exception of intrinsics). Most of the JCL is purely Java.

What is it you want to modify?

Gruss Bernd

http://bernd.eckenfels.net

Von: mr rupplin Gesendet: Samstag, 11. August 2018 22:17 An: core-libs-dev at openjdk.java.net Betreff: C files and their Mapping(s)

Hello.

Thanks for taking time. We had a quick question about the Java to C mappings in the JDK. For instance the System.java has a corresponding System.c and even a System.o.

We find these without too much problem. However many of the "core" packages (corba, nashorn, jaxp, jaxws) do not have a corresponding C source folder.

If we were to make changes to System.java we would, for example, also make changes to System.c. It is quickly clear then that we would need a mechanism for altering the remaining java classes. Since these do not have a C file what do we then alter? How would we rewrite a method, add one, etc.?


Thank you,

Max



More information about the core-libs-dev mailing list