Re: [OpenJDK Rasterizer] Marlin #4

2015-11-18 Thread Laurent Bourgès
Hi Jim, Good to see it is moving forward. > I am going to move forward with intent to get this version 4.2 into the client repos as the version we will go into Feature Complete milestone with. Let me know if there is a more recent version I should be looking at. I will publish a new webrev asap

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9: 46 new changesets

2015-11-18 Thread james . graham
Changeset: 2396a16033e1 Author:erikj Date: 2015-10-27 13:48 +0100 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/rev/2396a16033e1 8140484: Vardeps broken when variable value contains '$' Reviewed-by: tbell ! make/common/MakeBase.gmk ! test/make/TestMakeBase.gmk Changeset

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/jdk: 137 new changesets

2015-11-18 Thread james . graham
Changeset: acc830bc39a1 Author:rchamyal Date: 2015-11-02 17:52 +0400 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/jdk/rev/acc830bc39a1 8138881: Bug in OSInfo.java Reviewed-by: serb, alexsch ! src/java.desktop/share/classes/sun/awt/OSInfo.java + test/javax/swing/LookAnd

Re: [OpenJDK Rasterizer] Repo synch soon...

2015-11-18 Thread Jim Graham
We are now synchronized to the current client repo. Note that I had to make one patch to the Marlin code because SharedSecrets and JavaLangAccess both moved from sun.misc to jdk.internal.misc. Unsafe will move there as well, but it still has most of its guts in a copy in sun.misc. We should

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/nashorn: 32 new changesets

2015-11-18 Thread james . graham
Changeset: 6d9a3ef84ebf Author:mhaupt Date: 2015-10-28 10:54 +0100 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/nashorn/rev/6d9a3ef84ebf 8134941: Implement ES6 template literal support Reviewed-by: attila, hannesw Contributed-by: andreas.wo...@oracle.com ! src/jdk.scr

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/langtools: 36 new changesets

2015-11-18 Thread james . graham
Changeset: 16873e56156e Author:aeriksso Date: 2015-10-27 10:35 +0100 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/langtools/rev/16873e56156e 8134759: jdb: Incorrect stepping inside finally block Summary: Add LineNumberTable attribute for return bytecodes split around f

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/jaxws: 6 new changesets

2015-11-18 Thread james . graham
Changeset: b3e45213d574 Author:lana Date: 2015-10-29 08:42 -0700 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/jaxws/rev/b3e45213d574 Added tag jdk9-b89 for changeset 2d84c6f4cbba ! .hgtags Changeset: 63c89fbee619 Author:mkos Date: 2015-10-30 10:34 +0100 URL:

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/jaxp: 14 new changesets

2015-11-18 Thread james . graham
Changeset: 35f68242b624 Author:lana Date: 2015-10-29 08:42 -0700 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/jaxp/rev/35f68242b624 Added tag jdk9-b89 for changeset 5021da4c9496 ! .hgtags Changeset: d6dcb5df3d6d Author:joehw Date: 2015-10-29 21:53 -0700 URL:

[OpenJDK Rasterizer] hg: graphics-rasterizer/jdk9/corba: 6 new changesets

2015-11-18 Thread james . graham
Changeset: 29cc8228d623 Author:lana Date: 2015-10-29 08:42 -0700 URL: http://hg.openjdk.java.net/graphics-rasterizer/jdk9/corba/rev/29cc8228d623 Added tag jdk9-b89 for changeset c847a53b38d2 ! .hgtags Changeset: 75843e0a9371 Author:lana Date: 2015-10-30 10:28 -0700 URL:

[OpenJDK Rasterizer] Repo synch soon...

2015-11-18 Thread Jim Graham
We are going to be synching the repos. Because my accounts on the closed servers are still hosed (the admin is aware of the problem but has no work-arounds or fixes as of today), this will be a 2-step process with one of the steps being largely invisible to those outside Oracle. Because I can

Re: [OpenJDK Rasterizer] Marlin #4

2015-11-18 Thread Jim Graham
Hi Laurent, I am going to move forward with intent to get this version 4.2 into the client repos as the version we will go into Feature Complete milestone with. Let me know if there is a more recent version I should be looking at. I'm about to do some test builds and check performance and ru