[JDK 9] hs-rt forest fails to build?
Mikael Gerdin
mikael.gerdin at oracle.com
Wed Dec 9 10:41:16 UTC 2015
Hi Severin,
On 2015-12-09 11:23, Severin Gehwolf wrote:
> Hi,
>
> I'm trying to build an OpenJDK 9, hs-rt tree which fails to build for
> me with:
>
> jdk/src/java.logging/share/classes/sun/util/logging/internal/LoggingProviderImpl.java:33: error: cannot find symbol
> import java.lang.System.LoggerFinder;
> ^
> symbol: class LoggerFinder
> location: class System
http://hg.openjdk.java.net/jdk9/hs-rt/jdk/file/7a67f71d3645/src/java.base/share/classes/java/lang/System.java#l1377
the LoggerFinder inner class appears to exist on the hg server at least.
>
> $ hg paths
> default = http://hg.openjdk.java.net/jdk9/hs-rt/
>
> Do I need to use a different tree these days? What am I missing?
No, it should work.
Are you sure you've updated all the sub-trees?
http://hg.openjdk.java.net/code-tools/trees/
Is a helpful hg extension to keep track of things.
I've noticed that sometimes "bash get_source.sh" does not correctly "hg
update" the entire forest.
/Mikael
>
> Thanks,
> Severin
>
More information about the hotspot-dev
mailing list