Amit Kumar

Results 5 issues of Amit Kumar

Hi all, This pull request contains a backport of commit [9dad874f](https://github.com/openjdk/jdk/commit/9dad874ff9f03f5891aa8b37e7826a67c851f06d) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Amit Kumar on 7 Feb 2023 and was...

rfr
backport
approval

Hi all, This pull request contains a backport of commit [d5f3d5c8](https://github.com/openjdk/jdk/commit/d5f3d5c8cc347ae384dea25b1a55ed57204d1af3) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Amit Kumar on 21 Feb 2024 and was...

rfr
backport

Adds JDK-8302850 Port for s390x. Testing: ``` make test TEST="hotspot_compiler" JTREG="JAVA_OPTIONS=-XX:TieredStopAtLevel=1" ============================== Test summary ============================== TEST TOTAL PASS FAIL ERROR jtreg:test/hotspot/jtreg:hotspot_compiler 1166 1166 0 0 ============================== TEST SUCCESS * Tier1...

ready
rfr
hotspot-compiler

s390x port for recursive locking. testing: - [x] build fastdebug-vm - [x] build slowdebug-vm - [x] build release-vm - [x] build optimized-vm - [x] ./test/jdk/java/util/concurrent (fastdebug-vm) - [x] with C1...

rfr
hotspot

format method generated previously: ``` void partialSubtypeCheckConstSuperNode::format(PhaseRegAlloc *ra, outputStream *st) const { // Start at oper_input_base() and count operands unsigned idx0 = 1; unsigned idx1 = 1; // sub unsigned...

rfr
hotspot-compiler