git: openjdk/jdk: master: 8376291: [IR Framework] Create classes for separate Test VM messages

Christian Hagedorn chagedorn at openjdk.org
Tue Feb 24 07:28:58 UTC 2026


Changeset: 14cb5ddf
Branch: master
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2026-02-24 07:23:41 +0000
URL:       https://git.openjdk.org/jdk/commit/14cb5ddfc561a248206eeb54cbbc554c6889aaca

8376291: [IR Framework] Create classes for separate Test VM messages

Reviewed-by: mchevalier, dfenacci, epeter

! test/hotspot/jtreg/compiler/lib/ir_framework/driver/TestVMProcess.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/irmethod/IRMethod.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/ApplicableIRRulesParser.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/TestClassParser.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/VMInfoParser.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/TestVMData.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/TestVmMessageReader.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/ExecutedTests.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/JavaMessage.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/JavaMessageParser.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/JavaMessages.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/MethodTimes.java
+ test/hotspot/jtreg/compiler/lib/ir_framework/driver/network/testvm/java/StdoutMessages.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/ApplicableIRRulesPrinter.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/TestVM.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/VMInfoPrinter.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/network/MessageTag.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/network/TestVmSocket.java



More information about the jdk-changes mailing list