-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
-
None
-
windows
test\jdk\java\foreign\sharedclosejvmti\libSharedCloseAgent.cpp crashes VS2019 compiler as follows:
========================8<------------------------
* For target support_test_jdk_jtreg_native_support_libSharedCloseAgent_libSharedCloseAgent.obj:
libSharedCloseAgent.cpp
z:\BuildAgent\work\23f345c5c4b56004\test\jdk\java\foreign\sharedclosejvmti\libSharedCloseAgent.cpp(105): fatal error C1001: Internal compiler error.
(compiler file 'msc1.cpp', line 1603)
To work around this problem, try simplifying or changing the program near the locations listed above.
If possible please provide a repro here: https://developercommunity.visualstudio.com
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe'
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
/cygdrive/z/BuildAgent/work/23f345c5c4b56004/make/scripts/fixpath.sh: line 439: 45039 Segmentation fault "$command" "${collected_args[@]}"
... (rest of output omitted)
* All command lines available in /cygdrive/z/BuildAgent/work/23f345c5c4b56004/build/windows-x86_64-server-release/make-support/failure-logs.
========================8<------------------------
the issue was observed with the following VS2019
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.40
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
========================8<------------------------
* For target support_test_jdk_jtreg_native_support_libSharedCloseAgent_libSharedCloseAgent.obj:
libSharedCloseAgent.cpp
z:\BuildAgent\work\23f345c5c4b56004\test\jdk\java\foreign\sharedclosejvmti\libSharedCloseAgent.cpp(105): fatal error C1001: Internal compiler error.
(compiler file 'msc1.cpp', line 1603)
To work around this problem, try simplifying or changing the program near the locations listed above.
If possible please provide a repro here: https://developercommunity.visualstudio.com
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe'
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
/cygdrive/z/BuildAgent/work/23f345c5c4b56004/make/scripts/fixpath.sh: line 439: 45039 Segmentation fault "$command" "${collected_args[@]}"
... (rest of output omitted)
* All command lines available in /cygdrive/z/BuildAgent/work/23f345c5c4b56004/build/windows-x86_64-server-release/make-support/failure-logs.
========================8<------------------------
the issue was observed with the following VS2019
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.40
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
- caused by
-
JDK-8370344 Arbitrary Java frames on stack during scoped access
-
- Resolved
-