Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Peter A
Thanks! I've posted a message to that mailing list and will create a bug report after a short discussion with them. - Peter On Thu, Jul 13, 2017 at 11:22 AM, Phil Race wrote: > Hi Peter, > > 2d-dev would be the right list. > > Sounds like you were accessing jdk internals and found that you > mo

Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Phil Race
Hi Peter, 2d-dev would be the right list. Sounds like you were accessing jdk internals and found that you mostly can do away with that except for sub-images. What you should really do is file an issue at bugs.java.com as client-libs/2d for cat/subcat. If this had been raised earlier in JDK 9

Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Alan Bateman
The 2d-dev or awt-dev mailing lists may be a better place to bring this up. -Alan On 13/07/2017 17:21, Peter A wrote: Apologies since this probably not the correct list, but I was referenced here from another Java list. Background: The high level API in a BufferedImage is very very very slow.

Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Peter A
Apologies since this probably not the correct list, but I was referenced here from another Java list. Background: The high level API in a BufferedImage is very very very slow. To get around that problem, in previous versions of Java, the internal rasters which were defined in sun.awt.image were a

Re: Jigsaw questions

2017-07-13 Thread Remi Forax
- Mail original - > De: "Oleg Tsal-Tsalko" > À: jigsaw-dev@openjdk.java.net > Envoyé: Jeudi 13 Juillet 2017 09:34:53 > Objet: Jigsaw questions > Dear experts, > > I'm from JUG UA and currently playing with new Java 9 Module System using > Early Access Jigsaw build #174. As an exercise I'

Jigsaw questions

2017-07-13 Thread Oleg Tsal-Tsalko
Dear experts, I'm from JUG UA and currently playing with new Java 9 Module System using Early Access Jigsaw build #174. As an exercise I'm modularising JUnit 5. In process I faced couple of issues and have couple of questions to you: 1. *How to compile test classes that are packaged in same pa