ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-07.patch
blob62a24d783e1e4c65dab6fec01fdde9e15fb47113
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 @@ -1368,6 +1368,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;"