[riscv-port-jdk11u:riscv-port] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v4]

kuaiwei duke at openjdk.org
Tue Sep 12 07:49:15 UTC 2023


On Tue, 5 Sep 2023 07:50:06 GMT, kuaiwei <duke at openjdk.org> wrote:

>> It's the initial patch based on https://github.com/openjdk/jdk17u-dev/pull/1427 , and revert patches not required in JDK11u. The testing is running on a linux riscv board. There are some failed cases and we are working on fix them , the progress will updated.
>> 
>> Thanks the contribution of OpenJDK community and hard working of @zhengxiaolinX .
>> 
>> - [x]  slowdebug/fastdebug/release build
>> - [x] Benchmark: SPECJbb2015, Renaissance
>> - [ ]  Tier1 tests
>> - [ ] Tier2 tests
>> - [ ] Tier3 tests
>> - [ ] Tier4 tests
>
> kuaiwei has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix copyright information

Update the jtreg result of tier1. The test jdk is a release build and tests are running on milkv hardware.

- hotspot: 1 error , 20 failed

compiler/c2/irTests/TestDebugInfo.java

compiler/jsr292/cr8026328/Test8026328.java
runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java
runtime/jni/checked/TestCheckedEnsureLocalCapacity.java
runtime/jni/checked/TestCheckedReleaseCriticalArray.java
serviceability/jvmti/RedefineClasses/RedefineDoubleDelete.java
serviceability/sa/ClhsdbCDSJstackPrintAll.java
serviceability/sa/ClhsdbFindPC.java
serviceability/sa/ClhsdbInspect.java
serviceability/sa/ClhsdbJdis.java
serviceability/sa/ClhsdbJstack.java
serviceability/sa/ClhsdbJstackXcompStress.java
serviceability/sa/ClhsdbPrintAs.java
serviceability/sa/ClhsdbPstack.java
serviceability/sa/ClhsdbSource.java
serviceability/sa/ClhsdbThread.java
serviceability/sa/ClhsdbWhere.java
serviceability/sa/JhsdbThreadInfoTest.java
serviceability/sa/TestClhsdbJstackLock.java
serviceability/sa/TestJhsdbJstackLock.java
serviceability/sa/TestJhsdbJstackMixed.java
serviceability/sa/sadebugd/DebugdConnectTest.java


- jdk: 1 error, 3 fail

java/lang/invoke/LFCaching/LFGarbageCollectedTest.java

java/lang/StackWalker/StackWalkTest.java
java/util/TimeZone/DefaultTimeZoneTest.java
jdk/modules/etc/DefaultModules.java


- langtools:  8 error, 4 failed

jdk/javadoc/tool/enum/docComments/Main.java
jdk/javadoc/tool/enum/enumType/Main.java
jdk/javadoc/tool/varArgs/Main.java
tools/javac/6257443/T6257443.java
tools/javac/8074306/TestSyntheticNullChecks.java
tools/javac/StringConcat/TestIndyStringConcat.java
tools/javac/jvm/ClassRefDupInConstantPoolTest.java
tools/javac/warnings/suppress/PackageInfo.java

tools/javap/T6587786.java
tools/sjavac/ApiExtraction.java
tools/sjavac/ClasspathDependencies.java
tools/sjavac/IgnoreSymbolFile.java

-------------

PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/3#issuecomment-1715175138


More information about the riscv-port-dev mailing list