mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8087333: Optionally Pre-Generate the HotSpot Template Interpreter
Optional support for pregenerated template interpreter Reviewed-by: coleenp, dholmes, kvn
This commit is contained in:
parent
a7f0956201
commit
5aec2dc9fc
39 changed files with 716 additions and 257 deletions
|
@ -1367,6 +1367,7 @@ template<class T> static void swap(T& a, T& b) {
|
|||
#define UINT32_FORMAT_W(width) "%" #width PRIu32
|
||||
|
||||
#define PTR32_FORMAT "0x%08" PRIx32
|
||||
#define PTR32_FORMAT_W(width) "0x%" #width PRIx32
|
||||
|
||||
// Format 64-bit quantities.
|
||||
#define INT64_FORMAT "%" PRId64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue