git: openjdk/jdk: 2 new changesets
Emanuel Peter
epeter at openjdk.org
Mon Jun 12 07:41:58 UTC 2023
Changeset: f5cbe53f
Author: Tobias Holenstein <tholenstein at openjdk.org>
Date: 2023-06-12 07:39:23 +0000
URL: https://git.openjdk.org/jdk/commit/f5cbe53fdd736f54a140e9db2499a7439f8752c4
8027711: Unify wildcarding syntax for CompileCommand and CompileOnly
Reviewed-by: kvn, thartmann, chagedorn
! src/hotspot/share/compiler/compilerOracle.cpp
! test/hotspot/jtreg/compiler/c1/TestArrayCopyToFromObject.java
! test/hotspot/jtreg/compiler/c2/TestCMoveHasTopInput.java
! test/hotspot/jtreg/compiler/c2/TestCondAddDeadBranch.java
! test/hotspot/jtreg/compiler/c2/TestMatcherLargeOffset.java
! test/hotspot/jtreg/compiler/c2/TestModDivTopInput.java
! test/hotspot/jtreg/compiler/c2/TestSqrt.java
! test/hotspot/jtreg/compiler/codegen/TestGCMStorePlacement.java
! test/hotspot/jtreg/compiler/eliminateAutobox/UnsignedLoads.java
! test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxIntrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestMD5Intrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestMD5MultiBlockIntrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA1MultiBlockIntrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA256Intrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA256MultiBlockIntrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA3Intrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA3MultiBlockIntrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA512Intrinsics.java
! test/hotspot/jtreg/compiler/intrinsics/sha/sanity/TestSHA512MultiBlockIntrinsics.java
! test/hotspot/jtreg/compiler/longcountedloops/TestDeadLongPhi.java
! test/hotspot/jtreg/compiler/loopopts/PeelingZeroTripCount.java
! test/hotspot/jtreg/compiler/loopopts/Test8211698.java
! test/hotspot/jtreg/compiler/loopopts/TestAddPChainWithDifferentBase.java
! test/hotspot/jtreg/compiler/loopopts/TestBadlyFormedCountedLoop.java
! test/hotspot/jtreg/compiler/loopopts/TestBrokenAntiDependenceWithPhi.java
! test/hotspot/jtreg/compiler/loopopts/TestCastFFAtPhi.java
! test/hotspot/jtreg/compiler/loopopts/TestCastIIMakesMainLoopPhiDead.java
! test/hotspot/jtreg/compiler/loopopts/TestCastIIMakesMainLoopPhiDead2.java
! test/hotspot/jtreg/compiler/loopopts/TestCountedLoopZeroIter.java
! test/hotspot/jtreg/compiler/loopopts/TestDeadPostLoopBecausePredicate.java
! test/hotspot/jtreg/compiler/loopopts/TestDivWithTopDivisor.java
! test/hotspot/jtreg/compiler/loopopts/TestDivZeroDominatedBy.java
! test/hotspot/jtreg/compiler/loopopts/TestDivZeroWithSplitIf.java
! test/hotspot/jtreg/compiler/loopopts/TestLoopLimitNodeElimination.java
! test/hotspot/jtreg/compiler/loopopts/TestLostDependencyOnZeroTripGuard.java
! test/hotspot/jtreg/compiler/loopopts/TestMainBodyExecutedOnce.java
! test/hotspot/jtreg/compiler/loopopts/TestMainNeverExecuted.java
! test/hotspot/jtreg/compiler/loopopts/TestStoreSunkInInnerLoop.java
! test/hotspot/jtreg/compiler/loopopts/TestSunkCastOnUnreachablePath.java
! test/hotspot/jtreg/compiler/loopopts/TestSunkNodeDueToBrokenAntiDependency.java
! test/hotspot/jtreg/compiler/loopopts/TestUnreachableInnerLoop.java
! test/hotspot/jtreg/compiler/loopopts/TestZeroTripGuardShared.java
! test/hotspot/jtreg/compiler/loopopts/superword/TestNegBaseOffset.java
! test/hotspot/jtreg/compiler/loopopts/superword/TestPickLastMemoryState.java
! test/hotspot/jtreg/compiler/loopstripmining/DeadNodesInOuterLoopAtLoopCloning2.java
! test/hotspot/jtreg/compiler/loopstripmining/TestCastIIAfterUnrollingInOuterLoop.java
! test/hotspot/jtreg/compiler/loopstripmining/TestNondeleteableSafePoint.java
! test/hotspot/jtreg/compiler/loopstripmining/TestPinnedNodeInInnerLoop.java
! test/hotspot/jtreg/compiler/loopstripmining/TestStoreSunkToOuterLoop.java
! test/hotspot/jtreg/compiler/loopstripmining/TestUseFromInnerInOuterUnusedBySfpt.java
! test/hotspot/jtreg/compiler/loopstripmining/UnexpectedNodeInOuterLoopWhenCloning.java
! test/hotspot/jtreg/compiler/loopstripmining/UnexpectedPinnedNodeInOuterLoop.java
! test/hotspot/jtreg/compiler/regalloc/VolatileLoadMemBarsOnlyUses.java
! test/hotspot/jtreg/compiler/stable/TestStableBoolean.java
! test/hotspot/jtreg/compiler/stable/TestStableByte.java
! test/hotspot/jtreg/compiler/stable/TestStableChar.java
! test/hotspot/jtreg/compiler/stable/TestStableDouble.java
! test/hotspot/jtreg/compiler/stable/TestStableFloat.java
! test/hotspot/jtreg/compiler/stable/TestStableInt.java
! test/hotspot/jtreg/compiler/stable/TestStableLong.java
! test/hotspot/jtreg/compiler/stable/TestStableMemoryBarrier.java
! test/hotspot/jtreg/compiler/stable/TestStableMismatched.java
! test/hotspot/jtreg/compiler/stable/TestStableObject.java
! test/hotspot/jtreg/compiler/stable/TestStableShort.java
! test/hotspot/jtreg/compiler/stable/TestStableUByte.java
! test/hotspot/jtreg/compiler/stable/TestStableUShort.java
! test/hotspot/jtreg/compiler/vectorization/TestSmallVectorPopIndex.java
! test/jdk/jdk/internal/vm/Continuation/Basic.java
! test/jdk/jdk/internal/vm/Continuation/ClassUnloading.java
! test/jdk/jdk/internal/vm/Continuation/HumongousStack.java
! test/jdk/jdk/internal/vm/Continuation/LiveFramesDriver.java
! test/jdk/jdk/internal/vm/Continuation/Scoped.java
Changeset: 6c3e621f
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2023-06-12 07:40:58 +0000
URL: https://git.openjdk.org/jdk/commit/6c3e621f9818fe764501e1a72c7cf8e9803da683
8308749: C2 failed: regular loops only (counted loop inside infinite loop)
Reviewed-by: kvn, chagedorn
! src/hotspot/share/opto/loopnode.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestCountedLoopInsideInfiniteLoop.jasm
+ test/hotspot/jtreg/compiler/loopopts/TestCountedLoopInsideInfiniteLoopMain.java
More information about the jdk-changes
mailing list