parNewGeneration.cpp contains a WIN32 conditionalized #pragma to disable C4786: identifier was truncated to '255' characters in the debug information. This warning appears to be specific to old versions of MSVC++ (version 6.0 and earlier); see http://support.microsoft.com/kb/195386
MSVC++ 6.0 is long dead. The #pragma to disable the warning can be removed.
MSVC++ 6.0 is long dead. The #pragma to disable the warning can be removed.
- relates to
-
JDK-8229049 JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
-
- Closed
-
-
JDK-8068883 Remove disabling of warning "C4355: 'this' : used in base member initializer list"
-
- Closed
-