Re: Short Question - About javac.c where is it?

2018-07-21 Thread David Buck
ks! 😊 MR/ From: Erik Joelsson Sent: Friday, July 20, 2018 6:56 PM To: mr rupplin; build-dev@openjdk.java.net Subject: Re: Short Question - About javac.c where is it? Hello Max, Javac, like most of the command line tools in the JDK is written in Java, so to look at

Re: Short Question - About javac.c where is it?

2018-07-20 Thread mr rupplin
From: Erik Joelsson Sent: Friday, July 20, 2018 6:56 PM To: mr rupplin; build-dev@openjdk.java.net Subject: Re: Short Question - About javac.c where is it? Hello Max, Javac, like most of the command line tools in the JDK is written in Java, so to look at the actual program, I would recommend start

Re: Short Question - About javac.c where is it?

2018-07-20 Thread Erik Joelsson
Hello Max, Javac, like most of the command line tools in the JDK is written in Java, so to look at the actual program, I would recommend starting here (assuming current mainline at http://hg.openjdk.java.net/jdk/jdk): src/jdk.compiler/share/classes/com/sun/tools/javac/Main.java Most of the e

Short Question - About javac.c where is it?

2018-07-20 Thread mr rupplin
In building the OpenJDK where may we find the source code file(s) for the javac output? In libjli we find the java.c but locate javac.c returns no results. How curious. Would you be a friend and help us out. We love reading. Thanks, Max /sr software developer