additional review changes for JDK-8286830

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 19
    • Affects Version/s: 19
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: