Eclipse no longer working with 1.9.0-ea-b61

Andreas Kohn andreas.kohn at gmail.com
Wed May 6 15:29:05 UTC 2015


Eclipse no longer starts with 1.9.0-ea-b61 or higher, complaining about
missing org.w3c.dom.stylesheets.StyleSheetList.

I'm guessing this is due to
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8042244 (Re-examine the
supportedness of non-SE org.w3c.dom.** API), which points to a regression
that should be fixed with
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8078139
Unfortunately doing a local build from 9dev with the commit for that bug
included doesn't help, the message stays the same.

Is this an eclipse issue, or a legitimate regression on the JDK side?

--
Andreas

PS: Attached the full eclipse log file for b60, b61 and my local version.
The local version was built from:

$ for f in . corba hotspot jaxp jaxws jdk langtools nashorn; do (cd $f;
t=`hg tip`; echo "$f: $t"); done
.: 1476:d909f7785f99 8078046: Remove MCS post-processing on Solaris (ihse)
[default tag tip]
corba: 672:6b017d166ac2 8079342: some docs cleanup for CORBA - part 2
(avstepan) [default tag tip]
hotspot: 8299:c06fef227be6 8079359: disable JDK-8061553 optimization while
JDK-8077392 is resolved (dcubed) [default tag tip]
jaxp: 730:4a8f895f0317 Added tag jdk9-b62 for changeset 3bcf83c1bbc1
(katleman) [default tag tip]
jaxws: 591:b5c22d09b1c9 Added tag jdk9-b62 for changeset cd0cf72b2cbf
(katleman) [default tag tip]
jdk: 11880:5d018ec41792 8077992: Eliminate JDK build dependency of
native2ascii and update Japanese nroff man pages to UTF-8 encoding (ihse)
[default tag tip]
langtools: 2909:67ae665c791e Merge (amurillo) [default tag tip]
nashorn: 1264:6af2ee7b09a9 8079470: Misleading error message when explicit
signature constructor is called with wrong arguments (sundar) [default tag
tip]


More information about the jdk9-dev mailing list