All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for OpenJDK 9+
@ 2019-09-09 19:52 Mathieu Alexandre-Tétreault
  2019-09-09 20:57 ` Adrian Bunk
  0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Alexandre-Tétreault @ 2019-09-09 19:52 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Howdy,

We recently got a request to add support for Java(OpenJdk) 9+.
I came to wonder if there was any limitations preventing the use of 
Openjdk 9+ on arm?

Any advise will be appreciated.

Cheers,

Mathieu


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Support for OpenJDK 9+
  2019-09-09 19:52 Support for OpenJDK 9+ Mathieu Alexandre-Tétreault
@ 2019-09-09 20:57 ` Adrian Bunk
  2019-09-10  6:06   ` Richard Leitner
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2019-09-09 20:57 UTC (permalink / raw)
  To: Mathieu Alexandre-Tétreault
  Cc: openembedded-devel@lists.openembedded.org

On Mon, Sep 09, 2019 at 07:52:16PM +0000, Mathieu Alexandre-Tétreault wrote:
> Howdy,
> 
> We recently got a request to add support for Java(OpenJdk) 9+.
> I came to wonder if there was any limitations preventing the use of 
> Openjdk 9+ on arm?
> 
> Any advise will be appreciated.

Debian stable ships OpenJDK 11 on three different arm architectures.

> Cheers,
> 
> Mathieu

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Support for OpenJDK 9+
  2019-09-09 20:57 ` Adrian Bunk
@ 2019-09-10  6:06   ` Richard Leitner
  2019-10-03 15:08     ` chris.laplante
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Leitner @ 2019-09-10  6:06 UTC (permalink / raw)
  To: openembedded-devel


On 09/09/2019 22:57, Adrian Bunk wrote:
> On Mon, Sep 09, 2019 at 07:52:16PM +0000, Mathieu Alexandre-Tétreault wrote:
>> Howdy,
>>
>> We recently got a request to add support for Java(OpenJdk) 9+.
>> I came to wonder if there was any limitations preventing the use of
>> Openjdk 9+ on arm?

None that I'm aware of...

>>
>> Any advise will be appreciated.
> 
> Debian stable ships OpenJDK 11 on three different arm architectures.

Additionally please take in mind the end-of-support of the OpenJDK 
releases to make sure you put the effort in a long maintained version if 
possible.

Furthermore you may also take advantages of synergies with adoptopenjdk.net?

regards;Richard.L


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Support for OpenJDK 9+
  2019-09-10  6:06   ` Richard Leitner
@ 2019-10-03 15:08     ` chris.laplante
  2019-11-07 14:48       ` chris.laplante
  0 siblings, 1 reply; 6+ messages in thread
From: chris.laplante @ 2019-10-03 15:08 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel@lists.openembedded.org

> >> We recently got a request to add support for Java(OpenJdk) 9+.
> >> I came to wonder if there was any limitations preventing the use of
> >> Openjdk 9+ on arm?
> 
> None that I'm aware of...

I have a somewhat related question. Is there a technical reason that we're still using GNU Classpath? That project looks to be thoroughly abandoned since 2012. As you may have seen last night I submitted some patches to fix some "simple" bugs in BigDecimal. By "simple", I mean the kind of bug that I'd expect to bite many users, as opposed to an esoteric or corner-case bug. 

If it's just that no one has ever volunteered to move to something newer, then I may be able to help. No commitments yet though.  

Thanks,
Chris

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Support for OpenJDK 9+
  2019-10-03 15:08     ` chris.laplante
@ 2019-11-07 14:48       ` chris.laplante
  2019-11-07 15:19         ` Richard Leitner
  0 siblings, 1 reply; 6+ messages in thread
From: chris.laplante @ 2019-11-07 14:48 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel@lists.openembedded.org

> > >> We recently got a request to add support for Java(OpenJdk) 9+.
> > >> I came to wonder if there was any limitations preventing the use of
> > >> Openjdk 9+ on arm?
> >
> > None that I'm aware of...
> 
> I have a somewhat related question. Is there a technical reason that we're still using GNU Classpath? That project looks to be
> thoroughly abandoned since 2012. As you may have seen last night I submitted some patches to fix some "simple" bugs in BigDecimal.
> By "simple", I mean the kind of bug that I'd expect to bite many users, as opposed to an esoteric or corner-case bug.
> 
> If it's just that no one has ever volunteered to move to something newer, then I may be able to help. No commitments yet though.

Bump?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Support for OpenJDK 9+
  2019-11-07 14:48       ` chris.laplante
@ 2019-11-07 15:19         ` Richard Leitner
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Leitner @ 2019-11-07 15:19 UTC (permalink / raw)
  To: chris.laplante@agilent.com,
	openembedded-devel@lists.openembedded.org


On 07/11/2019 15:48, chris.laplante@agilent.com wrote:
>>>>> We recently got a request to add support for Java(OpenJdk) 9+.
>>>>> I came to wonder if there was any limitations preventing the use of
>>>>> Openjdk 9+ on arm?
>>>
>>> None that I'm aware of...
>>
>> I have a somewhat related question. Is there a technical reason that we're still using GNU Classpath? That project looks to be
>> thoroughly abandoned since 2012. As you may have seen last night I submitted some patches to fix some "simple" bugs in BigDecimal.
>> By "simple", I mean the kind of bug that I'd expect to bite many users, as opposed to an esoteric or corner-case bug.
>>
>> If it's just that no one has ever volunteered to move to something newer, then I may be able to help. No commitments yet though.

Hi,
AFAIK there are no technical reasons for Classpath and any help is of 
course greatly appreciated ;-)

regards;Richard.L

> 
> Bump?
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-07 15:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-09 19:52 Support for OpenJDK 9+ Mathieu Alexandre-Tétreault
2019-09-09 20:57 ` Adrian Bunk
2019-09-10  6:06   ` Richard Leitner
2019-10-03 15:08     ` chris.laplante
2019-11-07 14:48       ` chris.laplante
2019-11-07 15:19         ` Richard Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.