-
Bug
-
Resolution: Fixed
-
P4
-
16, 17
-
b14
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263932 | 16.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8272864 | 11.0.14-oracle | Alexander Zuev | P4 | Resolved | Fixed | b01 |
JDK-8271095 | 11.0.13 | Monica Beckwith | P4 | Resolved | Fixed | b04 |
```
AccessBridgeDebug.cpp
メモ: インクルード ファイル: d:\github-forked\jdk\src\jdk.accessibility\windows\native\common\AccessBridgeDebug.h
:
c:\progra~2\micros~2\2019\commun~1\vc\tools\msvc\1428~1.299\include\ostream(611): error C2220: 次の警
告はエラーとして処理されます
c:\progra~2\micros~2\2019\commun~1\vc\tools\msvc\1428~1.299\include\ostream(611): warning C4530: C++
例外処理を使っていますが、アンワインド セマンティクスは有効にはなりません。/EHsc を指定してください。
メモ: インクルード ファイル: c:\progra~2\micros~2\2019\commun~1\vc\tools\msvc\1428~1.299\include\string
```
`/EHsc` has been already passed in other makefiles, and also AccessBridgeDebug.cpp uses some STL classes (e.g. `chrono` namespace). So `/EHsc` is a solution for this problem.
- backported by
-
JDK-8263932 C4530 was reported from VS 2019 at access bridge
-
- Resolved
-
-
JDK-8271095 C4530 was reported from VS 2019 at access bridge
-
- Resolved
-
-
JDK-8272864 C4530 was reported from VS 2019 at access bridge
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/f334c2e7
-
Commit openjdk/jdk16u/71102e79
-
Commit openjdk/jdk/d339320e
-
Review openjdk/jdk11u-dev/270
-
Review openjdk/jdk16u/84
-
Review openjdk/jdk/2859