jdk8-b111: HotSpot

2013-10-08 Thread Alejandro E Murillo
hs25-b53 has been integrated into jdk8-b111. http://hg.openjdk.java.net/jdk8/jdk8/rev/669e3e3d4459 http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/85c1c94e7235 http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/f6962730bbde http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/17ee0d3e97fd http://hg.openjdk

hg: jdk8/jdk8/hotspot: 43 new changesets

2013-10-08 Thread alejandro . murillo
Changeset: 24250c363d7f Author:amurillo Date: 2013-09-26 13:41 -0700 URL: http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/24250c363d7f 8025536: new hotspot build - hs25-b53 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 899ecf76b570 Author:dsimms Date: 2013-09-25

Re: Strange covariant/generics downcasting issue with JDK8

2013-10-08 Thread Paul Sandoz
[i am not subscribed to compiler-dev] You are using raw types for the condition: public class RegexMatch extends Condition replace with: public class RegexMatch extends Condition and it will compile. So it seems the raw types for the parameter is triggering the compiler to loose the type