Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38917
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Release Frequency |
| Date | 2019-04-13 22:45 -0400 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <q8u6so$gt9$1@gioia.aioe.org> (permalink) |
| References | <releases-20190224155750@ram.dialup.fu-berlin.de> <gdg1lqF8njgU1@mid.individual.net> <q4un2b$369$1@dont-email.me> <c8d87b74-d164-48e3-979e-151d8f5370e8@googlegroups.com> <q8fbqd$3l4$1@gioia.aioe.org> |
On 4/8/2019 7:37 AM, Graeme Geldenhuys wrote:
> On 25/02/2019 02:15, bursejan@gmail.com wrote:
>> JDK 1.8.0 202 : 9'126 ms
>>
>> GraalVM 1.0.0 rc12 : 9'667 ms
>>
>> JDK 13 : 13'646 ms
>>
>> And the winner is, good ole JDK 1.8.
>
> Umm.... That's interesting. I thought the whole idea of JRE "modules"
> was to improve efficiency and remove bloat.... Guess not!
Not accurate.
https://openjdk.java.net/projects/jigsaw/spec/reqs/
<quote>
As outlined in the JSR, the specific goals are to provide and enable:
Reliable configuration, to replace the brittle, error-prone
class-path mechanism with a means for program components to declare
explicit dependences upon one another;
Strong encapsulation, to allow a component to declare which of its
APIs are accessible by other components, and which are not;
A scalable Java SE Platform, whose components can be assembled by
developers into custom configurations that contain only the
functionality actually required by an application;
Greater platform integrity, to ensure that code that is internal to
a platform implementation is not accessible from outside the
implementation; and
Improved performance, by applying whole-program optimization
techniques to complete configurations of platform, library, and
application components.
</quote>
Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Release Frequency Robert Klemme <shortcutter@googlemail.com> - 2019-02-24 18:13 +0100
Re: Release Frequency Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2019-02-24 19:16 +0100
Re: Release Frequency bursejan@gmail.com - 2019-02-24 18:15 -0800
Re: Release Frequency Graeme Geldenhuys <graemeg@example.net> - 2019-04-08 12:37 +0100
Re: Release Frequency Arne Vajhøj <arne@vajhoej.dk> - 2019-04-13 22:45 -0400
csiph-web