mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8242040: Shenandoah: print allocation failure type
Reviewed-by: rkennke
This commit is contained in:
parent
5532b27d22
commit
6570425dc4
4 changed files with 11 additions and 6 deletions
|
@ -115,7 +115,7 @@ public:
|
|||
|
||||
// Handle allocation failure from normal allocation.
|
||||
// Blocks until memory is available.
|
||||
void handle_alloc_failure(size_t words);
|
||||
void handle_alloc_failure(ShenandoahAllocRequest& req);
|
||||
|
||||
// Handle allocation failure from evacuation path.
|
||||
// Optionally blocks while collector is handling the failure.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue