2 issues with hs25-b37
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Mon Jun 24 07:34:06 PDT 2013
Hi,
I detected two issues with hs25-b37.
First, hotspot can not be built with a recent VM any more, as
with JEP 185 -Djavax.xml.accessExternalDTD=file must be set
in trace.make.
http://cr.openjdk.java.net/~goetz/webrevs/fix_for_JEP185/
Further, 8010460 breaks bytecodeInterpreter.cpp, as it uses
Method::extra_stack_entries_for_indy, where I think
Method::extra_stack_entries_for_jsr292 is meant.
Also, it should use labs().
http://cr.openjdk.java.net/~goetz/webrevs/fix_after_8010460/
Is there already a fix for these issues? Could you else please
open a bugid for this?
Best regards,
Goetz.
More information about the hotspot-dev
mailing list