mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
1f1393802c
6 changed files with 213 additions and 9 deletions
|
@ -2305,7 +2305,7 @@ void linux_wrap_code(char* base, size_t size) {
|
|||
return;
|
||||
}
|
||||
|
||||
char buf[40];
|
||||
char buf[PATH_MAX+1];
|
||||
int num = Atomic::add(1, &cnt);
|
||||
|
||||
snprintf(buf, sizeof(buf), "%s/hs-vm-%d-%d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue