Description
Currently, all GC specific argument processing is done in argument.cpp. It should be moved into GC specific classes. A little complication is that at this point we haven't created the CollectedHeap subclasses yet. Maybe this can go into a sort of factory class.
Attachments
Issue Links
- relates to
-
JDK-8191562 Missing include in gcArguments.cpp breaks minimal JVM build
- Resolved
-
JDK-8191424 Missing include in gcArguments.cpp
- Resolved
-
JDK-8189389 Move heap creation into GC interface
- Resolved
-
JDK-8163329 JEP 304: Garbage Collector Interface
- Closed