RFR: 8266744: Make AbstractGangTask stack-allocatable only

Albert Mingkun Yang ayang at openjdk.java.net
Fri May 7 14:53:29 UTC 2021


Remove the inheritance relation in `class AbstractGangTask : public CHeapObj<mtInternal>`, and export necessary classes.

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

Commit messages:
 - chain

Changes: https://git.openjdk.java.net/jdk/pull/3918/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3918&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8266744
  Stats: 77 lines in 5 files changed: 23 ins; 24 del; 30 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3918.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3918/head:pull/3918

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



More information about the hotspot-gc-dev mailing list