Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082605 | emb-9 | Jesper Wilhelmsson | P1 | Resolved | Fixed | team |
In src/share/vm/oops/instanceRefKlass.inline.hpp there are two starts of the block comment at the start of the file:
/*
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This breaks the build on Mac and possibly other platforms where -Wcomment is enabled.
/*
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This breaks the build on Mac and possibly other platforms where -Wcomment is enabled.
- backported by
-
JDK-8082605 src/share/vm/oops/instanceRefKlass.inline.hpp has a double /*
-
- Resolved
-
- relates to
-
JDK-8075955 Replace the macro based implementation of oop_oop_iterate with a template based solution
-
- Resolved
-