mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8213411: JDK-8209189 incorrect for Big Endian (JVM crashes)
Reviewed-by: kvn, mdoerr
This commit is contained in:
parent
1ce3770481
commit
c9e3ee1fbb
2 changed files with 51 additions and 26 deletions
|
@ -192,7 +192,7 @@ class CodeCache : AllStatic {
|
|||
}
|
||||
};
|
||||
static void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred);
|
||||
static uint16_t unloading_cycle() { return _unloading_cycle; }
|
||||
static uint8_t unloading_cycle() { return _unloading_cycle; }
|
||||
static void increment_unloading_cycle();
|
||||
static void asserted_non_scavengable_nmethods_do(CodeBlobClosure* f = NULL) PRODUCT_RETURN;
|
||||
static void release_exception_cache(ExceptionCache* entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue