We got a report of an encountered of the following compilation error:
src\hotspot\share\gc/z/zUtils.inline.hpp(87): error C2066: cast to function type is illegal
src\hotspot\share\gc/z/zUtils.inline.hpp(97): note: see reference to function template instantiation 'void ZUtils::sort<zbacking_index,sort_zbacking_index_array::<lambda_1>>(T *,size_t,Comparator)' being compiled
with
[
T=zbacking_index,
Comparator=sort_zbacking_index_array::<lambda_1>
]
src\hotspot\share\gc\z\zPhysicalMemoryManager.cpp(303): note: see reference to function template instantiation 'void ZUtils::sort<zbacking_index,sort_zbacking_index_array::<lambda_1>>(T *,int,Comparator)' being compiled
with
[
T=zbacking_index,
Comparator=sort_zbacking_index_array::<lambda_1>
]
make[3]: *** [lib/CompileJvm.gmk:174: jdk/build/windows-x86_64-server-fastdebug/hotspot/variant-server/libjvm/objs/zPhysicalMemoryManager.obj] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [make/Main.gmk:236: hotspot-server-libs] Error 2 (edited)
src\hotspot\share\gc/z/zUtils.inline.hpp(87): error C2066: cast to function type is illegal
src\hotspot\share\gc/z/zUtils.inline.hpp(97): note: see reference to function template instantiation 'void ZUtils::sort<zbacking_index,sort_zbacking_index_array::<lambda_1>>(T *,size_t,Comparator)' being compiled
with
[
T=zbacking_index,
Comparator=sort_zbacking_index_array::<lambda_1>
]
src\hotspot\share\gc\z\zPhysicalMemoryManager.cpp(303): note: see reference to function template instantiation 'void ZUtils::sort<zbacking_index,sort_zbacking_index_array::<lambda_1>>(T *,int,Comparator)' being compiled
with
[
T=zbacking_index,
Comparator=sort_zbacking_index_array::<lambda_1>
]
make[3]: *** [lib/CompileJvm.gmk:174: jdk/build/windows-x86_64-server-fastdebug/hotspot/variant-server/libjvm/objs/zPhysicalMemoryManager.obj] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [make/Main.gmk:236: hotspot-server-libs] Error 2 (edited)
- links to
-
Commit(master) openjdk/jdk/023f30bc
-
Review(master) openjdk/jdk/24826