Relates :
|
|
Relates :
|
The code in ReservedSpace::initialize(...) and ReservedHeapSpace::try_reserve_heap(...) is very similar and more or less does the same things. The difference between them is logging and how errors are handled. The code could be unified to make it easier to do changes to the reservation code without having to change two places. This change is a step towards JDK-8261527.
|