6657100: Rename sparcWorks to solstudio in HotSpot

Reviewed-by: erikj, dcubed
This commit is contained in:
Magnus Ihse Bursie 2018-08-31 09:37:03 +02:00
parent 45fb620218
commit 8cc7ce2c18
8 changed files with 14 additions and 16 deletions

View file

@ -74,7 +74,7 @@ class BytecodeHistogram: AllStatic {
// 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