From win847 at gmail.com Sun Jun 5 10:49:24 2016 From: win847 at gmail.com (=?UTF-8?B?6aOe6aKc?=) Date: Sun, 5 Jun 2016 18:49:24 +0800 Subject: jamVM + openjdk1.7 run Felix OSGI Gogo bundle issue Message-ID: Dear groups, Thanks for your work of jamvm, jamvm is very fast than Zero VM in openjdk, there is a bug with it , I need your help how to resolved it. I used IecedTea 2.6.6 built openJDK 1.7. IcedTea download URL is*: http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz * IcedTea Make flow is: * export JAVASE_EMBEDDED=true* * export USE_ONLY_BOOTDIR_TOOLS=true* * ./configure --with-jdk-home=/usr/lib/jvm/java-1.6.0-openjdk-i386/ --prefix=/usr/openjdk_jvm_x86 --without-rhino --disable-system-kerberos --disable-system-zlib --disable-system-jpeg --disable-system-png --disable-system-gif --disable-system-lcms --disable-system-gtk --disable-system-gio --disable-system-gconf --disable-system-fontconfig --disable-system-sctp --disable-system-pcsc --disable-docs --disable-compile-against-syscalls --enable-zero --disable-arm32-jit --disable-jdk-tests --disable-bootstrap --enable-jamvm * * make* When I run Felix OSGI Framework(5.0.0), the result is: * java -version* *java version "1.7.0_101"* *IcedTea SE Embedded Runtime Environment (2.6.6) (Ubuntu build 1.7.0_101-b00)* *JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching)* *java -jar bin/felix.jar * *[INFO] Started bridged http service* *____________________________* *Welcome to Apache Felix Gogo* *g! lb* *gogo: NoClassDefFoundError: org.apache.felix.service.command.Descriptor* *g! * *g! lb* *gogo: NoClassDefFoundError: com/sun/proxy/$Proxy1* *g! * With Zero VM is all OK, the result is: *java -jar bin/felix.jar * *[INFO] Started bridged http service* *____________________________* *Welcome to Apache Felix Gogo* *g! lb* *START LEVEL 1* * ID|State |Level|Name* * 0|Active | 0|System Bundle (5.0.0)* * 1|Active | 1|Apache Felix Bundle Repository (2.0.4)* * 2|Active | 1|Apache Felix Configuration Admin Service (1.8.4)* * 3|Active | 1|Apache Felix EventAdmin (1.4.2)* * 4|Resolved | 1|Apache Felix Security Provider (2.4.0)* * 5|Active | 1|Apache Felix Gogo Command (0.14.0)* * 6|Active | 1|Apache Felix Gogo Runtime (0.16.2)* * 7|Active | 1|Apache Felix Gogo Shell (0.10.0)* * 8|Active | 1|Apache Felix Http Bundle (3.0.0)* * 9|Active | 1|Apache Felix Log Service (1.0.1)* * 10|Active | 1|osgi.cmpn (4.2.0.200908310645)* * 11|Active | 1|osgi.core (4.2.0.200908310645)* * 12|Active | 1|osgi.enterprise (4.2.0.201003190513)* *g! * Regards, Wayne -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at oracle.com Mon Jun 6 04:34:04 2016 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Sun, 5 Jun 2016 21:34:04 -0700 (PDT) Subject: JDK 9 build 121 test results now available Message-ID: JDK 9 ea build 121 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 150 differences from the build 120 test results. There are 5 testcase failures, these failures are under investigation. 0: /home/jtest/merge9/120/jdk/JTwork pass: 5,692; fail: 14; not run: 2,068 1: /home/jtest/merge9/121/jdk/JTwork pass: 5,830; fail: 19; not run: 2,072 0 1 Test pass fail java/io/Serializable/auditStreamSubclass/AuditStreamSubclass.java pass fail java/io/Serializable/available/Available.java pass fail java/io/Serializable/backRefCNFException/Write.java pass fail java/io/Serializable/badSerialPersistentField/BadSerialPersistentField.java pass fail java/io/Serializable/badSerialVersionUID/BadSerialVersionUID.java --- pass java/lang/reflect/Module/WithSecurityManager.java --- pass java/net/Inet6Address/PreferIPv6AddressesTest.java --- pass java/rmi/module/ModuleTest.java --- pass java/text/AttributedCharacterIterator/Attribute/ReadResolve.java --- pass java/text/AttributedString/AttributedStringTest.java --- pass java/text/AttributedString/TestAttributedStringCtor.java --- pass java/text/AttributedString/getRunStartLimitTest.java --- pass java/text/BreakIterator/BreakIteratorTest.java --- pass java/text/BreakIterator/Bug4533872.java --- pass java/text/BreakIterator/Bug4740757.java --- pass java/text/BreakIterator/Bug4912404.java --- pass java/text/BreakIterator/Bug4932583.java --- pass java/text/BreakIterator/Bug6513074.java --- pass java/text/BreakIterator/NewVSOld_th_TH.java --- pass java/text/CharacterIterator/CharacterIteratorTest.java --- pass java/text/Collator/APITest.java --- pass java/text/Collator/Bug6271411.java --- pass java/text/Collator/CollationKeyTest.java --- pass java/text/Collator/CurrencyCollate.java --- pass java/text/Collator/DanishTest.java --- pass java/text/Collator/DummyTest.java --- pass java/text/Collator/EnglishTest.java --- pass java/text/Collator/FinnishTest.java --- pass java/text/Collator/FrenchTest.java --- pass java/text/Collator/G7Test.java --- pass java/text/Collator/GermanTest.java --- pass java/text/Collator/IteratorTest.java --- pass java/text/Collator/JapaneseTest.java --- pass java/text/Collator/KoreanTest.java --- pass java/text/Collator/MonkeyTest.java --- pass java/text/Collator/Regression.java --- pass java/text/Collator/SpanishTest.java --- pass java/text/Collator/SurrogatesTest.java --- pass java/text/Collator/Test4401726.java --- pass java/text/Collator/ThaiTest.java --- pass java/text/Collator/TurkishTest.java --- pass java/text/Collator/VietnameseTest.java --- pass java/text/Format/ChoiceFormat/Bug4185732Test.java --- pass java/text/Format/ChoiceFormat/Bug4387255.java --- pass java/text/Format/DateFormat/Bug4322313.java --- pass java/text/Format/DateFormat/Bug4407042.java --- pass java/text/Format/DateFormat/Bug4736959.java --- pass java/text/Format/DateFormat/Bug4845901.java --- pass java/text/Format/DateFormat/Bug6251817.java --- pass java/text/Format/DateFormat/Bug6335238.java --- pass java/text/Format/DateFormat/Bug6530336.java --- pass java/text/Format/DateFormat/DateFormatRegression.java --- pass java/text/Format/DateFormat/DateFormatRoundTripTest.java --- pass java/text/Format/DateFormat/DateFormatSymbolsSerializationTest.java --- pass java/text/Format/DateFormat/DateFormatTest.java --- pass java/text/Format/DateFormat/IntlTestDateFormat.java --- pass java/text/Format/DateFormat/IntlTestDateFormatAPI.java --- pass java/text/Format/DateFormat/IntlTestDateFormatSymbols.java --- pass java/text/Format/DateFormat/IntlTestSimpleDateFormatAPI.java --- pass java/text/Format/DateFormat/NonGregorianFormatTest.java --- pass java/text/Format/DateFormat/TimeZoneNameTest.java --- pass java/text/Format/DateFormat/bug4097450.java --- pass java/text/Format/DateFormat/bug4099975.java --- pass java/text/Format/DateFormat/bug4117335.java --- pass java/text/Format/DateFormat/bug4358730.java --- pass java/text/Format/DateFormat/bug6271375.java --- pass java/text/Format/DateFormat/bug6317072.java --- pass java/text/Format/DateFormat/bug6412896.java --- pass java/text/Format/MessageFormat/Bug4185816Test.java --- pass java/text/Format/MessageFormat/Bug6481179.java --- pass java/text/Format/MessageFormat/LargeMessageFormat.java --- pass java/text/Format/MessageFormat/MessageFormatsByArgumentIndex.java --- pass java/text/Format/MessageFormat/MessageRegression.java --- pass java/text/Format/MessageFormat/MessageTest.java --- pass java/text/Format/MessageFormat/bug4492719.java --- pass java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java --- pass java/text/Format/NumberFormat/BigDecimalFormat.java --- pass java/text/Format/NumberFormat/BigDecimalParse.java --- pass java/text/Format/NumberFormat/Bug4208135.java --- pass java/text/Format/NumberFormat/Bug4833877.java --- pass java/text/Format/NumberFormat/Bug4838107.java --- pass java/text/Format/NumberFormat/Bug4944439.java --- pass java/text/Format/NumberFormat/Bug4990596.java --- pass java/text/Format/NumberFormat/Bug6278616.java --- pass java/text/Format/NumberFormat/CurrencyFormat.java --- pass java/text/Format/NumberFormat/DFSExponential.java --- pass java/text/Format/NumberFormat/DFSSerialization.java --- pass java/text/Format/NumberFormat/IntlTestDecimalFormatAPI.java --- pass java/text/Format/NumberFormat/IntlTestDecimalFormatSymbols.java --- pass java/text/Format/NumberFormat/IntlTestNumberFormatAPI.java --- pass java/text/Format/NumberFormat/NumberFormatRounding.java --- pass java/text/Format/NumberFormat/NumberRegression.java --- pass java/text/Format/NumberFormat/NumberRoundTrip.java --- pass java/text/Format/NumberFormat/NumberTest.java --- pass java/text/Format/NumberFormat/PositionTest.java --- pass java/text/Format/NumberFormat/SerializationLoadTest.java --- pass java/text/Format/NumberFormat/TestgetPatternSeparator_ja.java --- pass java/text/Format/common/Bug4769840.java --- pass java/text/Format/common/Bug6215962.java --- pass java/text/Format/common/FormatIteratorTest.java --- pass java/util/Calendar/BuddhistCalendarTest.java --- pass java/util/Calendar/Bug4302966.java --- pass java/util/Calendar/Bug4766302.java --- pass java/util/Calendar/Bug4851640.java --- pass java/util/Calendar/Bug4958050.java --- pass java/util/Calendar/Bug5078053.java --- pass java/util/Calendar/Bug6178071.java --- pass java/util/Calendar/Bug6234795.java --- pass java/util/Calendar/Bug6448234.java --- pass java/util/Calendar/CalendarLimitTest.java --- pass java/util/Calendar/CalendarRegression.java --- pass java/util/Calendar/CalendarTest.java --- pass java/util/Calendar/FieldStateTest.java --- pass java/util/Calendar/GregorianCutoverTest.java --- pass java/util/Calendar/JulianTest.java --- pass java/util/Calendar/Limit.java --- pass java/util/Calendar/NonLenientTest.java --- pass java/util/Calendar/ResolutionTest.java --- pass java/util/Calendar/RollDayOfWeekTest.java --- pass java/util/Calendar/StampOverflow.java --- pass java/util/Calendar/ZoneOffsets.java --- pass java/util/Calendar/bug4028518.java --- pass java/util/Calendar/bug4100311.java --- pass java/util/Calendar/bug4243802.java --- pass java/util/Calendar/bug4316678.java --- pass java/util/Calendar/bug4372743.java --- pass java/util/Calendar/bug4401223.java --- pass java/util/Calendar/bug4409072.java --- pass java/util/Calendar/bug4514831.java --- pass java/util/Date/Bug4955000.java --- pass java/util/Date/DateGregorianCalendarTest.java --- pass java/util/Date/DateRegression.java --- pass java/util/Date/DateTest.java --- pass java/util/Date/TZ.java --- pass java/util/Date/TimestampTest.java --- pass java/util/TimeZone/Bug4322313.java --- pass java/util/TimeZone/Bug5097350.java --- pass java/util/TimeZone/CheckDisplayNames.java --- pass java/util/TimeZone/HongKong.java --- pass java/util/TimeZone/IDTest.java --- pass java/util/TimeZone/TimeZoneBoundaryTest.java --- pass java/util/TimeZone/TimeZoneRegression.java --- pass java/util/TimeZone/TimeZoneTest.java --- pass java/util/TimeZone/TransitionTest.java --- pass java/util/TimeZone/UTCAliasTest.java --- pass java/util/TimeZone/bug4096952.java --- pass sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java pass --- sun/security/provider/PolicyFile/Modules.java --- pass sun/text/IntHashtable/Bug4170614Test.sh --- pass sun/text/IntHashtable/Bug4705389.java 150 differences The hotspot test results contain 0 differences from the build 120 test results. The langtools test results contain 4 differences from the build 120 test results. No new testcase failures found. 0: /home/jtest/merge9/120/langtools/JTwork pass: 3,419; not run: 269 1: /home/jtest/merge9/121/langtools/JTwork pass: 3,423; not run: 269 0 1 Test --- pass tools/javac/T8152360/DeprecateJavahTest.java --- pass tools/javac/annotations/typeAnnotations/8047024/T8047024.java --- pass tools/javac/diags/EagerInitCheck.java --- pass tools/javac/modules/EnvVarTest.java 4 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/121/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From martijnverburg at gmail.com Mon Jun 6 10:05:23 2016 From: martijnverburg at gmail.com (Martijn Verburg) Date: Mon, 6 Jun 2016 11:05:23 +0100 Subject: jamVM + openjdk1.7 run Felix OSGI Gogo bundle issue In-Reply-To: References: Message-ID: Hi There, You'll want to contact the IcedTea providers (nominally RedHat) over at http://icedtea.classpath.org/wiki/Main_Page Cheers, Martijn On 5 June 2016 at 11:49, ?? wrote: > Dear groups, > > Thanks for your work of jamvm, jamvm is very fast than Zero VM in > openjdk, there is a bug with it , I need your help how to resolved it. > > I used IecedTea 2.6.6 built openJDK 1.7. > > IcedTea download URL is*: http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz > * > > IcedTea Make flow is: > * export JAVASE_EMBEDDED=true* > * export USE_ONLY_BOOTDIR_TOOLS=true* > * ./configure --with-jdk-home=/usr/lib/jvm/java-1.6.0-openjdk-i386/ > --prefix=/usr/openjdk_jvm_x86 --without-rhino --disable-system-kerberos > --disable-system-zlib --disable-system-jpeg --disable-system-png > --disable-system-gif --disable-system-lcms --disable-system-gtk > --disable-system-gio --disable-system-gconf --disable-system-fontconfig > --disable-system-sctp --disable-system-pcsc --disable-docs > --disable-compile-against-syscalls --enable-zero --disable-arm32-jit > --disable-jdk-tests --disable-bootstrap --enable-jamvm * > * make* > > > When I run Felix OSGI Framework(5.0.0), the result is: > > * java -version* > *java version "1.7.0_101"* > *IcedTea SE Embedded Runtime Environment (2.6.6) (Ubuntu build > 1.7.0_101-b00)* > *JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching)* > > > *java -jar bin/felix.jar * > *[INFO] Started bridged http service* > *____________________________* > *Welcome to Apache Felix Gogo* > > *g! lb* > *gogo: NoClassDefFoundError: org.apache.felix.service.command.Descriptor* > *g! * > *g! lb* > *gogo: NoClassDefFoundError: com/sun/proxy/$Proxy1* > *g! * > > > With Zero VM is all OK, the result is: > > *java -jar bin/felix.jar * > *[INFO] Started bridged http service* > *____________________________* > *Welcome to Apache Felix Gogo* > > *g! lb* > *START LEVEL 1* > * ID|State |Level|Name* > * 0|Active | 0|System Bundle (5.0.0)* > * 1|Active | 1|Apache Felix Bundle Repository (2.0.4)* > * 2|Active | 1|Apache Felix Configuration Admin Service (1.8.4)* > * 3|Active | 1|Apache Felix EventAdmin (1.4.2)* > * 4|Resolved | 1|Apache Felix Security Provider (2.4.0)* > * 5|Active | 1|Apache Felix Gogo Command (0.14.0)* > * 6|Active | 1|Apache Felix Gogo Runtime (0.16.2)* > * 7|Active | 1|Apache Felix Gogo Shell (0.10.0)* > * 8|Active | 1|Apache Felix Http Bundle (3.0.0)* > * 9|Active | 1|Apache Felix Log Service (1.0.1)* > * 10|Active | 1|osgi.cmpn (4.2.0.200908310645)* > * 11|Active | 1|osgi.core (4.2.0.200908310645)* > * 12|Active | 1|osgi.enterprise (4.2.0.201003190513)* > *g! * > > > Regards, > Wayne > -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at oracle.com Wed Jun 15 09:19:00 2016 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Wed, 15 Jun 2016 02:19:00 -0700 (PDT) Subject: JDK 9 build 122 test results now available Message-ID: <2ba12523-9241-46e8-8904-5e69b173511c@default> JDK 9 ea build 122 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 18 differences from the build 121 test results. There is 1 testcase failure, this failure is under investigation. 0: /home/jtest/merge9/121/jdk/JTwork pass: 5,830; fail: 19; not run: 2,072 1: /home/jtest/merge9/122/jdk/JTwork pass: 5,838; fail: 17; not run: 2,073 0 1 Test pass fail com/sun/java/swing/plaf/gtk/Test6635110.java --- pass java/io/PrintStream/FormatLocale.java fail pass java/io/Serializable/backRefCNFException/Write.java fail pass java/io/Serializable/badSerialPersistentField/BadSerialPersistentField.java fail pass java/io/Serializable/badSerialVersionUID/BadSerialVersionUID.java --- pass java/lang/StackWalker/NativeMethod.java --- pass java/lang/annotation/ExceptionalToString/ExceptionalToStringTest.java --- pass java/security/MessageDigest/UnsupportedProvider.java --- pass java/text/Format/DateFormat/Bug8072099.java --- pass java/util/Formatter/FormatLocale.java --- pass java/util/ResourceBundle/modules/appbasic/appbasic.sh pass --- java/util/TimeZone/CheckDisplayNames.java --- pass sun/util/resources/cldr/Bug8145136.java pass --- tools/jlink/plugins/IncludeLocalesPluginTest.java pass --- tools/jlink/plugins/InstalledModuleDescriptors/InstalledModulesTest.java pass --- tools/jlink/plugins/InstalledModuleDescriptors/UserModuleTest.java --- pass tools/jlink/plugins/SystemModuleDescriptors/SystemModulesTest.java --- pass tools/jlink/plugins/SystemModuleDescriptors/UserModuleTest.java 18 differences The hotspot test results contain 88 differences from the build 121 test results. There are 2 testcase failures, these failures are under investigation. 0: /home/jtest/merge9/121/hotspot/JTwork pass: 1,171; fail: 3; error: 7; not run: 135 1: /home/jtest/merge9/122/hotspot/JTwork pass: 1,255; fail: 3; error: 7; not run: 58 0 1 Test --- pass compiler/arraycopy/TestObjectArrayClone.java --- pass compiler/arraycopy/TestReduceBulkZeroingDisabled.java pass fail compiler/compilercontrol/mixed/RandomCommandsTest.java pass fail compiler/compilercontrol/mixed/RandomValidCommandsTest.java --- pass compiler/intrinsics/string/TestStringIntrinsicRangeChecks.java --- pass compiler/jvmci/JVM_GetJVMCIRuntimeTest.java --- pass compiler/jvmci/SecurityRestrictionsTest.java --- pass compiler/jvmci/compilerToVM/AllocateCompileIdTest.java --- pass compiler/jvmci/compilerToVM/CanInlineMethodTest.java --- pass compiler/jvmci/compilerToVM/CollectCountersTest.java --- pass compiler/jvmci/compilerToVM/DebugOutputTest.java --- pass compiler/jvmci/compilerToVM/DoNotInlineOrCompileTest.java --- pass compiler/jvmci/compilerToVM/FindUniqueConcreteMethodTest.java --- pass compiler/jvmci/compilerToVM/GetBytecodeTest.java --- pass compiler/jvmci/compilerToVM/GetClassInitializerTest.java --- pass compiler/jvmci/compilerToVM/GetConstantPoolTest.java --- pass compiler/jvmci/compilerToVM/GetExceptionTableTest.java --- pass compiler/jvmci/compilerToVM/GetImplementorTest.java --- pass compiler/jvmci/compilerToVM/GetLineNumberTableTest.java --- pass compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java --- pass compiler/jvmci/compilerToVM/GetMaxCallTargetOffsetTest.java --- pass compiler/jvmci/compilerToVM/GetNextStackFrameTest.java --- pass compiler/jvmci/compilerToVM/GetResolvedJavaMethodAtSlotTest.java --- pass compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java --- pass compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java --- pass compiler/jvmci/compilerToVM/GetStackTraceElementTest.java --- pass compiler/jvmci/compilerToVM/GetSymbolTest.java --- pass compiler/jvmci/compilerToVM/GetVtableIndexForInterfaceTest.java --- pass compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java --- pass compiler/jvmci/compilerToVM/HasFinalizableSubclassTest.java --- pass compiler/jvmci/compilerToVM/InitializeConfigurationTest.java --- pass compiler/jvmci/compilerToVM/IsMatureTest.java --- pass compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java --- pass compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupKlassRefIndexInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupMethodInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupNameAndTypeRefIndexInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupNameInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupSignatureInPoolTest.java --- pass compiler/jvmci/compilerToVM/LookupTypeTest.java --- pass compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java --- pass compiler/jvmci/compilerToVM/MethodIsIgnoredBySecurityStackWalkTest.java --- pass compiler/jvmci/compilerToVM/ReprofileTest.java --- pass compiler/jvmci/compilerToVM/ResolveConstantInPoolTest.java --- pass compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java --- pass compiler/jvmci/compilerToVM/ResolveMethodTest.java --- pass compiler/jvmci/compilerToVM/ResolvePossiblyCachedConstantInPoolTest.java --- pass compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java --- pass compiler/jvmci/compilerToVM/ShouldDebugNonSafepointsTest.java --- pass compiler/jvmci/compilerToVM/ShouldInlineMethodTest.java --- pass compiler/jvmci/errors/TestInvalidCompilationResult.java --- pass compiler/jvmci/errors/TestInvalidDebugInfo.java --- pass compiler/jvmci/errors/TestInvalidOopMap.java --- pass compiler/jvmci/events/JvmciShutdownEventTest.java --- pass compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java --- pass compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/InterpreterFrameSizeTest.java --- pass compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleCodeInstallationTest.java --- pass compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java --- pass compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/VirtualObjectDebugInfoTest.java --- pass compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/HotSpotConstantReflectionProviderTest.java --- pass compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/MemoryAccessProviderTest.java --- pass compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/MethodHandleAccessProviderTest.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ConstantTest.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/RedefineClassTest.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveConcreteMethodTest.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveMethodTest.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestConstantReflectionProvider.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaField.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaMethod.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaType.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestMetaAccessProvider.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java --- pass compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java --- pass compiler/jvmci/meta/StableFieldTest.java --- pass compiler/onSpinWait/TestOnSpinWaitEnableDisable.java fail pass gc/TestNUMAPageSize.java --- pass gc/g1/TestShrinkAuxiliaryData00.java --- pass gc/g1/TestShrinkAuxiliaryData05.java --- pass gc/g1/TestShrinkAuxiliaryData10.java --- pass gc/g1/TestShrinkAuxiliaryData15.java --- pass gc/g1/TestShrinkAuxiliaryData20.java --- pass gc/g1/TestShrinkAuxiliaryData25.java --- pass gc/g1/TestShrinkAuxiliaryData30.java fail pass runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java --- pass runtime/ConstantPool/BadMethodHandles.java --- pass runtime/ConstantPool/IntfMethod.java --- pass serviceability/logging/TestDefaultLogOutput.java 88 differences The langtools test results contain 6 differences from the build 121 test results. There is 1 testcase failure, this failure is under investigation. 0: /home/jtest/merge9/121/langtools/JTwork pass: 3,423; not run: 269 1: /home/jtest/merge9/122/langtools/JTwork pass: 3,427; fail: 1; not run: 271 0 1 Test --- pass tools/javac/T8037947/CCEForFunctionalInterExtedingRawSuperInterTest.java --- pass tools/javac/annotations/8145489/T8145489.java --- pass tools/javac/annotations/typeAnnotations/classfile/AnonymousExtendsTest.java --- pass tools/javac/generics/inference/8158355/T8158355.java pass fail tools/javac/modules/AddLimitMods.java --- pass tools/javac/modules/ObscureMessageForBadProvidesTest.java 6 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/122/emailable-report.html There are 4 testcase failures, these failures are under investigation. -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at oracle.com Tue Jun 21 08:35:54 2016 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Tue, 21 Jun 2016 01:35:54 -0700 (PDT) Subject: JDK 9 build 123 test results now available Message-ID: <83e8109d-d475-4f65-bea2-6902071cbe49@default> JDK 9 ea build 123 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 26 differences from the build 122 test results. No new testcase failures found. 0: /home/jtest/merge9/122/jdk/JTwork pass: 5,838; fail: 17; not run: 2,073 1: /home/jtest/merge9/123/jdk/JTwork pass: 5,836; fail: 11; not run: 2,084 0 1 Test fail pass com/sun/java/swing/plaf/gtk/Test6635110.java fail pass java/io/SequenceInputStream/ConstructorNull.java fail pass java/io/SequenceInputStream/LotsOfStreams.java fail pass java/io/Serializable/arraySuidConflict/Write.java fail pass java/io/Serializable/auditStreamSubclass/AuditStreamSubclass.java fail pass java/io/Serializable/available/Available.java --- pass java/lang/annotation/AnnotationWithLambda.java --- pass java/util/Locale/Bug8040211.java --- pass javax/net/ssl/ALPN/SSLServerSocketAlpnTest.java --- pass sun/net/www/http/ChunkedOutputStream/CheckError.java pass --- sun/net/www/http/ChunkedOutputStream/checkError.java --- pass sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java pass --- sun/security/provider/SecureRandom/AbstractDrbgSpec.java --- pass sun/security/provider/SecureRandom/DRBGS11n.java pass --- tools/jlink/IntegrationTest.java pass --- tools/jlink/JLinkOptimTest.java pass --- tools/jlink/JLinkTest.java pass --- tools/jlink/basic/BasicTest.java pass --- tools/jlink/plugins/CompressorPluginTest.java pass --- tools/jlink/plugins/ExcludeFilesPluginTest.java pass --- tools/jlink/plugins/ExcludePluginTest.java pass --- tools/jlink/plugins/ExcludeVMPluginTest.java pass --- tools/jlink/plugins/OrderResourcesPluginTest.java pass --- tools/jlink/plugins/ResourceFilterTest.java pass --- tools/jlink/plugins/StringSharingPluginTest.java pass --- tools/jmod/JmodTest.java 26 differences The hotspot test results contain 1 difference from the build 122 test results. There is 1 testcase failure, this failure is under investigation. 0: /home/jtest/merge9/122/hotspot/JTwork pass: 1,255; fail: 3; error: 7; not run: 58 1: /home/jtest/merge9/123/hotspot/JTwork pass: 1,254; fail: 4; error: 7; not run: 58 0 1 Test pass fail gc/TestNUMAPageSize.java 1 differences The langtools test results contain 5 differences from the build 122 test results. No new testcase failures found. 0: /home/jtest/merge9/122/langtools/JTwork pass: 3,427; fail: 1; not run: 271 1: /home/jtest/merge9/123/langtools/jtreg/JTwork pass: 3,432; not run: 271 0 1 Test --- pass tools/javac/lambda/MostSpecific29.java --- pass tools/javac/lambda/MostSpecific30.java --- pass tools/javac/lambda/MostSpecific31.java --- pass tools/javac/lambda/MostSpecific32.java fail pass tools/javac/modules/AddLimitMods.java 5 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/123/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at oracle.com Mon Jun 27 07:24:12 2016 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Mon, 27 Jun 2016 00:24:12 -0700 (PDT) Subject: JDK 9 build 124 test results now available Message-ID: <4aff8034-ea12-4386-bb00-7f15b454685a@default> JDK 9 ea build 124 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 26 differences from the build 123 test results. There is 1 testcase failure, this failure is under investigation. 0: /home/jtest/merge9/123/jdk/JTwork pass: 5,836; fail: 11; not run: 2,084 1: /home/jtest/merge9/124/jdk/JTwork pass: 5,860; fail: 12; not run: 2,097 0 1 Test --- pass java/beans/Introspector/TestMethodOrderDependence.java --- pass java/beans/Statement/ClassForName/ClassForName.java pass fail java/io/SequenceInputStream/ConstructorNull.java --- pass java/lang/ProcessBuilder/SkipTest.java --- pass java/lang/annotation/EqualityTest.java --- pass java/util/Locale/Bug8135061.java --- pass java/util/Locale/Bug8159420.java --- pass java/util/PriorityQueue/AddNonComparable.java --- pass javax/sound/sampled/Clip/IsRunningHang.java --- pass javax/sound/sampled/DirectAudio/bug6400879.java --- pass jdk/internal/misc/VM/RuntimeArguments.java --- pass sun/security/provider/SecureRandom/StrongSecureRandom.java --- pass sun/security/tools/keytool/DupImport.java --- pass sun/security/util/Pem/encoding.sh --- pass sun/tools/jinfo/JInfoTest.java --- pass tools/jlink/IntegrationTest.java --- pass tools/jlink/JLinkTest.java --- pass tools/jlink/basic/BasicTest.java --- pass tools/jlink/plugins/CompressorPluginTest.java --- pass tools/jlink/plugins/ExcludeFilesPluginTest.java --- pass tools/jlink/plugins/ExcludePluginTest.java --- pass tools/jlink/plugins/ExcludeVMPluginTest.java --- pass tools/jlink/plugins/OrderResourcesPluginTest.java --- pass tools/jlink/plugins/ResourceFilterTest.java --- pass tools/jlink/plugins/StringSharingPluginTest.java --- pass tools/jmod/JmodTest.java 26 differences The hotspot test results contain 3 differences from the build 123 test results. No new testcase failures found. 0: /home/jtest/merge9/123/hotspot/JTwork pass: 1,254; fail: 4; error: 7; not run: 58 1: /home/jtest/merge9/124/hotspot/JTwork pass: 1,257; fail: 4; error: 7; not run: 57 0 1 Test --- pass gc/TestSmallHeap.java --- pass runtime/NMT/CommitOverlappingRegions.java --- pass runtime/ReservedStack/ReservedStackTestCompiler.java 3 differences The langtools test results contain 4 differences from the build 123 test results. No new testcase failures found. 0: /home/jtest/merge9/123/langtools/jtreg/JTwork pass: 3,432; not run: 271 1: /home/jtest/merge9/124/langtools/JTwork pass: 3,436; not run: 271 0 1 Test --- pass tools/javac/T8058244/MissingErrorInDefaultSuperCallTest.java --- pass tools/javac/T8068460/PrettyPrintingForLoopsTest.java --- pass tools/javac/generics/inference/8159680/T8159680.java --- pass tools/jdeps/jdkinternals/ShowReplacement.java 4 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/124/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India -------------- next part -------------- An HTML attachment was scrubbed... URL: From rory.odonnell at oracle.com Mon Jun 27 09:23:45 2016 From: rory.odonnell at oracle.com (Rory O'Donnell) Date: Mon, 27 Jun 2016 10:23:45 +0100 Subject: Early Access builds of JDK 8u112 b01, JDK 9 b124 are available on java.net Message-ID: Hi All, Early Access b124 for JDK 9 is available on java.net, summary of changes are listed here . Early Access b123 (#5178) for JDK 9 with Project Jigsaw is available on java.net, summary of changes are listed here Early Access b01 for JDK 8u112 is available on java.net. Update to JEP 261 : Module System - email from Mark Reinhold [1] - The special ALL-DEFAULT module name, which represents the default set of root modules for use with the -addmods option [2]; - A more thorough explanation of how the built-in class loaders have changed, how built-in modules are assigned to each loader, and how these loaders work together to load classes [3]; and - The reason why Java EE-related modules are no longer resolved by default [4]. - There are various other minor corrections and clarifications, as can be seen in the detailed diff [5]. Rgds,Rory [1]http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-June/008227.html [2]http://openjdk.java.net/jeps/261#ALL-DEFAULT [3]http://openjdk.java.net/jeps/261#Class-loaders [4]http://openjdk.java.net/jeps/261#EE-modules [5]http://cr.openjdk.java.net/~mr/jigsaw/jeps/updates/261-2016-06-15.html -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA, Dublin,Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: From martijnverburg at gmail.com Tue Jun 28 17:32:46 2016 From: martijnverburg at gmail.com (Martijn Verburg) Date: Tue, 28 Jun 2016 18:32:46 +0100 Subject: Feedback from Hacking Java 9 at the Chicago Java Users Group In-Reply-To: References: Message-ID: Hi Freddy, OK, I'll make an attempt to pick out which report should go where. Are you happy to then contact the original reporter and then have them mail the correct list directly? It will help increase their knowledge/participation of OpenJDK and allow the OpenJDK folks to talk directly to the bug submitted to get extra info as required. I'm CCing in quality-discuss as well so Rory and his team are aware. Right, my answers inline below. Cheers, Martijn On 27 June 2016 at 17:44, Freddy Guime wrote: > not yet, we'd like some help identifying the right lists : ) > > Thanks! > > On 27 June 2016 at 14:31, Freddy Guime wrote: >> >>> Hello everyone! We had a Hacking JDK 9 session a little while ago, but >>> finally collected and put all the comments from our members on feedback. It >>> was great having Heather and Charlie move things along and work with the >>> Chicago Java Community to try and play with JDK9. >>> >>> Let me know if you want me to go back and get more details on any of >>> these. >>> >>> Thanks! >>> >>> ???????? >>> >>> >>> Jan Fetyko: >>> Trying out jdk9 build 9-ea+112: I can compile and run. But jvisualvm >>> crashes with exception : Exception in thread "main" >>> java.lang.SecurityException: setContextClassLoader at >>> jdk.internal.misc.InnocuousThread.setContextClassLoader(java.base at 9-ea >>> /InnocuousThread.java:104) >>> >> Project page for more info - http://openjdk.java.net/projects/visualvm/ and the mailing list: users(at)visualvm.java.net > Jonathan Ross: >>> Ran into a couple of issues with playing with Java 9 on one of my >>> projects today: >>> * A regression in type inference (easily fixed by simplifying the >>> expressions/spelling out the type parameters) >>> >> Will need more details on what the regression was and the workaround is but please report to: jdk9-dev(at)openjdk.net > * A peculiar change involving @Nullable @Assisted injects in guava (fixed >>> by using Optional<...> instead) >>> >> Will need more details on what the bug was and the exact workaround is but please report to: jdk9-dev(at)openjdk.net - it may need reporting to Guava as well but let's see. > * Using IntelliJ 2016.1, I could compile and run everything (to 1.8 >>> target) fine using the 111 build, but when I switched to 112 things broke: >>> Error:IntelliLang Pattern Validator: sun/misc/Resource >>> >> I *think* this has been fixed in the latest build, but JIC please report to jigsaw-dev(at)openjdk.net and jdk9dev(at)openjdk.net > * When playing with jshell, I found that java.util.ServiceLoader was not >>> working as expected. >>> >> How so? Please report the details to kulla-dev(at)openjdk.net > Mary G: >>> Question about the Build 112 for MacOS/X, there's no zip or tar.gz >>> distribution, and as a result, when i install the dmg, the java9-ea version >>> has overwritten my previous java8 installation. Would it be possible to >>> have the zip'ped distribution for Mac? Thanks! >>> >> I think that's actually one for Rory's team to feedback internally? > John Krupka: >>> Tried to start groovyConsole and it crashed. We also tried installing >>> Leiningen for Clojure and that also exploded with missing sun.misc.Launcher. >>> >> Please report to jigsaw-dev(at)openjdk.net and jdk9dev(at)openjdk.net - I suspect however that Leiningen and perhaps Groovy need to fix their launch scripts to access the private sun.misc.Launcher > Matt Sicker: >>> Got a weird issue with locales >>> assertEquals("12,00 ?", new MessageFormat("{0,number,currency}", >>> Locale.FRANCE).format(new Object[] {12})); >>> Same problem with Locale.GERMANY, Locale.ITALY, etc. >>> >> Probably needs a bit more detail but please report to i18n-devat)openjdk.net and and jdk9dev(at)openjdk.net Thanks again for running this hackday and helping get Java 9 ready for prime time! Cheers, Martijn -------------- next part -------------- An HTML attachment was scrubbed... URL: