Thanks Chris for trying this. I tried a test program calling boolean.class.getPackage(). I can reproduce this with jake b83 but no longer able to reproduce with jake's tip. I also tried building JITWatch and it works (I’m not sure if I set up everything right).
Lois and Harold, do you recognize anything related to the primitive type? We are working on a new EA build. Once it’s available, it’d be good if you can verify it at that time. Mandy > On Oct 20, 2015, at 3:21 PM, Chris Newland <[email protected]> wrote: > > Hi Alan, > > That did the trick. > > I updated my jake to the versions in the b83 release notes, checked the > exception was the same, and then ran again with Mandy's patch: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.adoptopenjdk.jitwatch.test.TestAssemblyLabels > Failed to instantiate [ch.qos.logback.classic.LoggerContext] > Reported exception: > java.lang.InternalError: unnamed package of class boolean defined in named > module java.base > at > jdk.internal.misc.BuiltinClassLoader.definePackage([email protected]/BuiltinClassLoader.java:569) > at > jdk.internal.misc.BootLoader.definePackage([email protected]/BootLoader.java:123) > at java.lang.Class.getPackage([email protected]/Class.java:917) > at > ch.qos.logback.core.joran.util.StringToObjectConverter.canBeBuiltFromSimpleString(StringToObjectConverter.java:34) > at > ch.qos.logback.core.joran.util.PropertySetter.computeRawAggregationType(PropertySetter.java:233) > at > ch.qos.logback.core.joran.util.PropertySetter.computeAggregationType(PropertySetter.java:194) > at > ch.qos.logback.core.joran.action.NestedComplexPropertyIA.isApplicable(NestedComplexPropertyIA.java:61) > at > ch.qos.logback.core.joran.spi.Interpreter.lookupImplicitAction(Interpreter.java:237) > at > ch.qos.logback.core.joran.spi.Interpreter.getApplicableActionList(Interpreter.java:256) > at > ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:144) > at > ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129) > at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50) > at > ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149) > at > ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135) > at > ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99) > at > ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49) > at > ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75) > at > ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150) > at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85) > at > org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55) > at org.slf4j.LoggerFactory.bind(LoggerFactory.java:129) > at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108) > at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:302) > at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:276) > at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:288) > at > org.adoptopenjdk.jitwatch.model.assembly.AssemblyInstruction.<clinit>(AssemblyInstruction.java:39) > at > org.adoptopenjdk.jitwatch.test.TestAssemblyLabels.testFormatAddressJumpForeign(TestAssemblyLabels.java:108) > at sun.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native > Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke([email protected]/Method.java:530) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > at org.junit.runners.ParentRunner.run(ParentRunner.java:309) > at > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) > at > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) > at > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) > at > org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) > at > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) > at > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) > > This looks like the missing information: > > java.lang.InternalError: unnamed package of class boolean defined in named > module java.base > > Kind regards, > > Chris > > On Tue, October 20, 2015 22:33, Alan Bateman wrote: >> > >> >> On 20/10/2015 22:14, Chris Newland wrote: >> >>> : >>> >>> >>> If you could let me know how to pull the source tree snapshot used to >>> make EA b83 then I could try Mandy's patch without all the other fixes >>> in the tip? >>> >> The release file in the top-level directory (or Contents/Home if Mac) >> records the hg tip of each repository at the time of the build. So you >> should be able to cd into each of the 8 repositories and do a "hg update >> <changesetid>" to update the working version of each repository. Ignore >> the repositories that you don't have, I don't think they are relevant here. >> Once you have all 8 update then re-configure and re-build and see >> if it duplicates. >> >> -Alan >> >> > >
