JDK-6337011 : Bug 6280695 is failing in PIT for B57
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.regex
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_xp
  • CPU: generic
  • Submitted: 2005-10-14
  • Updated: 2013-08-09
  • Resolved: 2005-10-14
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
6Resolved
Related Reports
Relates :  
Description
The fix of the bug 6280695 is failing in PIT for B57.

The Output of the testcase given in CR 6280695  with fix(build 284) is as mentioned below:
It is failing in WindowsXp :
<output-b284>
Y:\disk14\coresqe\namita\Bugs>Y:\disk14\coresqe\releases\B284\windows-i586\bin\j
ava Test1
C:\abc\test
file after replace C:abctest
<\output-b284>

<version-b284>
Y:\disk14\coresqe\namita\Bugs>Y:\disk14\coresqe\releases\B284\windows-i586\bin\j
ava -version
java version "1.6.0-auto"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-auto-284)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b56, mixed mode)
<\version-b284>

<os-name>
Y:\disk14\coresqe\namita\Bugs>uname -a
Windows_NT JUNGLEBOOK1 5 01 586
<\os-name>

<b55>
The Output of the Bug without(B55) fix is:
Y:\disk14\coresqe\namita\Bugs>Y:\disk09\jdk\1.6.0\latest\binaries\win\bin\java T
est1
C:\abc\test
file after replace C:abctest 

Y:\disk14\coresqe\namita\Bugs>Y:\disk09\jdk\1.6.0\latest\binaries\win\bin\java -
version
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b55)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b55, mixed mode)
</b55>

There is no difference between the outputs for B55 and Nightly Build 284.

Comments
EVALUATION 6280695 is a noreg-doc bug, which means the current behavior is the expected result, the fix is to have better api doc.
14-10-2005