File tree 4 files changed +0
-10
lines changed
4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 270
270
volatile_nonstatic_field(oopDesc, _mark, markWord) \
271
271
volatile_nonstatic_field(oopDesc, _metadata._klass, Klass*) \
272
272
\
273
- static_field(os, _polling_page, address) \
274
- \
275
273
static_field(StubRoutines, _verify_oop_count, jint) \
276
274
\
277
275
static_field(StubRoutines, _throw_delayed_StackOverflowError_entry, address) \
Original file line number Diff line number Diff line change 81
81
# include < errno.h>
82
82
83
83
OSThread* os::_starting_thread = nullptr ;
84
- address os::_polling_page = nullptr ;
85
84
volatile unsigned int os::_rand_seed = 1234567 ;
86
85
int os::_processor_count = 0 ;
87
86
int os::_initial_active_processor_count = 0 ;
Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ class os: AllStatic {
188
188
189
189
private:
190
190
static OSThread* _starting_thread;
191
- static address _polling_page;
192
191
static PageSizes _page_sizes;
193
192
194
193
static char * pd_reserve_memory (size_t bytes, bool executable);
Original file line number Diff line number Diff line change 380
380
static_field(CompressedKlassPointers, _narrow_klass._base, address) \
381
381
static_field(CompressedKlassPointers, _narrow_klass._shift, int ) \
382
382
\
383
- /* *****/ \
384
- /* os */ \
385
- /* *****/ \
386
- \
387
- static_field(os, _polling_page, address) \
388
- \
389
383
/* *********/ \
390
384
/* Memory */ \
391
385
/* *********/ \
You can’t perform that action at this time.
0 commit comments