1
0

13 Commits

Author SHA256 Message Date
181df95742 Accepting request 1193639 from Java:Factory
July 2024 CPU

OBS-URL: https://build.opensuse.org/request/show/1193639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=6
2024-08-13 11:25:16 +00:00
4e457010e5 Accepting request 1176637 from Java:Factory
April 2024 security fixes

OBS-URL: https://build.opensuse.org/request/show/1176637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=5
2024-05-24 17:52:51 +00:00
d0bd5f89e1 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=11 2024-05-23 17:51:31 +00:00
9c58ac8cbc OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=10 2024-05-23 15:37:34 +00:00
6f1b149e58 Accepting request 1158966 from Java:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1158966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=4
2024-03-18 15:47:15 +00:00
b2c6a94464 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=8 2024-03-11 10:36:45 +00:00
e4d71634ef Accepting request 1155907 from Java:Factory
Erase the existence of tzdata-java8 from the memory of mankind

OBS-URL: https://build.opensuse.org/request/show/1155907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=3
2024-03-07 17:31:17 +00:00
2850ae375b OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=6 2024-03-07 13:11:27 +00:00
06712180f1 Accepting request 1148210 from Java:Factory
rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=2
2024-02-20 20:16:02 +00:00
7795c33c7c OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=4 2024-02-20 15:38:33 +00:00
43e23c58f9 Accepting request 1146224 from Java:Factory
OpenJ9 with OpenJDK 21

OBS-URL: https://build.opensuse.org/request/show/1146224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-21-openj9?expand=0&rev=1
2024-02-13 21:42:20 +00:00
f7fe734148 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=2 2024-02-12 15:27:52 +00:00
b0116607a4 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-21-openj9?expand=0&rev=1 2024-02-12 15:22:35 +00:00
4 changed files with 0 additions and 30 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c01a2db59226a198abd2c6eae857ab1028c91b616fbf80ade639aaec2e21021
size 11151844

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29b24484514facb641fbb57655e8ab5abaff450cf8509327dcf15237e75d19d5
size 176863282

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a44313209419f44cc293f1d08b545d81fd84672a0813d6e7d632a79b19cb0efa
size 29189918

View File

@@ -1,21 +0,0 @@
--- a/openj9/runtime/compiler/env/j9methodServer.cpp
+++ b/openj9/runtime/compiler/env/j9methodServer.cpp
@@ -2634,7 +2634,7 @@ TR_ResolvedRelocatableJ9JITServerMethod::validateMethodFieldAttributes(const TR_
return equal;
}
-TR_J9ServerMethod::TR_J9ServerMethod(TR_FrontEnd * fe, TR_Memory * trMemory, J9Class * aClazz, uintptr_t cpIndex)
+TR_J9ServerMethod::TR_J9ServerMethod(TR_FrontEnd * fe, TR_Memory * trMemory, J9Class * aClazz, int32_t cpIndex)
: TR_J9Method()
{
TR_ASSERT(cpIndex != -1, "cpIndex shouldn't be -1");
--- a/openj9/runtime/compiler/env/j9methodServer.hpp
+++ b/openj9/runtime/compiler/env/j9methodServer.hpp
@@ -326,6 +326,6 @@ protected:
class TR_J9ServerMethod : public TR_J9Method
{
public:
- TR_J9ServerMethod(TR_FrontEnd *trvm, TR_Memory *, J9Class * aClazz, uintptr_t cpIndex);
+ TR_J9ServerMethod(TR_FrontEnd *trvm, TR_Memory *, J9Class * aClazz, int32_t cpIndex);
};
#endif // J9METHODSERVER_H