-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
b24
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208333 | 12 | Dean Long | P3 | Resolved | Fixed | b05 |
JDK-8208431 | 11.0.2 | Dean Long | P3 | Resolved | Fixed | b01 |
JDK-8209256 | 11.0.1 | Dean Long | P3 | Resolved | Fixed | b05 |
# guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset
Current CompileTask:
JVMCI: 76656 8833 4 jdk.nio.zipfs.ZipFileSystem::beginRead (15 bytes)
Stack: [0x000000f74e9f0000,0x000000f74eaf0000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xb96b91] os::platform_print_native_stack+0xf1 (os_windows_x86.cpp:373)
V [jvm.dll+0xd98dba] VMError::report+0xe6a (vmerror.cpp:696)
V [jvm.dll+0xd9a6db] VMError::report_and_die+0x85b (vmerror.cpp:1448)
V [jvm.dll+0xd9ae04] VMError::report_and_die+0x64 (vmerror.cpp:1267)
V [jvm.dll+0x5bfcbe] report_vm_error+0x7e (debug.cpp:233)
V [jvm.dll+0x8c921f] NativeCall::set_destination+0x4f (nativeinst_x86.hpp:177)
V [jvm.dll+0x8c8a5b] CodeInstaller::pd_relocate_ForeignCall+0x3b (jvmcicodeinstaller_x86.cpp:128)
V [jvm.dll+0x8c7afd] CodeInstaller::site_Call+0x38d (jvmcicodeinstaller.cpp:1239)
V [jvm.dll+0x8c29be] CodeInstaller::initialize_buffer+0x136e (jvmcicodeinstaller.cpp:888)
V [jvm.dll+0x8c4281] CodeInstaller::install+0x291 (jvmcicodeinstaller.cpp:637)
V [jvm.dll+0x8ce6bb] c2v_installCode+0x45b (jvmcicompilertovm.cpp:670)
C 0x000000f730ce7624
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jdk.vm.ci.hotspot.CompilerToVM.installCode(Ljdk/vm/ci/code/TargetDescription;Ljdk/vm/ci/hotspot/HotSpotCompiledCode;Ljdk/vm/ci/code/InstalledCode;Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;)I+0 jdk.internal.vm.ci@11-internal
j jdk.vm.ci.hotspot.HotSpotCodeCacheProvider.installCode(Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/code/CompiledCode;Ljdk/vm/ci/code/InstalledCode;Ljdk/vm/ci/meta/SpeculationLog;Z)Ljdk/vm/ci/code/InstalledCode;+100 jdk.internal.vm.ci@11-internal
j org.graalvm.compiler.core.target.Backend.createInstalledCode(Lorg/graalvm/compiler/debug/DebugContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/code/CompilationRequest;Lorg/graalvm/compiler/code/CompilationResult;Ljdk/vm/ci/meta/SpeculationLog;Ljdk/vm/ci/code/InstalledCode;Z[Ljava/lang/Object;)Ljdk/vm/ci/code/InstalledCode;+158 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.CompilationTask.installMethod(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/code/CompilationResult;)V+111 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.CompilationTask$HotSpotCompilationWrapper.performCompilation(Lorg/graalvm/compiler/debug/DebugContext;)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;+240 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.CompilationTask$HotSpotCompilationWrapper.performCompilation(Lorg/graalvm/compiler/debug/DebugContext;)Ljava/lang/Object;+2 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.core.CompilationWrapper.run(Lorg/graalvm/compiler/debug/DebugContext;)Ljava/lang/Object;+2 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.CompilationTask.runCompilation(Lorg/graalvm/compiler/debug/DebugContext;)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;+154 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.HotSpotGraalCompiler.compileMethod(Ljdk/vm/ci/code/CompilationRequest;ZLorg/graalvm/compiler/options/OptionValues;)Ljdk/vm/ci/code/CompilationRequestResult;+225 jdk.internal.vm.compiler@11-internal
j org.graalvm.compiler.hotspot.HotSpotGraalCompiler.compileMethod(Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/code/CompilationRequestResult;+12 jdk.internal.vm.compiler@11-internal
j jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.compileMethod(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;IJI)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;+16 jdk.internal.vm.ci@11-internal
v ~StubRoutines::call_stub
- backported by
-
JDK-8208333 [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
-
- Resolved
-
-
JDK-8208431 [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
-
- Resolved
-
-
JDK-8209256 [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
-
- Resolved
-
- duplicates
-
JDK-8207767 [Graal] SuperChanged.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
-
- Closed
-
-
JDK-8208168 vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
-
- Closed
-