File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/jni Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "97e6428bf1021ee69147c0229bb5f7808c3a0430 " }
1
+ { "overlay" : "2c97f9a352b2773941722f15612bd5c531f63489 " }
Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ protected void initNativeFastPaths() {
440
440
initJNINativeFastPaths (nativePointer );
441
441
}
442
442
443
+ @ SuppressWarnings ("restricted" )
443
444
public static void loadJNIBackend () {
444
445
if (!(ImageInfo .inImageBuildtimeCode () || jniBackendLoaded )) {
445
446
String pythonJNIPath ;
Original file line number Diff line number Diff line change 45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "6ce252b488835d893b85bd83430fba282a9b782a " ,
48
+ "version" : "a9fa5622efc0ff127390f8986429df525a8948c2 " ,
49
49
"subdir" : True ,
50
50
"urls" : [
51
51
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
52
52
]
53
53
},
54
54
{
55
55
"name" : "tools" ,
56
- "version" : "6ce252b488835d893b85bd83430fba282a9b782a " ,
56
+ "version" : "a9fa5622efc0ff127390f8986429df525a8948c2 " ,
57
57
"subdir" : True ,
58
58
"urls" : [
59
59
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
60
60
],
61
61
},
62
62
{
63
63
"name" : "sulong" ,
64
- "version" : "6ce252b488835d893b85bd83430fba282a9b782a " ,
64
+ "version" : "a9fa5622efc0ff127390f8986429df525a8948c2 " ,
65
65
"subdir" : True ,
66
66
"urls" : [
67
67
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
68
68
]
69
69
},
70
70
{
71
71
"name" : "regex" ,
72
- "version" : "6ce252b488835d893b85bd83430fba282a9b782a " ,
72
+ "version" : "a9fa5622efc0ff127390f8986429df525a8948c2 " ,
73
73
"subdir" : True ,
74
74
"urls" : [
75
75
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments