C files and their Mapping(s) (original) (raw)
mr rupplin mearvk at outlook.com
Sat Aug 11 20:04:09 UTC 2018
- Previous message: (XS) java.logging Level.java minor cleanups
- Next message: C files and their Mapping(s)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: (XS) java.logging Level.java minor cleanups
- Next message: C files and their Mapping(s)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]