-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273993 | 11.0.14-oracle | Ramkumar Sunderbabu | P3 | Resolved | Fixed | b01 |
JDK-8274213 | 11.0.14 | Christoph Langer | P3 | Resolved | Fixed | b01 |
Native C++ tests are not using CXXFLAGS. This is mostly apparent on solaris, where CC and cc are quite different. Fixing this made a new warning appear on C++ tests for solstudio.
Also, when fixing this, it became apparent that the *FLAGS_TESTLIB/TESTEXE is just clumsy. In the long term, these super combined flags should be broken up. In the short term, just use *FLAGS_JDK explicitly, since that's what we're doing anyway.
Also, when fixing this, it became apparent that the *FLAGS_TESTLIB/TESTEXE is just clumsy. In the long term, these super combined flags should be broken up. In the short term, just use *FLAGS_JDK explicitly, since that's what we're doing anyway.
- backported by
-
JDK-8273993 Native C++ tests are not using CXXFLAGS
-
- Resolved
-
-
JDK-8274213 Native C++ tests are not using CXXFLAGS
-
- Resolved
-