Accepting request 439487 from Java:Factory

Security fixes October 2016

OBS-URL: https://build.opensuse.org/request/show/439487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2016-11-11 13:31:55 +00:00 committed by Git OBS Bridge
commit 2dfa963d8b
13 changed files with 591 additions and 190 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e334d4250de441517c0e761a3202dfdf4beacb75c0f7a03617b62d89cb71c21
size 938792
oid sha256:902607987e26c67489f01fe8cf693fbbbd5850f3b9b06ff12af5486b75822387
size 939832

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33581ea3ef4deffa786be82e110ae3d6b0431cc56140eb51453af1f11962b174
size 6797536
oid sha256:9dd74ff7ac16b6104410c7c331f39e96fe50940e4023201b1a2898a8314e1fbf
size 6809636

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75616641ad6d8437124c32fed3fadddac67b14bba26757e15f6c2f69149233b4
size 1437400

3
icedtea-3.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2a197734cc1f820f14a6ba0aef0f198c24c77e9f026d14ddf185b684b178f80
size 1450484

View File

@ -1,5 +1,5 @@
--- openjdk/hotspot/src/share/vm/classfile/dictionary.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/classfile/dictionary.hpp 2016-07-26 08:53:13.487394436 +0200
--- openjdk/hotspot/src/share/vm/classfile/dictionary.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/classfile/dictionary.hpp 2016-11-09 11:14:21.439079322 +0100
@@ -373,7 +373,7 @@
void print_on(outputStream* st) const {
@ -9,8 +9,8 @@
st->print(" -> ");
bool printed = false;
if (method() != NULL) {
--- openjdk/hotspot/src/share/vm/code/dependencies.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/dependencies.hpp 2016-07-26 08:53:13.487394436 +0200
--- openjdk/hotspot/src/share/vm/code/dependencies.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/dependencies.hpp 2016-11-09 11:14:21.439079322 +0100
@@ -166,7 +166,7 @@
LG2_TYPE_LIMIT = 4, // assert(TYPE_LIMIT <= (1<<LG2_TYPE_LIMIT))
@ -20,8 +20,8 @@
non_klass_types = (1 << call_site_target_value),
klass_types = all_types & ~non_klass_types,
--- openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp 2016-07-26 08:53:13.487394436 +0200
--- openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp 2016-11-09 11:14:21.439079322 +0100
@@ -186,7 +186,7 @@
void ImplicitExceptionTable::print(address base) const {
tty->print("{");
@ -31,8 +31,8 @@
tty->print_cr("}");
}
--- openjdk/hotspot/src/share/vm/code/nmethod.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/nmethod.cpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/code/nmethod.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/code/nmethod.cpp 2016-11-09 11:14:21.439079322 +0100
@@ -2721,7 +2721,7 @@
_nm->print_nmethod(true);
_ok = false;
@ -60,8 +60,8 @@
tty->print(" for method " INTPTR_FORMAT , (address)method());
tty->print(" { ");
if (is_in_use()) tty->print("in_use ");
--- openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp 2016-11-09 11:14:21.439079322 +0100
@@ -203,7 +203,7 @@
}
@ -71,8 +71,8 @@
nm->compile_id(), nm->is_osr_method() ? "%" : "",
p2i(nm), p2i(nm->code_begin()), p2i(nm->code_end()));
}
--- openjdk/hotspot/src/share/vm/compiler/disassembler.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/compiler/disassembler.cpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/compiler/disassembler.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/compiler/disassembler.cpp 2016-11-09 11:14:21.439079322 +0100
@@ -63,7 +63,7 @@
Disassembler::decode_func_virtual Disassembler::_decode_instructions_virtual = NULL;
Disassembler::decode_func Disassembler::_decode_instructions = NULL;
@ -82,8 +82,8 @@
static const char decode_instructions_virtual_name[] = "decode_instructions_virtual";
static const char decode_instructions_name[] = "decode_instructions";
static bool use_new_version = true;
--- openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp 2016-11-09 11:14:21.443079232 +0100
@@ -844,18 +844,18 @@
GenCollectedHeap* gch = GenCollectedHeap::heap();
if (PrintGCDetails) {
@ -315,8 +315,8 @@
freeFinger(), pointer_delta(addr, freeFinger()),
lastFreeRangeCoalesced());
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp 2016-11-09 11:14:21.443079232 +0100
@@ -92,7 +92,7 @@
regions_at_put(_curr_index, NULL);
assert(hr->reclaimable_bytes() <= _remaining_reclaimable_bytes,
@ -326,8 +326,8 @@
hr->reclaimable_bytes(), _remaining_reclaimable_bytes));
_remaining_reclaimable_bytes -= hr->reclaimable_bytes();
_curr_index += 1;
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp 2016-11-09 11:14:21.443079232 +0100
@@ -284,7 +284,7 @@
if (PrintGCDetails && Verbose) {
// Failed to double capacity, continue;
@ -614,8 +614,8 @@
G1PrintRegionLivenessInfoClosure::
G1PrintRegionLivenessInfoClosure(outputStream* out, const char* phase_name)
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp 2016-11-09 11:14:21.447079143 +0100
@@ -196,8 +196,8 @@
assert(_bmStartWord <= (addr) && (addr) < (_bmStartWord + _bmWordSize), \
"outside underlying space?"); \
@ -645,8 +645,8 @@
word_size * HeapWordSize, hr->capacity(),
HR_FORMAT_PARAMS(hr)));
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1Allocator.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1Allocator.hpp 2016-07-26 08:53:13.491394350 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1Allocator.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1Allocator.hpp 2016-11-09 11:14:21.447079143 +0100
@@ -73,7 +73,7 @@
void decrease_used(size_t bytes) {
@ -656,8 +656,8 @@
_summary_bytes_used, bytes));
_summary_bytes_used -= bytes;
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp 2016-11-09 11:14:21.447079143 +0100
@@ -140,7 +140,7 @@
}
@ -676,8 +676,8 @@
word_size, result);
} else if (word_size != 0) {
jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT, word_size);
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp 2016-11-09 11:14:21.447079143 +0100
@@ -385,11 +385,11 @@
HeapWord* card_addr = _array->address_for_index(card);
HeapWord* block_start = block_start_const(card_addr);
@ -710,8 +710,8 @@
i, _array->address_for_index(i),
(uint) _array->offset_array(i));
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp 2016-11-09 11:14:21.447079143 +0100
@@ -49,10 +49,10 @@
#define check_index(index, msg) \
@ -725,8 +725,8 @@
" (%u) is not in committed area.", \
(index), \
p2i(address_for_index_raw(index)), \
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp 2016-11-09 11:14:21.447079143 +0100
@@ -44,7 +44,7 @@
void G1CardCounts::clear_range(size_t from_card_num, size_t to_card_num) {
if (has_count_table()) {
@ -745,8 +745,8 @@
card_num, _reserved_max_card_num));
count = (uint) _card_counts[card_num];
if (count < G1ConcRSHotCardLimit) {
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp 2016-11-09 11:14:21.447079143 +0100
@@ -91,7 +91,7 @@
jbyte* card_num_2_ptr(size_t card_num) {
@ -756,8 +756,8 @@
return (jbyte*) (_ct_bot + card_num);
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2016-11-09 11:14:21.447079143 +0100
@@ -230,7 +230,7 @@
HeapRegion* last = NULL;
while (curr != NULL) {
@ -863,7 +863,7 @@
r->bottom(), r->end(),
r->max_live_bytes(),
not_dead_yet_cl.live_bytes());
@@ -4409,7 +4409,7 @@
@@ -4416,7 +4416,7 @@
G1CollectedHeap::handle_evacuation_failure_par(G1ParScanThreadState* _par_scan_state,
oop old) {
assert(obj_in_cs(old),
@ -872,7 +872,7 @@
(HeapWord*) old));
markOop m = old->mark();
oop forward_ptr = old->forward_to_atomic(old);
@@ -4443,7 +4443,7 @@
@@ -4450,7 +4450,7 @@
// space for this object (old != forward_ptr) or they beat us in
// self-forwarding it (old == forward_ptr).
assert(old == forward_ptr || !obj_in_cs(forward_ptr),
@ -881,7 +881,7 @@
"should not be in the CSet",
(HeapWord*) old, (HeapWord*) forward_ptr));
return forward_ptr;
@@ -4830,16 +4830,16 @@
@@ -4837,16 +4837,16 @@
~G1StringSymbolTableUnlinkTask() {
guarantee(!_process_strings || !_do_in_parallel || StringTable::parallel_claimed_index() >= _initial_string_table_size,
@ -902,7 +902,7 @@
strings_processed(), strings_removed(),
symbols_processed(), symbols_removed());
}
@@ -6034,13 +6034,13 @@
@@ -6029,13 +6029,13 @@
bool G1CollectedHeap::verify_no_bits_over_tams(const char* bitmap_name, CMBitMapRO* bitmap,
HeapWord* tams, HeapWord* end) {
guarantee(tams <= end,
@ -919,7 +919,7 @@
bitmap_name, tams, end);
return false;
}
@@ -6066,7 +6066,7 @@
@@ -6061,7 +6061,7 @@
res_n = verify_no_bits_over_tams("next", next_bitmap, ntams, end);
}
if (!res_p || !res_n) {
@ -928,7 +928,7 @@
HR_FORMAT_PARAMS(hr));
gclog_or_tty->print_cr("#### Caller: %s", caller);
return false;
@@ -6378,7 +6378,7 @@
@@ -6373,7 +6373,7 @@
!r->rem_set()->is_empty()) {
if (G1TraceEagerReclaimHumongousObjects) {
@ -937,7 +937,7 @@
region_idx,
obj->size()*HeapWordSize,
r->bottom(),
@@ -6400,7 +6400,7 @@
@@ -6395,7 +6395,7 @@
r->bottom()));
if (G1TraceEagerReclaimHumongousObjects) {
@ -946,7 +946,7 @@
region_idx,
obj->size()*HeapWordSize,
r->bottom(),
@@ -6556,7 +6556,7 @@
@@ -6551,7 +6551,7 @@
NoYoungRegionsClosure() : _success(true) { }
bool doHeapRegion(HeapRegion* r) {
if (r->is_young()) {
@ -955,7 +955,7 @@
r->bottom(), r->end());
_success = false;
}
@@ -6685,7 +6685,7 @@
@@ -6680,7 +6680,7 @@
}
assert(_allocator->used_unlocked() == recalculate_used(),
err_msg("inconsistent _allocator->used_unlocked(), "
@ -964,7 +964,7 @@
_allocator->used_unlocked(), recalculate_used()));
}
@@ -6906,8 +6906,8 @@
@@ -6901,8 +6901,8 @@
oop obj = oopDesc::decode_heap_oop_not_null(heap_oop);
HeapRegion* hr = _g1h->heap_region_containing(obj);
assert(!hr->continuesHumongous(),
@ -975,7 +975,7 @@
_nm, HR_FORMAT_PARAMS(hr), HR_FORMAT_PARAMS(hr->humongous_start_region())));
// HeapRegion::add_strong_code_root_locked() avoids adding duplicate entries.
@@ -6933,8 +6933,8 @@
@@ -6928,8 +6928,8 @@
oop obj = oopDesc::decode_heap_oop_not_null(heap_oop);
HeapRegion* hr = _g1h->heap_region_containing(obj);
assert(!hr->continuesHumongous(),
@ -986,8 +986,8 @@
_nm, HR_FORMAT_PARAMS(hr), HR_FORMAT_PARAMS(hr->humongous_start_region())));
hr->remove_strong_code_root(_nm);
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp 2016-11-09 11:14:21.451079053 +0100
@@ -81,7 +81,7 @@
inline uint G1CollectedHeap::addr_to_region(HeapWord* addr) const {
@ -1006,8 +1006,8 @@
p2i((void*)addr), p2i(g1_reserved().start()), p2i(g1_reserved().end())));
return _hrm.addr_to_region((HeapWord*) addr);
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -199,7 +199,7 @@
const size_t region_size = HeapRegion::GrainWords;
if (YoungPLABSize > region_size || OldPLABSize > region_size) {
@ -1041,8 +1041,8 @@
EXT_SIZE_PARAMS(_eden_used_bytes_before_gc),
EXT_SIZE_PARAMS(_eden_capacity_bytes_before_gc),
EXT_SIZE_PARAMS(eden_used_bytes_after_gc),
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp 2016-07-26 08:53:13.495394263 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp 2016-11-09 11:14:21.451079053 +0100
@@ -121,15 +121,15 @@
// Single parameter format strings
#define ergo_format_str(_name_) ", " _name_ ": %s"
@ -1062,9 +1062,9 @@
// Generates the format string
#define ergo_format(_extra_format_) \
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2016-07-26 08:53:13.499394177 +0200
@@ -330,7 +330,7 @@
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -332,7 +332,7 @@
}
void G1GCPhaseTimes::print_stats(int level, const char* str, size_t value) {
@ -1073,7 +1073,7 @@
}
void G1GCPhaseTimes::print_stats(int level, const char* str, double value, uint workers) {
@@ -450,7 +450,7 @@
@@ -452,7 +452,7 @@
if (phase->_thread_work_items != NULL) {
LineBuffer buf2(phase->_thread_work_items->_indent_level);
@ -1082,8 +1082,8 @@
}
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1HRPrinter.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1HRPrinter.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1HRPrinter.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1HRPrinter.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -84,18 +84,18 @@
if (type_str != NULL) {
@ -1121,8 +1121,8 @@
- gclog_or_tty->print_cr(G1HR_PREFIX" #%s "SIZE_FORMAT, phase_str, phase_num);
+ gclog_or_tty->print_cr(G1HR_PREFIX" #%s " SIZE_FORMAT, phase_str, phase_num);
}
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp 2016-11-09 11:14:21.451079053 +0100
@@ -118,7 +118,7 @@
oop obj = oopDesc::load_decode_heap_oop(p);
if (_cm->verbose_high()) {
@ -1132,8 +1132,8 @@
_task->worker_id(), p2i(p), p2i((void*) obj));
}
_task->deal_with_reference(obj);
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -442,7 +442,7 @@
bool G1RemSet::refine_card(jbyte* card_ptr, uint worker_i,
bool check_for_refs_into_cset) {
@ -1143,8 +1143,8 @@
p2i(card_ptr),
_ct_bs->index_for(_ct_bs->addr_for(card_ptr)),
_ct_bs->addr_for(card_ptr),
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -187,22 +187,22 @@
size_t code_root_elems() const { return _code_root_elems; }
@ -1257,8 +1257,8 @@
out->print_cr(" Concurrent RS threads times (s)");
out->print(" ");
for (uint i = 0; i < _num_vtimes; i++) {
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupQueue.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupQueue.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupQueue.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupQueue.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -151,7 +151,7 @@
void G1StringDedupQueue::print_statistics(outputStream* st) {
st->print_cr(
@ -1268,8 +1268,8 @@
}
void G1StringDedupQueue::verify() {
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -80,8 +80,8 @@
st->stamp(PrintGCTimeStamps);
st->print_cr(
@ -1314,8 +1314,8 @@
stat._inspected,
stat._skipped, skipped_percent,
stat._hashed, hashed_percent,
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp 2016-11-09 11:14:21.451079053 +0100
@@ -554,12 +554,12 @@
void G1StringDedupTable::print_statistics(outputStream* st) {
st->print_cr(
@ -1335,8 +1335,8 @@
G1_STRDEDUP_BYTES_PARAM(_table->_size * sizeof(G1StringDedupEntry*) + (_table->_entries + _entry_cache->size()) * sizeof(G1StringDedupEntry)),
_table->_size, _min_size, _max_size,
_table->_entries, (double)_table->_entries / (double)_table->_size * 100.0, _entry_cache->size(), _entries_added, _entries_removed,
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp 2016-07-26 08:59:08.759705707 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -333,7 +333,7 @@
bool during_conc_mark,
size_t marked_bytes) {
@ -1473,8 +1473,8 @@
+ "in region " HR_FORMAT,
(void*) obj,
HR_FORMAT_PARAMS(to));
obj->print_on(gclog_or_tty);
@@ -828,8 +828,8 @@
if (obj->is_oop()) {
@@ -830,8 +830,8 @@
if (is_humongous != g1->isHumongous(obj_size) &&
!g1->is_obj_dead(obj, this)) { // Dead objects may have bigger block_size since they span several objects.
@ -1485,7 +1485,7 @@
p, g1->isHumongous(obj_size) ? "" : "non-",
obj_size, is_humongous ? "" : "non-");
*failures = true;
@@ -852,12 +852,12 @@
@@ -854,12 +854,12 @@
(vo == VerifyOption_G1UsePrevMarking &&
ClassLoaderDataGraph::unload_list_contains(klass));
if (!is_metaspace_object) {
@ -1500,7 +1500,7 @@
"not a klass", klass, (void *)obj);
*failures = true;
return;
@@ -889,7 +889,7 @@
@@ -891,7 +891,7 @@
}
}
} else {
@ -1509,7 +1509,7 @@
*failures = true;
return;
}
@@ -899,8 +899,8 @@
@@ -901,8 +901,8 @@
}
if (p != top()) {
@ -1520,7 +1520,7 @@
*failures = true;
return;
}
@@ -915,8 +915,8 @@
@@ -917,8 +917,8 @@
HeapWord* addr_1 = p;
HeapWord* b_start_1 = _offsets.block_start_const(addr_1);
if (b_start_1 != p) {
@ -1531,7 +1531,7 @@
addr_1, b_start_1, p);
*failures = true;
return;
@@ -927,8 +927,8 @@
@@ -929,8 +929,8 @@
if (addr_2 < the_end) {
HeapWord* b_start_2 = _offsets.block_start_const(addr_2);
if (b_start_2 != p) {
@ -1542,7 +1542,7 @@
addr_2, b_start_2, p);
*failures = true;
return;
@@ -941,8 +941,8 @@
@@ -943,8 +943,8 @@
if (addr_3 < the_end) {
HeapWord* b_start_3 = _offsets.block_start_const(addr_3);
if (b_start_3 != p) {
@ -1553,7 +1553,7 @@
addr_3, b_start_3, p);
*failures = true;
return;
@@ -953,8 +953,8 @@
@@ -955,8 +955,8 @@
HeapWord* addr_4 = the_end - 1;
HeapWord* b_start_4 = _offsets.block_start_const(addr_4);
if (b_start_4 != p) {
@ -1564,7 +1564,7 @@
addr_4, b_start_4, p);
*failures = true;
return;
@@ -962,8 +962,8 @@
@@ -964,8 +964,8 @@
}
if (is_humongous && object_num > 1) {
@ -1575,8 +1575,8 @@
bottom(), end(), object_num);
*failures = true;
return;
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp 2016-11-09 11:14:21.455078963 +0100
@@ -52,7 +52,7 @@
class HeapRegionSetBase;
class nmethod;
@ -1597,8 +1597,8 @@
p2i(containing_set), p2i(_containing_set)));
_containing_set = containing_set;
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.inline.hpp 2016-07-26 08:53:13.499394177 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.inline.hpp 2016-11-09 11:14:21.455078963 +0100
@@ -112,7 +112,7 @@
assert(ClassUnloadingWithConcurrentMark,
@ -1608,8 +1608,8 @@
"addr: " PTR_FORMAT,
p2i(bottom()), p2i(top()), p2i(end()), p2i(addr)));
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -432,7 +432,7 @@
HeapRegion* hr = _regions.get_by_index(i);
guarantee(hr != NULL, err_msg("invariant: i: %u", i));
@ -1619,8 +1619,8 @@
i, HR_FORMAT_PARAMS(hr), p2i(prev_end)));
guarantee(hr->hrm_index() == i,
err_msg("invariant: i: %u hrm_index(): %u", i, hr->hrm_index()));
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.inline.hpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.inline.hpp 2016-11-09 11:14:21.455078963 +0100
@@ -31,9 +31,9 @@
inline HeapRegion* HeapRegionManager::addr_to_region(HeapWord* addr) const {
@ -1633,8 +1633,8 @@
HeapRegion* hr = _regions.get_by_address(addr);
return hr;
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -381,7 +381,7 @@
void FromCardCache::invalidate(uint start_idx, size_t new_num_regions) {
@ -1662,7 +1662,7 @@
hr()->bottom(), from_card,
FromCardCache::at((uint)tid, cur_hrm_ind));
}
@@ -641,13 +641,13 @@
@@ -642,13 +642,13 @@
assert(_coarse_map.size() == region_bm->size(), "Precondition");
if (G1RSScrubVerbose) {
@ -1678,7 +1678,7 @@
}
// Now do the fine-grained maps.
@@ -1043,7 +1043,7 @@
@@ -1044,7 +1044,7 @@
card_index = _cur_region_card_offset + _cur_card_in_prt;
guarantee(_cur_card_in_prt < HeapRegion::CardsPerRegion,
@ -1687,7 +1687,7 @@
return true;
}
@@ -1212,8 +1212,8 @@
@@ -1213,8 +1213,8 @@
size_t min_prt_size = sizeof(void*) + dummy->bm()->size_in_words() * HeapWordSize;
assert(dummy->mem_size() > min_prt_size,
@ -1698,8 +1698,8 @@
free(dummy);
guarantee(dummy->mem_size() == fl_mem_size(), "fl_mem_size() does not return the correct element size");
// try to reset the state
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -32,7 +32,7 @@
uint FreeRegionList::_unrealistically_long_length = 0;
@ -1754,8 +1754,8 @@
if (curr->next() != NULL) {
guarantee(curr->next()->prev() == curr, "Next or prev pointers messed up");
--- openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -668,7 +668,7 @@
jlong ret_val = now - _time_of_last_gc;
// XXX See note in genCollectedHeap::millis_since_last_gc().
@ -1765,8 +1765,8 @@
return 0;
}
return ret_val;
--- openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -3307,7 +3307,7 @@
jlong ret_val = now - _time_of_last_gc;
// XXX See note in genCollectedHeap::millis_since_last_gc().
@ -1776,8 +1776,8 @@
return 0;
}
return ret_val;
--- openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -86,7 +86,7 @@
while (words_left_to_fill > 0) {
size_t words_to_fill = MIN2(words_left_to_fill, CollectedHeap::filler_array_max_size());
@ -1787,8 +1787,8 @@
words_to_fill, words_left_to_fill, CollectedHeap::filler_array_max_size()));
CollectedHeap::fill_with_object((HeapWord*)cur_top, words_to_fill);
if (!os::numa_has_static_binding()) {
--- openjdk/hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -98,10 +98,10 @@
if (_allocated == 0) {
assert(_unused == 0,
@ -1804,8 +1804,8 @@
_allocated, _wasted, _unused, _used));
_allocated = 1;
--- openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.hpp 2016-07-26 08:53:13.503394090 +0200
--- openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.hpp 2016-11-09 11:14:21.455078963 +0100
@@ -158,8 +158,8 @@
// Mapping from address to card marking array entry
jbyte* byte_for(const void* p) const {
@ -1839,8 +1839,8 @@
p2i(p), p2i(_whole_heap.start()), p2i(_whole_heap.end())));
return byte_for(p) - _byte_map;
}
--- openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -1403,7 +1403,7 @@
// back a time later than 'now'.
jlong retVal = now - tolgc_cl.time();
@ -1850,8 +1850,8 @@
return 0;
}
return retVal;
--- openjdk/hotspot/src/share/vm/memory/generation.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/generation.cpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/generation.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/generation.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -193,7 +193,7 @@
bool res = (available >= max_promotion_in_bytes);
if (PrintGC && Verbose) {
@ -1861,8 +1861,8 @@
res? "":" not", available, res? ">=":"<",
max_promotion_in_bytes);
}
--- openjdk/hotspot/src/share/vm/memory/generation.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/generation.hpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/generation.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/generation.hpp 2016-11-09 11:14:21.455078963 +0100
@@ -422,7 +422,7 @@
// have to guard against non-monotonicity.
NOT_PRODUCT(
@ -1872,8 +1872,8 @@
}
)
return _time_of_last_gc;
--- openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -161,7 +161,7 @@
NOT_PRODUCT(
@ -1883,8 +1883,8 @@
_soft_ref_timestamp_clock, now);
}
)
--- openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp 2016-11-09 11:14:21.455078963 +0100
@@ -306,8 +306,8 @@
bool res = (available >= av_promo) || (available >= max_promotion_in_bytes);
if (PrintGC && Verbose) {
@ -1896,8 +1896,8 @@
res? "":" not", available, res? ">=":"<",
av_promo, max_promotion_in_bytes);
}
--- openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp 2016-07-26 08:53:13.507394004 +0200
--- openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp 2016-11-09 11:14:21.459078873 +0100
@@ -94,10 +94,10 @@
if (PrintTLAB && Verbose) {
@ -1913,9 +1913,9 @@
"slow", p2i(thrd), thrd->osthread()->thread_id(),
obj_size, free(), refill_waste_limit());
}
--- openjdk/hotspot/src/share/vm/memory/universe.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/universe.cpp 2016-07-26 08:53:13.507394004 +0200
@@ -922,7 +922,7 @@
--- openjdk/hotspot/src/share/vm/memory/universe.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/memory/universe.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -926,7 +926,7 @@
// Reserve the Java heap, which is now the same for all GCs.
ReservedSpace Universe::reserve_heap(size_t heap_size, size_t alignment) {
assert(alignment <= Arguments::conservative_max_heap_alignment(),
@ -1924,8 +1924,8 @@
alignment, Arguments::conservative_max_heap_alignment()));
size_t total_reserved = align_size_up(heap_size, alignment);
assert(!UseCompressedOops || (total_reserved <= (OopEncodingHeapMax - os::vm_page_size())),
--- openjdk/hotspot/src/share/vm/oops/constantPool.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/constantPool.cpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/constantPool.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/constantPool.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -1494,7 +1494,7 @@
}
case JVM_CONSTANT_Long: {
@ -1935,8 +1935,8 @@
ent_size = 8;
idx++; // Long takes two cpool slots
break;
--- openjdk/hotspot/src/share/vm/oops/cpCache.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/cpCache.cpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/cpCache.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/cpCache.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -305,7 +305,7 @@
adapter->size_of_parameters());
@ -1963,8 +1963,8 @@
st->print_cr(" -------------");
}
--- openjdk/hotspot/src/share/vm/oops/cpCache.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/cpCache.hpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/cpCache.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/cpCache.hpp 2016-11-09 11:14:21.459078873 +0100
@@ -192,7 +192,7 @@
field_index_mask = right_n_bits(field_index_bits),
parameter_size_bits = 8, // subset of field_index_mask, range is 0..255
@ -1974,8 +1974,8 @@
};
// specific bit definitions for the indices field:
--- openjdk/hotspot/src/share/vm/oops/markOop.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/markOop.cpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/markOop.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/markOop.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -49,7 +49,7 @@
st->print("monitor=NULL");
else {
@ -1985,8 +1985,8 @@
mon->count(), mon->waiters(), mon->recursions(), p2i(bl));
}
} else {
--- openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -657,7 +657,7 @@
if (i > max_objArray_print_length) {
st->print("..."); break;
@ -1996,8 +1996,8 @@
}
st->print(" }");
}
--- openjdk/hotspot/src/share/vm/oops/oop.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/oop.cpp 2016-07-26 08:53:13.511393917 +0200
--- openjdk/hotspot/src/share/vm/oops/oop.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/oops/oop.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -46,7 +46,7 @@
void oopDesc::print_address_on(outputStream* st) const {
@ -2007,8 +2007,8 @@
}
}
--- openjdk/hotspot/src/share/vm/prims/methodHandles.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/methodHandles.cpp 2016-07-26 08:53:16.463330089 +0200
--- openjdk/hotspot/src/share/vm/prims/methodHandles.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/methodHandles.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -1321,27 +1321,27 @@
// These are the native methods on java.lang.invoke.MethodHandleNatives.
@ -2050,8 +2050,8 @@
};
/**
--- openjdk/hotspot/src/share/vm/prims/perf.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/perf.cpp 2016-07-26 08:53:16.463330089 +0200
--- openjdk/hotspot/src/share/vm/prims/perf.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/perf.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -290,13 +290,13 @@
#define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
#define BB "Ljava/nio/ByteBuffer;"
@ -2070,9 +2070,9 @@
{CC"createLong", CL_ARGS, FN_PTR(Perf_CreateLong)},
{CC"createByteArray", CBA_ARGS, FN_PTR(Perf_CreateByteArray)},
{CC"highResCounter", CC"()J", FN_PTR(Perf_HighResCounter)},
--- openjdk/hotspot/src/share/vm/prims/unsafe.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/unsafe.cpp 2016-07-26 08:53:16.463330089 +0200
@@ -1027,7 +1027,7 @@
--- openjdk/hotspot/src/share/vm/prims/unsafe.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/prims/unsafe.cpp 2016-11-09 11:16:51.511722720 +0100
@@ -1057,7 +1057,7 @@
UNSAFE_END
@ -2081,7 +2081,7 @@
// define a class but do not make it known to the class loader or system dictionary
// - host_class: supplies context for linkage, access control, protection domain, and class loader
// - data: bytes of a class file, a raw memory address (length gives the number of bytes)
@@ -1392,47 +1392,47 @@
@@ -1422,47 +1422,47 @@
#define LANG "Ljava/lang/"
@ -2149,7 +2149,7 @@
DECLARE_GETSETOOP_140(Boolean, Z),
DECLARE_GETSETOOP_140(Byte, B),
@@ -1451,33 +1451,33 @@
@@ -1481,33 +1481,33 @@
DECLARE_GETSETNATIVE(Float, F),
DECLARE_GETSETNATIVE(Double, D),
@ -2202,7 +2202,7 @@
DECLARE_GETSETOOP_141(Boolean, Z),
DECLARE_GETSETOOP_141(Byte, B),
@@ -1496,37 +1496,37 @@
@@ -1526,37 +1526,37 @@
DECLARE_GETSETNATIVE(Float, F),
DECLARE_GETSETNATIVE(Double, D),
@ -2262,7 +2262,7 @@
DECLARE_GETSETOOP(Boolean, Z),
@@ -1546,42 +1546,42 @@
@@ -1576,42 +1576,42 @@
DECLARE_GETSETNATIVE(Float, F),
DECLARE_GETSETNATIVE(Double, D),
@ -2331,7 +2331,7 @@
DECLARE_GETSETOOP(Boolean, Z),
DECLARE_GETSETOOP(Byte, B),
@@ -1600,45 +1600,45 @@
@@ -1630,45 +1630,45 @@
DECLARE_GETSETNATIVE(Float, F),
DECLARE_GETSETNATIVE(Double, D),
@ -2407,7 +2407,7 @@
DECLARE_GETSETOOP(Boolean, Z),
DECLARE_GETSETOOP(Byte, B),
@@ -1657,36 +1657,36 @@
@@ -1687,36 +1687,36 @@
DECLARE_GETSETNATIVE(Float, F),
DECLARE_GETSETNATIVE(Double, D),
@ -2469,7 +2469,7 @@
};
JNINativeMethod loadavg_method[] = {
@@ -1694,28 +1694,28 @@
@@ -1724,38 +1724,38 @@
};
JNINativeMethod prefetch_methods[] = {
@ -2477,39 +2477,54 @@
- {CC"prefetchWrite", CC"("OBJ"J)V", FN_PTR(Unsafe_PrefetchWrite)},
- {CC"prefetchReadStatic", CC"("OBJ"J)V", FN_PTR(Unsafe_PrefetchRead)},
- {CC"prefetchWriteStatic",CC"("OBJ"J)V", FN_PTR(Unsafe_PrefetchWrite)}
+ {CC"prefetchRead", CC"(" OBJ"J)V", FN_PTR(Unsafe_PrefetchRead)},
+ {CC"prefetchWrite", CC"(" OBJ"J)V", FN_PTR(Unsafe_PrefetchWrite)},
+ {CC"prefetchReadStatic", CC"(" OBJ"J)V", FN_PTR(Unsafe_PrefetchRead)},
+ {CC"prefetchWriteStatic",CC"(" OBJ"J)V", FN_PTR(Unsafe_PrefetchWrite)}
+ {CC"prefetchRead", CC "(" OBJ "J)V", FN_PTR(Unsafe_PrefetchRead)},
+ {CC"prefetchWrite", CC "(" OBJ "J)V", FN_PTR(Unsafe_PrefetchWrite)},
+ {CC"prefetchReadStatic", CC "(" OBJ "J)V", FN_PTR(Unsafe_PrefetchRead)},
+ {CC"prefetchWriteStatic",CC "(" OBJ "J)V", FN_PTR(Unsafe_PrefetchWrite)}
};
JNINativeMethod memcopy_methods_17[] = {
- {CC"copyMemory", CC"("OBJ"J"OBJ"JJ)V", FN_PTR(Unsafe_CopyMemory2)},
+ {CC"copyMemory", CC "(" OBJ "J" OBJ "JJ)V", FN_PTR(Unsafe_CopyMemory2)},
{CC"copySwapMemory0", CC "(" OBJ "J" OBJ "JJJ)V", FN_PTR(Unsafe_CopySwapMemory0)},
- {CC"setMemory", CC"("OBJ"JJB)V", FN_PTR(Unsafe_SetMemory2)}
+ {CC"copyMemory", CC"(" OBJ"J" OBJ"JJ)V", FN_PTR(Unsafe_CopyMemory2)},
+ {CC"setMemory", CC"(" OBJ"JJB)V", FN_PTR(Unsafe_SetMemory2)}
+ {CC"setMemory", CC "(" OBJ "JJB)V", FN_PTR(Unsafe_SetMemory2)}
};
JNINativeMethod memcopy_methods_15[] = {
- {CC"setMemory", CC"("ADR"JB)V", FN_PTR(Unsafe_SetMemory)},
- {CC"copyMemory", CC"("ADR ADR"J)V", FN_PTR(Unsafe_CopyMemory)}
+ {CC"setMemory", CC"(" ADR"JB)V", FN_PTR(Unsafe_SetMemory)},
+ {CC"copyMemory", CC"(" ADR ADR"J)V", FN_PTR(Unsafe_CopyMemory)}
+ {CC"setMemory", CC "(" ADR "JB)V", FN_PTR(Unsafe_SetMemory)},
+ {CC"copyMemory", CC "(" ADR ADR "J)V", FN_PTR(Unsafe_CopyMemory)}
};
JNINativeMethod anonk_methods[] = {
- {CC"defineAnonymousClass", CC"("DAC_Args")"CLS, FN_PTR(Unsafe_DefineAnonymousClass)},
+ {CC "defineAnonymousClass", CC "(" DAC_Args ")" CLS, FN_PTR(Unsafe_DefineAnonymousClass)}
+ {CC"defineAnonymousClass", CC "(" DAC_Args ")" CLS, FN_PTR(Unsafe_DefineAnonymousClass)},
};
JNINativeMethod lform_methods[] = {
- {CC"shouldBeInitialized",CC"("CLS")Z", FN_PTR(Unsafe_ShouldBeInitialized)},
+ {CC"shouldBeInitialized",CC"(" CLS")Z", FN_PTR(Unsafe_ShouldBeInitialized)},
+ {CC"shouldBeInitialized",CC "(" CLS ")Z", FN_PTR(Unsafe_ShouldBeInitialized)},
};
JNINativeMethod fence_methods[] = {
--- openjdk/hotspot/src/share/vm/runtime/safepoint.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/runtime/safepoint.cpp 2016-07-26 08:53:16.463330089 +0200
- {CC"loadFence", CC"()V", FN_PTR(Unsafe_LoadFence)},
- {CC"storeFence", CC"()V", FN_PTR(Unsafe_StoreFence)},
- {CC"fullFence", CC"()V", FN_PTR(Unsafe_FullFence)},
+ {CC"loadFence", CC "()V", FN_PTR(Unsafe_LoadFence)},
+ {CC"storeFence", CC "()V", FN_PTR(Unsafe_StoreFence)},
+ {CC"fullFence", CC "()V", FN_PTR(Unsafe_FullFence)},
- {CC"isBigEndian0", CC"()Z", FN_PTR(Unsafe_isBigEndian0)},
- {CC"unalignedAccess0", CC"()Z", FN_PTR(Unsafe_unalignedAccess0)}
+ {CC"isBigEndian0", CC "()Z", FN_PTR(Unsafe_isBigEndian0)},
+ {CC"unalignedAccess0", CC "()Z", FN_PTR(Unsafe_unalignedAccess0)}
};
#undef CC
--- openjdk/hotspot/src/share/vm/runtime/safepoint.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/runtime/safepoint.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -918,7 +918,7 @@
case _running:
@ -2573,8 +2588,8 @@
_max_vmop_time / MICROUNITS);
}
--- openjdk/hotspot/src/share/vm/services/threadService.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/services/threadService.cpp 2016-07-26 08:53:16.467330003 +0200
--- openjdk/hotspot/src/share/vm/services/threadService.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/services/threadService.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -889,7 +889,7 @@
st->print(" waiting to lock monitor " INTPTR_FORMAT, waitingToLockMonitor);
oop obj = (oop)waitingToLockMonitor->object();
@ -2584,8 +2599,8 @@
(InstanceKlass::cast(obj->klass()))->external_name());
if (!currentThread->current_pending_monitor_is_from_java()) {
--- openjdk/hotspot/src/share/vm/trace/traceStream.hpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/trace/traceStream.hpp 2016-07-26 08:53:16.467330003 +0200
--- openjdk/hotspot/src/share/vm/trace/traceStream.hpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/trace/traceStream.hpp 2016-11-09 11:14:21.459078873 +0100
@@ -40,31 +40,31 @@
TraceStream(outputStream& stream): _st(stream) {}
@ -2625,8 +2640,8 @@
}
void print_val(const char* label, bool val) {
--- openjdk/hotspot/src/share/vm/utilities/ostream.cpp 2016-07-25 07:38:24.000000000 +0200
+++ openjdk/hotspot/src/share/vm/utilities/ostream.cpp 2016-07-26 08:53:16.467330003 +0200
--- openjdk/hotspot/src/share/vm/utilities/ostream.cpp 2016-10-17 14:44:43.000000000 +0200
+++ openjdk/hotspot/src/share/vm/utilities/ostream.cpp 2016-11-09 11:14:21.459078873 +0100
@@ -277,7 +277,7 @@
size_t limit = (len + 16) / 16 * 16;
for (size_t i = 0; i < limit; ++i) {
@ -2645,8 +2660,8 @@
LOG_MAJOR_VERSION, LOG_MINOR_VERSION,
os::current_process_id(), (int64_t)time_ms);
// Write VM version header immediately.
--- openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/constants.h 2016-07-25 07:38:26.000000000 +0200
+++ openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/constants.h 2016-07-26 08:53:16.467330003 +0200
--- openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/constants.h 2016-11-03 19:13:23.000000000 +0100
+++ openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/constants.h 2016-11-09 11:14:21.459078873 +0100
@@ -223,7 +223,7 @@
AO_HAVE_FIELD_FLAGS_HI = 1<<10,
AO_HAVE_METHOD_FLAGS_HI = 1<<11,

View File

@ -1,3 +1,350 @@
-------------------------------------------------------------------
Wed Nov 9 16:08:00 UTC 2016 - fstrba@suse.com
- Upgrade to version jdk8u111 (icedtea 3.2.0)
* Security fixes
+ S8146490: Direct indirect CRL checks
+ S8151921: Improved page resolution
+ S8155968: Update command line options
+ S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522)
+ S8156794: Extend data sharing
+ S8157176: Improved classfile parsing
+ S8157739, CVE-2016-5554: Classloader Consistency Checking
(bsc#1005523)
+ S8157749: Improve handling of DNS error replies
+ S8157753: Audio replay enhancement
+ S8157759: LCMS Transform Sampling Enhancement
+ S8157764: Better handling of interpolation plugins
+ S8158302: Handle contextual glyph substitutions
+ S8158993, CVE-2016-5568: Service Menu services (bsc#1005525)
+ S8159495: Fix index offsets
+ S8159503: Amend Annotation Actions
+ S8159511: Stack map validation
+ S8159515: Improve indy validation
+ S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526)
+ S8160090: Better signature handling in pack200
+ S8160094: Improve pack200 layout
+ S8160098: Clean up color profiles
+ S8160591, CVE-2016-5582: Improve internal array handling
(bsc#1005527)
+ S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528)
+ PR3206, RH1367357: lcms2: Out-of-bounds read in
Type_MLU_Read()
+ CVE-2016-5556 (bsc#1005524)
* New features
+ PR1370: Provide option to build without debugging
+ PR1375: Provide option to strip and link debugging info after
build
+ PR1537: Handle alternative Kerberos credential cache
locations
+ PR1978: Allow use of system PCSC
+ PR2445: Support system libsctp
+ PR3182: Support building without pre-compiled headers
+ PR3183: Support Fedora/RHEL system crypto policy
+ PR3221: Use pkgconfig to detect Kerberos CFLAGS and libraries
* Import of OpenJDK 8 u102 build 14
+ S4515292: ReferenceType.isStatic() returns true for arrays
+ S4858370: JDWP: Memory Leak: GlobalRefs never deleted when
processing invokeMethod command
+ S6976636: JVM/TI test ex03t001 fails assertion
+ S7185591: jcmd-big-script.sh ERROR: could not find app's Java
pid.
+ S8017462: G1: guarantee fails with
UseDynamicNumberOfGCThreads
+ S8034168: ThreadMXBean/Locks.java failed, blocked on wrong
object
+ S8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java
fails: Process exit code was 0, but error was expected.
+ S8041781: Need new regression tests for PBE keys
+ S8041787: Need new regressions tests for buffer handling for
PBE algorithms
+ S8043836: Need new tests for AES cipher
+ S8044199: Tests for RSA keys and key specifications
+ S8044772: TempDirTest.java still times out with -Xcomp
+ S8046339: sun.rmi.transport.DGCAckHandler leaks memory
+ S8047031: Add SocketPermission tests for legacy socket types
+ S8048052: Permission tests for setFactory
+ S8048138: Tests for JAAS callbacks
+ S8048147: Privilege tests with JAAS Subject.doAs
+ S8048356: SecureRandom default provider tests
+ S8048357: PKCS basic tests
+ S8048360: Test signed jar files
+ S8048362: Tests for doPrivileged with accomplice
+ S8048596: Tests for AEAD ciphers
+ S8048599: Tests for key wrap and unwrap operations
+ S8048603: Additional tests for MAC algorithms
+ S8048604: Tests for strong crypto ciphers
+ S8048607: Test key generation of DES and DESEDE
+ S8048610: Implement regression test for bug fix of 4686632
in JCE
+ S8048617: Tests for PKCS12 read operations
+ S8048618: Tests for PKCS12 write operations.
+ S8048619: Implement tests for converting PKCS12 keystores
+ S8048624: Tests for SealedObject
+ S8048819: Implement reliability test for DH algorithm
+ S8048820: Implement tests for SecretKeyFactory
+ S8048830: Implement tests for new functionality provided in
JEP 166
+ S8049237: Need new tests for X509V3 certificates
+ S8049321: Support SHA256WithDSA in JSSE
+ S8049429: Tests for java client server communications with
various TLS/SSL combinations.
+ S8049432: New tests for TLS property jdk.tls.client.protocols
+ S8049814: Additional SASL client-server tests
+ S8050281: New permission tests for JEP 140
+ S8050370: Need new regressions tests for messageDigest with
DigestIOStream
+ S8050371: More MessageDigest tests
+ S8050374: More Signature tests
+ S8050427: LoginContext tests to cover JDK-4703361
+ S8050460: JAAS login/logout tests with LoginContext
+ S8050461: Tests for syntax checking of JAAS configuration
file
+ S8054278: Refactor jps utility tests
+ S8055530: assert(_exits.control()->is_top() ||
!_gvn.type(ret_phi)->empty()) failed: return value must be
well defined
+ S8055844: [TESTBUG]
test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java
fails on Solaris Sparc due to incorrect page size being used
+ S8059677: Thread.getName() instantiates Strings
+ S8061464: A typo in CipherTestUtils test
+ S8062536: [TESTBUG] Conflicting GC combinations in jdk tests
+ S8065076: java/net/SocketPermission/SocketPermissionTest.java
fails intermittently
+ S8065078: NetworkInterface.getNetworkInterfaces() triggers
intermittent test failures
+ S8066871: java.lang.VerifyError: Bad local variable type -
local final String
+ S8068427: Hashtable deserialization reconstitutes table with
wrong capacity
+ S8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs
to be updated for JDK-8061210
+ S8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
+ S8071125: Improve exception messages in URLPermission
+ S8072081: Supplementary characters are rejected in comments
+ S8072463: Remove requirement that AKID and SKID have to match
when building certificate chain
+ S8072725: Provide more granular levels for GC verification
+ S8073400: Some Monospaced logical fonts have a different
width
+ S8073872: Schemagen fails with StackOverflowError if element
references containing class
+ S8074931: Additional tests for CertPath API
+ S8075286: Additional tests for signature algorithm OIDs and
transformation string
+ S8076486: [TESTBUG]
javax/security/auth/Subject/doAs/NestedActions.java fails if
extra VM options are given
+ S8076545: Text size is twice bigger under Windows L&F on Win
8.1 with HiDPI display
+ S8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java
failed with java.lang.RuntimeException: 'new_active_workers'
missing from stdout/stderr
+ S8079138: Additional negative tests for XML signature
processing
+ S8081512: Remove sun.invoke.anon classes, or move / co-locate
them with tests
+ S8081771: ProcessTool.createJavaProcessBuilder() needs new
addTestVmAndJavaOptions argument
+ S8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed:
nothing to copy
+ S8130150: Implement BigInteger.montgomeryMultiply intrinsic
+ S8130242: DataFlavorComparator transitivity exception
+ S8130304: Inference: NodeNotFoundException thrown with deep
generic method call chain
+ S8130425: libjvm crash due to stack overflow in executables
with 32k tbss/tdata
+ S8133023: ParallelGCThreads is not calculated correctly
+ S8134111: Unmarshaller unmarshalls XML element which doesn't
have the expected namespace
+ S8135259: InetAddress.getAllByName only reports "unknown
error" instead of actual cause
+ S8136506: Include sun.arch.data.model as a property that can
be queried by jtreg
+ S8137068: Tests added in JDK-8048604 fail to compile
+ S8139040: Fix initializations before ShouldNotReachHere()
etc. and enable -Wuninitialized on linux.
+ S8139581: AWT components are not drawn after removal and
addition to a container
+ S8141243: Unexpected timezone returned after parsing a date
+ S8141420: Compiler runtime entries don't hold Klass* from
being GCed
+ S8141445: Use of Solaris/SPARC M7 libadimalloc.so can
generate unknown signal in hs_err file
+ S8141551: C2 can not handle returns with inccompatible
interface arrays
+ S8143377: Test PKCS8Test.java fails
+ S8143647: Javac compiles method reference that allows results
in an IllegalAccessError
+ S8144144: ORB destroy() leaks filedescriptors after
unsuccessful connection
+ S8144593: Suppress not recognized property/feature warning
messages from SAXParser
+ S8144957: Remove PICL warning message
+ S8145039: JAXB marshaller fails with ClassCastException on
classes generated by xjc
+ S8145228: Java Access Bridge,
getAccessibleStatesStringFromContext doesn't wrap the call to
getAccessibleRole
+ S8145388: URLConnection.guessContentTypeFromStream returns
image/jpg for some JPEG images
+ S8145974: XMLStreamWriter produces invalid XML for surrogate
pairs on OutputStreamWriter
+ S8146035: Windows - With LCD antialiasing, some glyphs are
not rendered correctly
+ S8146192: Add test for JDK-8049321
+ S8146274: Thread spinning on WeakHashMap.getEntry() with
concurrent use of nashorn
+ S8147468: Allow users to bound the size of buffers cached in
the per-thread buffer caches
+ S8147645: get_ctrl_no_update() code is wrong
+ S8147807: crash in libkcms.so on linux-sparc
+ S8148379: jdk.nashorn.api.scripting spec. adjustments,
clarifications
+ S8148627: RestrictTestMaxCachedBufferSize.java to 64-bit
platforms
+ S8148820: Missing @since Javadoc tag in Logger.log(Level,
Supplier)
+ S8148926: Call site profiling fails on braces-wrapped
anonymous function
+ S8149017: Delayed provider selection broken in RSA client key
exchange
+ S8149029: Secure validation of XML based digital signature
always enabled when checking wrapping attacks
+ S8149330: Capacity of StringBuilder should not get close to
Integer.MAX_VALUE unless necessary
+ S8149334: JSON.parse(JSON.stringify([])).push(10) creates an
array containing two elements
+ S8149368: [hidpi] JLabel font is twice bigger than JTextArea
font on Windows 7,HiDPI, Windows L&F
+ S8149411: PKCS12KeyStore cannot extract AES Secret Keys
+ S8149417: Use final restricted flag
+ S8149450: LdapCtx.processReturnCode() throwing Null Pointer
Exception
+ S8149453: [hidpi] JFileChooser does not scale properly on
Windows with HiDPI display and Windows L&F
+ S8149543: range check CastII nodes should not be split
through Phi
+ S8149743: JVM crash after debugger hotswap with lambdas
+ S8149744: fix testng.jar delivery in Nashorn build.xml
+ S8149915: enabling validate-annotations feature for xsd
schema with annotation causes NPE
+ S8150002: Check for the validity of oop before printing it in
verify_remembered_set
+ S8150470: JCK: api/xsl/conf/copy/copy19 test failure
+ S8150518: G1 GC crashes at
G1CollectedHeap::do_collection_pause_at_safepoint(double)
+ S8150533: Test
java/util/logging/LogManagerAppContextDeadlock.java times out
intermittently.
+ S8150704: XALAN: ERROR: 'No more DTM IDs are available' when
transforming with lots of temporary result trees
+ S8150780: Repeated offer and remove on ConcurrentLinkedQueue
lead to an OutOfMemoryError
+ S8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails
intermittently
+ S8151197: [TEST_BUG] Need to backport fix for
test/javax/net/ssl/TLS/TestJSSE.java
+ S8151352: jdk/test/sample fails with "effective library path
is outside the test suite"
+ S8151431: DateFormatSymbols triggers this.clone() in the
constructor
+ S8151535: TESTBUG: java/lang/invoke/AccessControlTest.java
should be modified to run with JTREG 4.1 b13
+ S8151731: Add new jtreg keywords to jdk 8
+ S8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round':
identifier not found
+ S8152927: Incorrect GPL header in StubFactoryDynamicBase.java
reported
+ S8153252: SA: Hotspot build on Windows fails if make/closed
folder does not exist
+ S8153531: Improve exception messaging for RSAClientKeyExchange
+ S8153641: assert(thread_state == _thread_in_native) failed:
Assumed thread_in_native while heap dump
+ S8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never
deleted when processing invokeMethod command
+ S8154304: NullpointerException at
LdapReferralException.getReferralContext
+ S8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java
fails
+ S8157078: 8u102 L10n resource file updates
+ S8157838: Personalized Windows Font Size is not taken into
account in Java8u102
* Import of OpenJDK 8 u111 build 14
+ S6882559: new JEditorPane("text/plain","") fails for null
context class loader
+ S8049171: Additional tests for jarsigner's warnings
+ S8063086: Math.pow yields different results upon repeated
calls
+ S8140530: Creating a VolatileImage with size 0,0 results in
no longer working g2d.drawString
+ S8142926: OutputAnalyzer's shouldXXX() calls return this
+ S8147077: IllegalArgumentException thrown by
api/java_awt/Component/FlipBufferStrategy/indexTGF_General
+ S8148127: IllegalArgumentException thrown by JCK test
api/java_awt/Component/FlipBufferStrategy/indexTGF_General
in opengl pipeline
+ S8150611: Security problem on sun.misc.resources.Messages*
+ S8153399: Constrain AppCDS behavior (back port)
+ S8157653: [Parfait] Uninitialised variable in awt_Font.cpp
+ S8158734: JEditorPane.createEditorKitForContentType throws
NPE after 6882559
+ S8158994: Service Menu services
+ S8159684: (tz) Support tzdata2016f
+ S8160904: Typo in code from 8079718 fix :
enableCustomValueHanlde
+ S8160934: isnan() is not available on older MSVC compilers
+ S8161141: correct bugId for JDK-8158994 fix push
+ S8162411: Service Menu services 2
+ S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh
failing after JDK-8155968
+ S8162511: 8u111 L10n resource file updates
+ S8162792: Remove constraint DSA keySize < 1024 from
jdk.jar.disabledAlgorithms in jdk8
+ S8164452: 8u111 L10n resource file update - msgdrop 20
+ S8165816: jarsigner -verify shows jar unsigned if it was
signed with a weak algorithm
+ S8166381: Back out changes to the java.security file to not
disable MD5
* Backports
+ S8078628, PR3208: Zero build fails with pre-compiled headers
disabled
+ S8141491, PR3159, G592292: Unaligned memory access in Bits.c
+ S8157306, PR3121: Random infrequent null pointer exceptions
in javac (enabled on AArch64 only)
+ S8162384, PR3122: Performance regression: bimorphic inlining
may be bypassed by type speculation
* Bug fixes
+ PR3123: Some object files built without -fPIC on x86 only
+ PR3126: pax-mark-vm script calls "exit -1" which is invalid
in dash
+ PR3127, G590348: Only apply PaX markings by default on
running PaX kernels
+ PR3199: Invalid nashorn URL
+ PR3201: Update infinality configure test
+ PR3218: PR3159 leads to build failure on clean tree
* AArch64 port
+ S8131779, PR3220: AARCH64: add Montgomery multiply intrinsic
+ S8167200, PR3220: AArch64: Broken stack pointer adjustment in
interpreter
+ S8167421, PR3220: AArch64: in one core system, fatal error:
Illegal threadstate encountered
+ S8167595, PR3220: AArch64: SEGV in stub code
cipherBlockChaining_decryptAESCrypt
+ S8168888, PR3220: Port 8160591: Improve internal array
handling to AArch64.
* Shenandoah
+ PR3224: Shenandoah broken when building without pre-compiled
headers
- Modified patch:
* java-1_8_0-openjdk-gcc6.patch
+ rediff to a changed context
- Build against system kerberos for openSUSE 13.1 and greater and
SLE12
- Build against system pcsc and sctp for openSUSE 13.2 and greater
and SLE12
-------------------------------------------------------------------
Wed Sep 21 09:50:30 UTC 2016 - fstrba@suse.com

View File

@ -18,7 +18,7 @@
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64}
%global icedtea_version 3.1.0
%global icedtea_version 3.2.0
%global icedtea_sound_version 1.0.1
%global buildoutputdir openjdk.build/
# Convert an absolute path to a relative path. Each symbolic link is
@ -32,7 +32,7 @@
# priority must be 6 digits in total
%global priority 1805
%global javaver 1.8.0
%global updatever 101
%global updatever 111
# Standard JPackage directories and symbolic links.
%global sdklnk java-%{javaver}-openjdk
%global archname %{sdklnk}
@ -63,6 +63,21 @@
%else
%global with_system_lcms 0
%endif
%if 0%{?suse_version} > 1310
%global with_system_kerberos 1
%else
%global with_system_kerberos 0
%endif
%if 0%{?suse_version} > 1320
%global with_system_pcsc 1
%else
%global with_system_pcsc 0
%endif
%if 0%{?suse_version} > 1320
%global with_system_sctp 1
%else
%global with_system_sctp 0
%endif
%ifarch x86_64
%global archinstall amd64
%endif
@ -246,6 +261,9 @@ Provides: jre1.6.x
Provides: jre1.7.x
Provides: jre1.8.x
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with_system_kerberos}
BuildRequires: krb5-devel
%endif
# Zero-assembler build requirement.
%if %{with zero}
BuildRequires: libffi-devel
@ -279,14 +297,20 @@ BuildRequires: systemtap-sdt-devel
BuildRequires: libpulse-devel >= 0.9.11
BuildRequires: pulseaudio >= 0.9.11
%endif
%if %{with_system_pcsc}
BuildRequires: pcsc-lite-devel
%endif
%if %{with_system_sctp}
BuildRequires: lksctp-tools-devel
%endif
%description
The OpenJDK 8 runtime environment.
%package headless
Summary: OpenJDK 8 Runtime Environment
Group: Development/Languages/Java
# Require jpackage-utils for ownership of /usr/lib/jvm/
Group: Development/Languages/Java
Requires: jpackage-utils
# Post requires update-alternatives to install tool update-alternatives.
Requires(post): update-alternatives
@ -321,8 +345,8 @@ The OpenJDK 8 runtime environment without audio and video support.
%package devel
Summary: OpenJDK 8 Development Environment
Group: Development/Languages/Java
# Require base package.
Group: Development/Languages/Java
Requires: %{name} = %{version}-%{release}
# Post requires update-alternatives to install tool update-alternatives.
Requires(post): update-alternatives
@ -471,6 +495,21 @@ sh autogen.sh
--enable-system-lcms \
%else
--disable-system-lcms \
%endif
%if %{with_system_pcsc}
--enable-system-pcsc \
%else
--disable-system-pcsc \
%endif
%if %{with_system_sctp}
--enable-system-sctp \
%else
--disable-system-sctp \
%endif
%if %{with_system_kerberos}
--enable-system-kerberos \
%else
--disable-system-kerberos \
%endif
--with-openjdk-src-zip=%{SOURCE2} \
--with-corba-src-zip=%{SOURCE3} \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d58edfd2b7f07b4d543910f7525fe08d94d56899b96493efce217b4a226aca3
size 2299184
oid sha256:61d6c7a44746ace38812582474b66c2c96f1ce9c7bd5b9ad251b4d5982bee6d6
size 2301272

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:811ad76dfcffe1e6f2ef39a088f27a8858ed3371ef93816c8dc453f90516c7d7
size 2267744
oid sha256:1285b9cb273b6fa97f985ace4cb6b5dc1963b1d5e0ae06ad4802f5ff678465b9
size 2268764

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83880a4b865e33e7913bec603da1e5439ea3602b3540d8071408de7bef8162a9
size 38656892
oid sha256:92557d8fbf826a643c730bbb4081e87140eb45e40e5662fd3d75829b5f61c9c5
size 38857856

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a7f8dd0b0c1b256c58b8e841033b7915beb08d983350f9a9357115a05677f1d
size 2060848
oid sha256:94d1754bba9020b2ee658c7adc2388ac38208e71e55650dc0393d24b20816a4d
size 2061172

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56b36f5f7c073b140f8316084a23080553d8790d9f1f7e6d6288c6b0fd45cd7f
size 2219684
oid sha256:5f72fedfa82415fdf98a0a9bf01d2c171b060810b314bf5bb1c69b57123dc910
size 2227096

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c19f7ffaec510db20b3c66b6447040012c28df319ab1dcfaf0a41c0e807bdddc
size 334244
oid sha256:6c1040b4044efdd0c413d15865304f1ac46230d91435a31347a7b755e91e7924
size 336232