Salikh Zakirov wrote:
Andrey Chernyshev wrote:
1.  Fix the DRLVM layout - rename vmcore to "harmonyvm" and move
..dll/.so into the "default" subdirectory such that one doesn't have to
type -vm and -vmdir options;

While would you want to rename DRLVM to Harmony VM? It feels to me like claiming DRLVM to be "the only" Harmony VM.
On the contrary, I thought Harmony project is about *encouraging* diversity.

I think having library named libdrlvm.so would be much better.

No - the launcher picks up the vm from "harmonyvm.dll" (or .so) so that's what we'll name it.

Then it makes it easy. put J9 in jre/bin/j9 and drlvm in jre/bin/drlvm and then

  java -vmdir:j9

or

  java -vmdir:drlvm


etc

geir


2. Exclude building of the "original" launcher from the DRLVM build -
it currently conflicts with the classlib launcher (both are called
"java").

3. Aside from the hythread, it may also have a sense to make the
classlib and DRLVM using the same zlib dll/so (preferably the system
one).


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to