mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
f6609ea3d2
144 changed files with 1590 additions and 1484 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -839,7 +839,7 @@ public:
|
|||
|
||||
// support for stub routines
|
||||
static ByteSize init_state_offset() { return in_ByteSize(offset_of(InstanceKlass, _init_state)); }
|
||||
TRACE_DEFINE_OFFSET;
|
||||
TRACE_DEFINE_KLASS_TRACE_ID_OFFSET;
|
||||
static ByteSize init_thread_offset() { return in_ByteSize(offset_of(InstanceKlass, _init_thread)); }
|
||||
|
||||
// subclass/subinterface checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue