[PATCH] c1_Canonicalizer.hpp method const

Vasili Svirski vasili.svirski at gmail.com
Fri Jul 28 09:22:27 UTC 2017


Hi,

It is my first patch in the attached file.
In my patch, I just make one class method const

In c1_Canonicalizer.hpp
-  Compilation *compilation()                         { return
_compilation; }
+  Compilation *compilation() const               { return _compilation; }

My steps are:
- read StyleGuide
- make the simple change
- build all
- run native tests by jtreg

Could somebody review the patch and confirm that I right in my steps?

Best regards,
Vasili


More information about the hotspot-dev mailing list