We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d655742 + e3f47bb commit 60d6363Copy full SHA for 60d6363
1 file changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/NativeCompressionSupport.java
@@ -44,14 +44,13 @@
44
import com.oracle.graal.python.runtime.nativeaccess.NativeLibraryLoadException;
45
import com.oracle.graal.python.runtime.nativeaccess.NativeMemory;
46
import com.oracle.truffle.api.CompilerAsserts;
47
-import com.oracle.truffle.api.CompilerDirectives.CompilationFinal;
48
import com.oracle.truffle.api.CompilerDirectives.TruffleBoundary;
49
import com.oracle.truffle.api.TruffleFile;
50
51
abstract class NativeCompressionSupport {
52
protected final PythonContext pythonContext;
53
54
- @CompilationFinal protected boolean available;
+ protected boolean available;
55
56
NativeCompressionSupport(PythonContext context) {
57
if (context.useNativeCompressionModules()) {
0 commit comments