-
Bug
-
Resolution: Fixed
-
P2
-
5.0, 5.0u1
-
01
-
x86, itanium
-
generic, linux, linux_redhat_3.0
The amd64 vm, like the x86 vms, emits slightly different code depending
on the features supported by the platform it's running on. This is ok,
but we shouldn't unconditionally generate opteron-only code (in the
form of prefetchw) w/o checking. We currently do this in the inner
gc loops when invoking Prefetch::write, causing illegal instruction
faults on em64t.
on the features supported by the platform it's running on. This is ok,
but we shouldn't unconditionally generate opteron-only code (in the
form of prefetchw) w/o checking. We currently do this in the inner
gc loops when invoking Prefetch::write, causing illegal instruction
faults on em64t.
- duplicates
-
JDK-5100537 javac dies with a hotspot error on x86_64 (intel xeon)
-
- Closed
-
-
JDK-5109434 Add Support for Intel EM64T Technology
-
- Closed
-
- relates to
-
JDK-6203440 running javac causes java runtime to abort
-
- Closed
-