mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
This commit is contained in:
parent
b09c2b1601
commit
a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions
|
@ -583,14 +583,14 @@ final class RBTableBuilder {
|
|||
// ==============================================================
|
||||
// constants
|
||||
// ==============================================================
|
||||
final static int CHARINDEX = 0x70000000; // need look up in .commit()
|
||||
static final int CHARINDEX = 0x70000000; // need look up in .commit()
|
||||
|
||||
private final static int IGNORABLEMASK = 0x0000ffff;
|
||||
private final static int PRIMARYORDERINCREMENT = 0x00010000;
|
||||
private final static int SECONDARYORDERINCREMENT = 0x00000100;
|
||||
private final static int TERTIARYORDERINCREMENT = 0x00000001;
|
||||
private final static int INITIALTABLESIZE = 20;
|
||||
private final static int MAXKEYSIZE = 5;
|
||||
private static final int IGNORABLEMASK = 0x0000ffff;
|
||||
private static final int PRIMARYORDERINCREMENT = 0x00010000;
|
||||
private static final int SECONDARYORDERINCREMENT = 0x00000100;
|
||||
private static final int TERTIARYORDERINCREMENT = 0x00000001;
|
||||
private static final int INITIALTABLESIZE = 20;
|
||||
private static final int MAXKEYSIZE = 5;
|
||||
|
||||
// ==============================================================
|
||||
// instance variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue