Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8288532

additional review changes for JDK-8286830

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 19
    • 19
    • hotspot
    • None
    • b28

        A couple of post-integration review comments for:

            JDK-8286830 ~HandshakeState should not touch oops

        should get resolved:


        test/hotspot/jtreg/runtime/Thread/StopAtExit.java
                };
                threadCreator.setDaemon(true);
                threadCreator.start();
                test(timeMax);
        Member
        @dcubed-ojdk dcubed-ojdk 12 days ago

        Okay, but now the test is going to execute for twice timeMax which might be
        a bit of a surprise... In particular the usage() mesg is now wrong.
        Member
        @dcubed-ojdk dcubed-ojdk 12 days ago

        Also, the @bug line is not updated with this bug ID.
        Member Author
        @pchilano pchilano 12 days ago

        Ok, we could fix this in a new bug.


        and


        test/hotspot/jtreg/runtime/Thread/SuspendAtExit.java
                };
                threadCreator.setDaemon(true);
                threadCreator.start();
                test(timeMax);
        Member
        @dcubed-ojdk dcubed-ojdk 12 days ago

        Okay, but now the test is going to execute for twice timeMax which might be
        a bit of a surprise... In particular the usage() mesg is now wrong.
        Member
        @dcubed-ojdk dcubed-ojdk 12 days ago

        Also, the @bug line is not updated with this bug ID.
        Member Author
        @pchilano pchilano 12 days ago

        Ok, we could fix this in a new bug.

              dcubed Daniel Daugherty
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: