src/hotspot/share/interpreter/bytecodeHistogram.hpp
changeset 51605 2ca553d34949
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
--- a/src/hotspot/share/interpreter/bytecodeHistogram.hpp	Thu Aug 30 13:12:38 2018 +0200
+++ b/src/hotspot/share/interpreter/bytecodeHistogram.hpp	Fri Aug 31 09:37:03 2018 +0200
@@ -74,7 +74,7 @@
 // A bytecode pair is any sequence of two consequtive bytecodes.
 
 class BytecodePairHistogram: AllStatic {
- public: // for SparcWorks
+ public: // for solstudio
   enum Constants {
     log2_number_of_codes = 8,                         // use a power of 2 for faster addressing
     number_of_codes      = 1 << log2_number_of_codes, // must be no less than Bytecodes::number_of_codes