Review request for re-opened 6050: test failure.

Jayathirth D V jayathirth.d.v at oracle.com
Mon Jul 2 15:14:34 UTC 2018


Hi Marcus,

Please find my observation:

When I ran unit tests with latest code from http://hg.openjdk.java.net/jmc/jmc/ I saw “org.openjdk.jmc.flightrecorder.rules.jdk.test” failing in the morning.
After applying your changes there are no unit test failures.

Also I see that the newly added RulesToolkit.isMoreAvailableThan() is not used and we are using only RulesToolkit.isLessAvailableThan() in RulesToolkit. getLeastAvailable().
We can remove RulesToolkit.isMoreAvailableThan() function and clarify @return Java documentation comment of  RulesToolkit.isLessAvailableThan() with " true if this EventAvailability is less available than the provided one, else return false"

Thanks,
Jay

-----Original Message-----
From: Marcus Hirt 
Sent: Monday, July 02, 2018 7:08 PM
To: jmc-dev at openjdk.java.net
Subject: Review request for re-opened 6050: test failure.

Hi all,

 

I re-opened JMC-6050 since a related test had not been fixed. I also cleaned up a little bit. Would appreciate a review:

http://cr.openjdk.java.net/~hirt/JMC-6050/webrev.2/

 

Things that would be good to do at a later point:
Rename EventAvailability.NONE (perhaps to EventAvailability.UNAVAILABLE, but that may be too confusing for historical reasons).
Consider switching NONE and DISABLED’s availability score (care must be taken so that current code does not rely on the current ordering).
 

(The whole RulesToolkit class could benefit from some cleanup and optimization.)

 

Kind regards,

Marcus



More information about the jmc-dev mailing list