mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 13:45:30 -04:00
fix(os_linux): fix tmp directory destination
This commit is contained in:
parent
a0db676d65
commit
a624d086f0
@ -430,8 +430,8 @@ index ae0c73dcb..e2c9a21f7 100644
|
||||
+#endif
|
||||
+}
|
||||
|
||||
static bool file_exists(const char* filename) {
|
||||
struct stat statbuf;
|
||||
// check if addr is inside libjvm.so
|
||||
bool os::address_is_in_vm(address addr) {
|
||||
@@ -1517,6 +1531,30 @@ bool os::dll_address_to_library_name(address addr, char* buf,
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user