System Reaction - Stunned

2018-08-05 Thread mr rupplin
Hello. Trying to understand the "make process" as it relates to a fundamental build and where the files end up going. Not being pushy at all. I'm having trouble locating the files after the "make" command executes. So quickly a few questions: 1. Where do the Standard Java (System.java,

Re: JNI Native - System (java.lang.System)

2018-08-03 Thread mr rupplin
Yeah OK. SETEC ASTRONOMY. From: David Holmes Sent: Friday, August 3, 2018 9:03 AM To: mr rupplin; build-dev@openjdk.java.net Subject: Re: JNI Native - System (java.lang.System) On 3/08/2018 10:49 PM, mr rupplin wrote: > How would I subscribe to core-libs-

Re: JNI Native - System (java.lang.System)

2018-08-03 Thread mr rupplin
How would I subscribe to core-libs-dev? Ok. From: David Holmes Sent: Thursday, August 2, 2018 11:55 PM To: mr rupplin; build-dev@openjdk.java.net Subject: Re: JNI Native - System (java.lang.System) Hi Max, The build-dev list is for discussing the OpenJDK build

JNI Native - System (java.lang.System)

2018-08-02 Thread mr rupplin
Hello. Trying to run a simple JNI call and I keep getting the following: SecureJVM : GNU Public License 2.0 Program Name >> java Launcher Name >> openjdk Windows >> off Version >> 9-internal+0-adhoc.mearvk.jdk9 A new instance of Hope is born. Exception in thread "main" java.lang.UnsatisfiedLinkE

Re: JDK 8 Build Issue(s)

2018-07-22 Thread mr rupplin
Alright, good tip there, and thanx! From: John Paul Adrian Glaubitz Sent: Sunday, July 22, 2018 11:20 AM To: mr rupplin; David Buck Cc: build-dev@openjdk.java.net Subject: Re: JDK 8 Build Issue(s) On 07/22/2018 05:15 PM, mr rupplin wrote: > Great. I tried JD

Re: JDK 8 Build Issue(s)

2018-07-22 Thread mr rupplin
Great. I tried JDK 8 as base and it gave the generic linux error at build. Thanks. From: David Buck Sent: Sunday, July 22, 2018 7:34 AM To: mr rupplin Cc: build-dev@openjdk.java.net Subject: Re: JDK 8 Build Issue(s) Hi Max! Not much to go on here [0]. For what

Re: JDK 10 Build Issue(s)

2018-07-22 Thread mr rupplin
Great, Buck, I got all that. -mr ok From: David Buck Sent: Saturday, July 21, 2018 8:29 PM To: mr rupplin; build-dev@openjdk.java.net Subject: Re: JDK 10 Build Issue(s) Hi Rupplin! For JDK 10 and later, get_source.sh script is no longer required for getting all

JDK Memory Allocation

2018-07-21 Thread mr rupplin
Having looked for some while at the OpenJDK source code I am unable to find where the memory allocation occurs. I will be working very much with the JDK and would like to get a firm grasp on its underlying mechanisms. public class JustAsk { public static void main(String...args) {

JDK 10 Build Issue(s)

2018-07-21 Thread mr rupplin
I do not find the get_source.sh or the configure nor the complete makefile setup in the Mercurial pull from java.net. This is JDK 10 related. Thanks, Mr. M. Rupplin /sr software dev

JDK 8 Build Issue(s)

2018-07-21 Thread mr rupplin
I get a cannot compile for a "generic linux" when trying to build OpenJDK 8 on Mint. Thanks, Mr. Rupplin /sr software dev

Link Missing

2018-07-21 Thread mr rupplin
I find the last link doesn't have a valid document attached to it. http://openjdk.java.net/groups/build/ Build Infrastructure Group - OpenJDK Build Infrastructure Group. This group consists of those developers interested in and actively developing or maintai

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

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