Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Java 1.6

Subject: perfsonar development work

List archive

Re: [pS-dev] Java 1.6


Chronological Thread 
  • From: Jochen Reinwand <>
  • To: Perfsonar Development <>
  • Subject: Re: [pS-dev] Java 1.6
  • Date: Wed, 30 Jan 2008 11:28:20 +0100
  • Organization: DFN Verein

On Wednesday 30 January 2008 10:12, Szymon Trocha wrote:
> Maciej Glowiak wrote:
> > I think it would be better to switch to 1.6 because of performance
> > reasons and some advanced features, however I will wait for the decision
> > of others.
>
> I think there are two points of view: developers (who would probably
> support this change e.g. because of better performance) and users (who
> like Joe or Johen would like not to change the version because of
> maturity issues). We should consider possible impact on both parties as
> well as development and release process.

Ok, my Java knowledge is a little bit out-dated, but afaik you should really
think about the difference of source code and bytecode! Especially if you are
thinking about the different points of view of developer and user.
Isn't 1.6 creating bytecode that won't run on 1.5? Is the performance gain in
1.6 related to bytecode compiler or runtime environment? Perhaps it makes
sense to compile the code using 1.5 compiler and then run it on 1.6 runtime
to have the better performance or on 1.5 for compatibility with "older"
systems? If you write 1.6 source code you will most likely not be able to run
the software on older systems. Does this really make sense?
Sorry, if these concerns are totally out of interest for newer Java versions.
If so, just ignore me ;)

Jochen

--
Jochen Reinwand, DFN-Labor
Friedrich-Alexander-Universität Erlangen-Nürnberg
Regionales RechenZentrum Erlangen (RRZE)
Martensstraße 1, 91058 Erlangen, Germany
Tel. +49 9131 85-28689, -28800, Fax +49 9131 302941

www.win-labor.dfn.de



Archive powered by MHonArc 2.6.16.

Top of Page