git: openjdk/jdk: master: 2 new changesets

Emanuel Peter epeter at openjdk.org
Thu Mar 20 06:14:59 UTC 2025


Changeset: 3ed010ab
Branch: master
Author:    Emanuel Peter <epeter at openjdk.org>
Date:      2025-03-20 06:13:52 +0000
URL:       https://git.openjdk.org/jdk/commit/3ed010ab7cf5b8c9bf8fa000e88ea95285351982

8352020: [CompileFramework] enable compilation for VectorAPI

Reviewed-by: chagedorn, kvn

! test/hotspot/jtreg/compiler/lib/compile_framework/Compile.java
! test/hotspot/jtreg/compiler/lib/compile_framework/CompileFramework.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/IRFrameworkWithVectorAPIExample.java

Changeset: fb210e3a
Branch: master
Author:    Emanuel Peter <epeter at openjdk.org>
Date:      2025-03-20 06:14:07 +0000
URL:       https://git.openjdk.org/jdk/commit/fb210e3a7174bca1da112216158b2c1dede6dc34

8351952: [IR Framework]: allow ignoring methods that are not compilable

Co-authored-by: Christian Hagedorn <chagedorn at openjdk.org>
Reviewed-by: chagedorn, thartmann

! test/hotspot/jtreg/compiler/lib/ir_framework/Test.java
! test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/TestVMProcess.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/irmethod/NotCompilableIRMethod.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/irmethod/NotCompilableIRMethodMatchResult.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/IRMethodBuilder.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/TestClassParser.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/report/CompilationOutputBuilder.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/report/FailCountVisitor.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/report/FailureMessageBuilder.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/visitor/MatchResultVisitor.java
! test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/AbstractTest.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/DeclaredTest.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/TestVM.java
+ test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestNotCompilable.java
! test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestPhaseIRMatching.java



More information about the jdk-changes mailing list