RFR: 8262426: Change TRAPS to Thread* for find_constrained_instance_or_arrays_klass()

Harold Seigel hseigel at openjdk.java.net
Fri Feb 26 14:16:47 UTC 2021


Please review this small fix to change the last parameter to find_constrained_instance_or_arrays_klass() from TRAPS to Thread*.  TRAPS is not needed because the method does not throw exceptions.

The fix was tested with Mach5 tiers 1 and 2 on Linux, Mac OS, and Windows, and tiers 3-5 on Linux x64.

Thanks, Harold

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

Commit messages:
 - 8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()

Changes: https://git.openjdk.java.net/jdk/pull/2746/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2746&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262426
  Stats: 5 lines in 4 files changed: 0 ins; 1 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2746.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2746/head:pull/2746

PR: https://git.openjdk.java.net/jdk/pull/2746


More information about the hotspot-dev mailing list