-
Bug
-
Resolution: Fixed
-
P2
-
23
-
b18
This bug can be reproduced by building release_minimal vm.
/jdk/src/hotspot/share/gc/serial/tenuredGeneration.cpp: In member function ‘oopDesc* TenuredGeneration::promote(oop, size_t)’:
/jdk/src/hotspot/share/gc/serial/tenuredGeneration.cpp:436:3: error: ‘Copy’ has not been declared
436 | Copy::aligned_disjoint_words(cast_from_oop<HeapWord*>(obj), result, obj_size);
| ^~~~
* All command lines available in /jdk/build/linux-x86_64-minimal-release/make-support/failure-logs.
/jdk/src/hotspot/share/gc/serial/tenuredGeneration.cpp: In member function ‘oopDesc* TenuredGeneration::promote(oop, size_t)’:
/jdk/src/hotspot/share/gc/serial/tenuredGeneration.cpp:436:3: error: ‘Copy’ has not been declared
436 | Copy::aligned_disjoint_words(cast_from_oop<HeapWord*>(obj), result, obj_size);
| ^~~~
* All command lines available in /jdk/build/linux-x86_64-minimal-release/make-support/failure-logs.
- relates to
-
JDK-8329875 Serial: Move preservedMarks.inline.hpp to serialFullGC.cpp
- Resolved