- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Which JVM to use
Mon, 2010-05-03, 12:21
Hello,
I'm wondering how many people have experience with running Scala on a
Java implementation which isn't Oracle's. I myself use openjdk6 and
sunjdk on linux and both seem to work without problems although both
are fairly similar.
Has anybody tried using Scala on JRockit or Harmony or some other JVM?
What are the cavaets?
-Stefan
Mon, 2010-05-03, 20:07
#2
Re: Which JVM to use
look, as oracle buy sun and will buy your city , and dog .. soon.. they pick the jrockit GC (wich is know to be better then sun) and put in the new sun jdk 7 .. also jdk benchmarking has double its predecessor in speed..
if you want an state of the art vm, i will stick with sun jvm.. or even the openjdk version 7..
i think a lot of good things will get discontinued from this buying but, jvm will improve better now then before...
just my opinion..
unless that a particular VM get tunned better for us "scalers" than sun... but even for that looks that jvm 7 get tunned for other languages as well, and steel winning..
On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath <h-star@gmx.de> wrote:
if you want an state of the art vm, i will stick with sun jvm.. or even the openjdk version 7..
i think a lot of good things will get discontinued from this buying but, jvm will improve better now then before...
just my opinion..
unless that a particular VM get tunned better for us "scalers" than sun... but even for that looks that jvm 7 get tunned for other languages as well, and steel winning..
On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath <h-star@gmx.de> wrote:
oracle owns weblogic, so oracle owns jrockit.
Stefan Langer schrieb:
> Hello,
>
> I'm wondering how many people have experience with running Scala on a
> Java implementation which isn't Oracle's. I myself use openjdk6 and
> sunjdk on linux and both seem to work without problems although both
> are fairly similar.
> Has anybody tried using Scala on JRockit or Harmony or some other JVM?
> What are the cavaets?
>
> -Stefan
>
>
Mon, 2010-05-03, 20:57
#3
Re: Which JVM to use
from my experience jrockit and the sun vm have strengths. if they manage
to combine both, the java 7 vm will kick ass as chew bubble gum
Fabio Kaminski schrieb:
> look, as oracle buy sun and will buy your city , and dog .. soon..
> they pick the jrockit GC (wich is know to be better then sun) and put
> in the new sun jdk 7 .. also jdk benchmarking has double its
> predecessor in speed..
>
> if you want an state of the art vm, i will stick with sun jvm.. or
> even the openjdk version 7..
>
> i think a lot of good things will get discontinued from this buying
> but, jvm will improve better now then before...
>
> just my opinion..
>
> unless that a particular VM get tunned better for us "scalers" than sun...
>
> but even for that looks that jvm 7 get tunned for other languages as
> well, and steel winning..
>
> On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath > wrote:
>
> oracle owns weblogic, so oracle owns jrockit.
>
> Stefan Langer schrieb:
>
> > Hello,
> >
> > I'm wondering how many people have experience with running Scala
> on a
> > Java implementation which isn't Oracle's. I myself use openjdk6 and
> > sunjdk on linux and both seem to work without problems although both
> > are fairly similar.
> > Has anybody tried using Scala on JRockit or Harmony or some
> other JVM?
> > What are the cavaets?
> >
> > -Stefan
> >
> >
>
>
Mon, 2010-05-03, 22:07
#4
Re: Which JVM to use
> from my experience jrockit and the sun vm EACH have THEIR strengths. if they manage
> to combine both, the java 7 vm will kick ass as chew bubble gum
>
> Fabio Kaminski schrieb:
>
>> look, as oracle buy sun and will buy your city , and dog .. soon..
>> they pick the jrockit GC (wich is know to be better then sun) and put
>> in the new sun jdk 7 .. also jdk benchmarking has double its
>> predecessor in speed..
>>
>> if you want an state of the art vm, i will stick with sun jvm.. or
>> even the openjdk version 7..
>>
>> i think a lot of good things will get discontinued from this buying
>> but, jvm will improve better now then before...
>>
>> just my opinion..
>>
>> unless that a particular VM get tunned better for us "scalers" than sun...
>>
>> but even for that looks that jvm 7 get tunned for other languages as
>> well, and steel winning..
>>
>> On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath > > wrote:
>>
>> oracle owns weblogic, so oracle owns jrockit.
>>
>> Stefan Langer schrieb:
>>
>> > Hello,
>> >
>> > I'm wondering how many people have experience with running Scala
>> on a
>> > Java implementation which isn't Oracle's. I myself use openjdk6 and
>> > sunjdk on linux and both seem to work without problems although both
>> > are fairly similar.
>> > Has anybody tried using Scala on JRockit or Harmony or some
>> other JVM?
>> > What are the cavaets?
>> >
>> > -Stefan
>> >
>> >
>>
>>
>>
>
>
Mon, 2010-05-03, 22:37
#5
Re: Which JVM to use
Do you have some links to sources for this information? It would be an
interesting read.
/Jesper Nordenberg
Fabio Kaminski skrev 2010-05-03 21:01:
> look, as oracle buy sun and will buy your city , and dog .. soon..
> they pick the jrockit GC (wich is know to be better then sun) and put in
> the new sun jdk 7 .. also jdk benchmarking has double its predecessor in
> speed..
>
> if you want an state of the art vm, i will stick with sun jvm.. or even
> the openjdk version 7..
>
> i think a lot of good things will get discontinued from this buying but,
> jvm will improve better now then before...
>
> just my opinion..
>
> unless that a particular VM get tunned better for us "scalers" than sun...
> but even for that looks that jvm 7 get tunned for other languages as
> well, and steel winning..
>
> On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath
> > wrote:
>
> oracle owns weblogic, so oracle owns jrockit.
>
> Stefan Langer schrieb:
>
> > Hello,
> >
> > I'm wondering how many people have experience with running Scala on a
> > Java implementation which isn't Oracle's. I myself use openjdk6 and
> > sunjdk on linux and both seem to work without problems although both
> > are fairly similar.
> > Has anybody tried using Scala on JRockit or Harmony or some other
> JVM?
> > What are the cavaets?
> >
> > -Stefan
> >
> >
>
>
Mon, 2010-05-03, 23:27
#6
Re: Re: Which JVM to use
Oracle set to merge Java virtual machineshttp://www.infoworld.com/d/developer-world/oracle-set-merge-java-virtual-machines-935?source=footer
"Following the finalization of the acquisition of Sun Microsystems, Oracle announced in its January 27, 2010, Strategy Update webcast that the best features of JRockit would be implemented in the Java 7 JVM" http://en.wikipedia.org/wiki/JRockit
JDK 7 featureshttp://openjdk.java.net/projects/jdk7/features/
regards,
Fabio Kaminski
On Mon, May 3, 2010 at 6:32 PM, Jesper Nordenberg <megagurka@yahoo.com> wrote:
"Following the finalization of the acquisition of Sun Microsystems, Oracle announced in its January 27, 2010, Strategy Update webcast that the best features of JRockit would be implemented in the Java 7 JVM" http://en.wikipedia.org/wiki/JRockit
JDK 7 featureshttp://openjdk.java.net/projects/jdk7/features/
regards,
Fabio Kaminski
On Mon, May 3, 2010 at 6:32 PM, Jesper Nordenberg <megagurka@yahoo.com> wrote:
Do you have some links to sources for this information? It would be an interesting read.
/Jesper Nordenberg
Fabio Kaminski skrev 2010-05-03 21:01:
look, as oracle buy sun and will buy your city , and dog .. soon..
they pick the jrockit GC (wich is know to be better then sun) and put in
the new sun jdk 7 .. also jdk benchmarking has double its predecessor in
speed..
if you want an state of the art vm, i will stick with sun jvm.. or even
the openjdk version 7..
i think a lot of good things will get discontinued from this buying but,
jvm will improve better now then before...
just my opinion..
unless that a particular VM get tunned better for us "scalers" than sun...
but even for that looks that jvm 7 get tunned for other languages as
well, and steel winning..
On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath
<h-star@gmx.de
<mailto:h-star@gmx.de>> wrote:
oracle owns weblogic, so oracle owns jrockit.
Stefan Langer schrieb:
> Hello,
>
> I'm wondering how many people have experience with running Scala on a
> Java implementation which isn't Oracle's. I myself use openjdk6 and
> sunjdk on linux and both seem to work without problems although both
> are fairly similar.
> Has anybody tried using Scala on JRockit or Harmony or some other
JVM?
> What are the cavaets?
>
> -Stefan
>
>
Tue, 2010-05-04, 07:07
#7
Re: Re: Which JVM to use
use google, you'll quickly find some sources. but as usual, "twice as
fast" is not a general improvent and applies only to some special cases.
in general, you can probably expect a speed boost around 10-30%
Jesper Nordenberg schrieb:
> Do you have some links to sources for this information? It would be an
> interesting read.
>
> /Jesper Nordenberg
>
> Fabio Kaminski skrev 2010-05-03 21:01:
>> look, as oracle buy sun and will buy your city , and dog .. soon..
>> they pick the jrockit GC (wich is know to be better then sun) and put in
>> the new sun jdk 7 .. also jdk benchmarking has double its predecessor in
>> speed..
>>
>> if you want an state of the art vm, i will stick with sun jvm.. or even
>> the openjdk version 7..
>>
>> i think a lot of good things will get discontinued from this buying but,
>> jvm will improve better now then before...
>>
>> just my opinion..
>>
>> unless that a particular VM get tunned better for us "scalers" than
>> sun...
>> but even for that looks that jvm 7 get tunned for other languages as
>> well, and steel winning..
>>
>> On Mon, May 3, 2010 at 1:18 PM, HamsterofDeath
>> > > wrote:
>>
>> oracle owns weblogic, so oracle owns jrockit.
>>
>> Stefan Langer schrieb:
>>
>> > Hello,
>> >
>> > I'm wondering how many people have experience with running
>> Scala on a
>> > Java implementation which isn't Oracle's. I myself use
>> openjdk6 and
>> > sunjdk on linux and both seem to work without problems
>> although both
>> > are fairly similar.
>> > Has anybody tried using Scala on JRockit or Harmony or some other
>> JVM?
>> > What are the cavaets?
>> >
>> > -Stefan
>> >
>> >
>>
>>
>
>
oracle owns weblogic, so oracle owns jrockit.
Stefan Langer schrieb:
> Hello,
>
> I'm wondering how many people have experience with running Scala on a
> Java implementation which isn't Oracle's. I myself use openjdk6 and
> sunjdk on linux and both seem to work without problems although both
> are fairly similar.
> Has anybody tried using Scala on JRockit or Harmony or some other JVM?
> What are the cavaets?
>
> -Stefan
>
>