Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P2
- Fix Version/s: 11
- Affects Version/s: None
/pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:708:2: error: #endif without #if
#endif // INCLUDE_ALL_GCS
^~~~~
/pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:738:2: error: #endif without #if
#endif // INCLUDE_ALL_GCS
^~~~~
Caused by this:
http://hg.openjdk.java.net/jdk/hs/rev/edb65305d3ac#l36.1
relates to
JDK-8195148 Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
- Resolved