mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8062506: Java GCCause enum is out of sync with C++ GCCause enum
Reviewed-by: stefank, tschatzl
This commit is contained in:
parent
32165d2889
commit
e313c8214f
2 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
// use of this class grows, we should split it into public
|
||||
// and implementation-private "causes".
|
||||
//
|
||||
// The definitions in the SA code should be kept in sync
|
||||
// with the definitions here.
|
||||
//
|
||||
|
||||
class GCCause : public AllStatic {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue