rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-22 / patches / illumos-port-07.patch
blob0d13222aef5011c347f6d98eca2241231be15d99
1 --- a/src/hotspot/share/prims/methodHandles.cpp Wed Aug 19 21:41:08 2020
2 +++ b/src/hotspot/share/prims/methodHandles.cpp Fri Aug 21 10:42:08 2020
3 @@ -1369,6 +1369,10 @@
4 #define LANG "Ljava/lang/"
5 #define JLINV "Ljava/lang/invoke/"
7 +#ifdef CS
8 +#undef CS
9 +#endif
11 #define OBJ LANG "Object;"
12 #define CLS LANG "Class;"
13 #define STRG LANG "String;"