Re: Reducing overall amount of OpenJDK source code

2010-05-24 Thread David Holmes
Andrey, Unless you plan on only doing this once, there will be a limit on what you can do without this becoming a maintenance nightmare. In simplistic terms with the Hotspot code base for any OS you don't support you can delete any directory with that OS in its name. This includes the src/os

Re: Reducing overall amount of OpenJDK source code

2010-05-24 Thread Erik Trimble
On 5/24/2010 11:17 AM, David Herron wrote: On Mon, May 24, 2010 at 10:27 AM, Андрей Мишанин > wrote: Hi everyone. My name is Andrey, I'm from Russia. Our company is building it's own operating system based on Solaris 10 with Trusted Extensions (it is named

Re: Reducing overall amount of OpenJDK source code

2010-05-24 Thread David Herron
On Mon, May 24, 2010 at 10:27 AM, Андрей Мишанин wrote: > Hi everyone. My name is Andrey, I'm from Russia. Our company is building > it's own operating system based on Solaris 10 with Trusted Extensions (it is > named Zircon) and we've chosen OpenJDK 7 as a main platform for our > application deve

Reducing overall amount of OpenJDK source code

2010-05-24 Thread Андрей Мишанин
Hi everyone. My name is Andrey, I'm from Russia. Our company is building it's own operating system based on Solaris 10 with Trusted Extensions (it is named Zircon) and we've chosen OpenJDK 7 as a main platform for our application development. Our current goal is to create a specialized version o