JDK-2150731 : -Djava.compiler=NONE and -Xdebug anachronisms unanachronistically disable full-speed debugging
  • Type: Backport
  • Backport of: JDK-6272174
  • Component: hotspot
  • Sub-Component: jvmti
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2007-07-02
  • Updated: 2012-01-31
  • Resolved: 2007-07-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 Other
6u4 b01Fixed hs11Fixed
Comments
EVALUATION The fix is a superset of the fix put into 6u2. This fix also removes the handling of env. var. JAVA_COMPILER. This code has not been effective since 1.4.2 at least. The problem is that the code that handles JAVA_COMPILER env. var. sets the _java_compiler flag, but that code is not executed until AFTER the value of the _java_compiler flag has already been used.
02-07-2007