RFR: 8326201: [S390] Need to bailout cleanly if creation of stubs fails when code cache is out of space

Amit Kumar amitkumar at openjdk.org
Tue Feb 20 11:29:15 UTC 2024


s390 port similar to https://github.com/openjdk/jdk/commit/e834a481000f16750b9e9eec13ce9c905c218736 and updates 
* ArrayCopyStub::emit_code
* HandlerImpl::emit_exception_handler
* HandlerImpl::emit_deopt_handler

Testing `{fastdebug, release} X {tier1}`

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

Commit messages:
 - using directive
 - fix copyright headers
 - s390 fix

Changes: https://git.openjdk.org/jdk/pull/17922/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17922&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8326201
  Stats: 6 lines in 2 files changed: 3 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/17922.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17922/head:pull/17922

PR: https://git.openjdk.org/jdk/pull/17922


More information about the hotspot-compiler-dev mailing list