mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6657100: Rename sparcWorks to solstudio in HotSpot
Reviewed-by: erikj, dcubed
This commit is contained in:
parent
45fb620218
commit
8cc7ce2c18
8 changed files with 14 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue