Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion make/data/autoheaders/assemblyprefix.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
// reproducible object file through a predictable value of the STT_FILE
// symbol, and subsequently a reproducible .debuginfo.
.file ASSEMBLY_SRC_FILE

Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ static String getOpenJDKCopyright(int year) {
private CopyrightHeaders() {
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,3 @@ public static void main(String args[]) {
System.exit(z.run(args) ? 0 : 1);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -784,4 +784,3 @@ private String lineAt(int i) {
}
}
}

1 change: 0 additions & 1 deletion make/jdk/src/classes/build/tools/taglet/Incubating.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ public String toString(List<? extends DocTree> tags, Element elem) {
return MESSAGE;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -716,4 +716,3 @@ public String getAbbreviatedModifierDescription(Object value) {
}
}
}

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/Intro.java
Original file line number Diff line number Diff line change
Expand Up @@ -1781,4 +1781,3 @@ public int getEnd() {
} // End Contributors class
} // End Surface class
} // End Intro class

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/PerformanceMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@ public void run() {
}
} // End Surface
} // End PeformanceMonitor

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/Tools.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,3 @@ public void run() {
}
}
} // End Tools class

Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,3 @@ public int getIconHeight() {
} // End PaintedIcon class
} // End DemoControls class
} // End BezierAnim class

Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,3 @@ public void run() {
}
} // End DemoControls
} // End Areas

Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,3 @@ public void run() {
}
} // End DemoControls
} // End ClipAnim

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/demos/Clipping/Text.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,3 @@ public void run() {
}
} // End DemoControls
} // End Text

Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,3 @@ public double[][] Times(double[][] N) {
} // End Matrix3D
} // End Objects3D
} // End Rotator3D

Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,3 @@ public void run() {
}
} // End DemoControls
} // End FadeAnim

Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,3 @@ public void run() {
}
} // End DemoControls
} // End ImageOps

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/demos/Lines/Joins.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,3 @@ public int getIconHeight() {
} // End JoinIcon class
} // End DemoControls class
} // End Joins class

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/Balls.java
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,3 @@ public void run() {
}
} // End DemoControls
} // End Balls

Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,3 @@ public void run() {
}
} // End DemoControls
} // End BezierScroller

1 change: 0 additions & 1 deletion src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/Stars3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,3 @@ public void run() {
}
} // End DemoControls
} // End Stars3D

Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,3 @@ public int getIconHeight() {
} // End ColoredSquare class
} // End DemoControls
} // End Gradient class

Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,3 @@ public int getIconHeight() {
} // End TexturedIcon class
} // End DemoControls class
} // End TextureAnim class

Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@ public void run() {
}
} // End DemoControls class
} // End Rotate class

Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,3 @@ public void run() {
}
} // End DemoControls class
} // End SelectTx class

2 changes: 0 additions & 2 deletions src/hotspot/cpu/aarch64/bytecodes_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@

#include "precompiled.hpp"
#include "interpreter/bytecodes.hpp"


1 change: 0 additions & 1 deletion src/hotspot/cpu/aarch64/immediate_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,3 @@ uint32_t encoding_for_fp_immediate(float immediate)
res = (s << 7) | (r << 4) | f;
return res;
}

2 changes: 0 additions & 2 deletions src/hotspot/cpu/aarch64/runtime_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@
#include "utilities/globalDefinitions.hpp"
#include "vmreg_aarch64.inline.hpp"
#endif


1 change: 0 additions & 1 deletion src/hotspot/cpu/arm/c1_LIRGenerator_arm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@
void set_card(LIR_Opr value, LIR_Address* card_addr);

void make_div_by_zero_check(LIR_Opr right_arg, BasicType type, CodeEmitInfo* info);

1 change: 0 additions & 1 deletion src/hotspot/cpu/ppc/icBuffer_ppc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ void* InlineCacheBuffer::ic_buffer_cached_value(address code_begin) {
void* o = (void*)move->data();
return o;
}

1 change: 0 additions & 1 deletion src/hotspot/cpu/s390/c1_LIR_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ void LIR_Address::verify() const {
"wrong type for addresses");
}
#endif // PRODUCT

1 change: 0 additions & 1 deletion src/hotspot/cpu/s390/c2_MacroAssembler_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1322,4 +1322,3 @@ unsigned int C2_MacroAssembler::string_indexof_char(Register result, Register ha

return offset() - block_start;
}

1 change: 0 additions & 1 deletion src/hotspot/cpu/s390/frame_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,3 @@ BasicObjectLock* frame::interpreter_frame_monitor_end() const {
intptr_t* frame::interpreter_frame_tos_at(jint offset) const {
return &interpreter_frame_tos_address()[offset];
}

1 change: 0 additions & 1 deletion src/hotspot/cpu/s390/icache_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ void ICacheStubGenerator::generate_icache_flush(ICache::flush_icache_stub_t* flu
// First call to flush itself.
ICache::invalidate_range((address)(*flush_icache_stub), 0);
};

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/c2_intelJccErratum_x86.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ class IntelJccErratumAlignment {
};

#endif // CPU_X86_INTELJCCERRATUM_X86_HPP

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1520,4 +1520,3 @@ void MacroAssembler::sha512_AVX2(XMMRegister msg, XMMRegister state0, XMMRegiste
}

#endif //#ifdef _LP64

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3717,4 +3717,3 @@ void OptoRuntime::generate_exception_blob() {
_exception_blob = ExceptionBlob::create(&buffer, oop_maps, SimpleRuntimeFrame::framesize >> 1);
}
#endif // COMPILER2

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/stubGenerator_x86_64_constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,3 @@ ATTRIBUTE_ALIGNED(16) static const juint _Ctable[] = {
0x00000000UL, 0x3ff00000UL
};
address StubGenerator::Ctable = (address)_Ctable;

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/stubRoutines_x86_32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ jint StubRoutines::x86::_mxcsr_std = 0;

jint StubRoutines::x86::_fpu_subnormal_bias1[3] = { 0, 0, 0 };
jint StubRoutines::x86::_fpu_subnormal_bias2[3] = { 0, 0, 0 };

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/stubRoutines_x86_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ address StubRoutines::x86::_float_sign_flip = nullptr;
address StubRoutines::x86::_double_sign_mask = nullptr;
address StubRoutines::x86::_double_sign_flip = nullptr;
address StubRoutines::x86::_method_entry_barrier = nullptr;

Original file line number Diff line number Diff line change
Expand Up @@ -503,4 +503,3 @@ address TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::M

// Not supported
address TemplateInterpreterGenerator::generate_currentThread() { return nullptr; }

Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,3 @@ address TemplateInterpreterGenerator::generate_Float_intBitsToFloat_entry() { re
address TemplateInterpreterGenerator::generate_Float_floatToRawIntBits_entry() { return nullptr; }
address TemplateInterpreterGenerator::generate_Double_longBitsToDouble_entry() { return nullptr; }
address TemplateInterpreterGenerator::generate_Double_doubleToRawLongBits_entry() { return nullptr; }

1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/vm_version_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3229,4 +3229,3 @@ bool VM_Version::is_intrinsic_supported(vmIntrinsicID id) {
}
return true;
}

1 change: 0 additions & 1 deletion src/hotspot/cpu/zero/continuationEntry_zero.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ inline void ContinuationEntry::update_register_map(RegisterMap* map) const {
}

#endif // CPU_ZERO_CONTINUATIONENTRY_ZERO_INLINE_HPP

1 change: 0 additions & 1 deletion src/hotspot/os/aix/decoder_aix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ class AIXDecoder: public AbstractDecoder {
}

};

1 change: 0 additions & 1 deletion src/hotspot/os/aix/loadlib_aix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,3 @@ bool LoadedLibraries::for_each(os::LoadedModulesCallbackFunc cb, void* param) {

return for_each_internal(cb, param);
}

2 changes: 0 additions & 2 deletions src/hotspot/os/bsd/decoder_machO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,3 @@ char* MachODecoder::mach_find_in_stringtable(char *strtab, uint32_t tablesize, i


#endif


1 change: 0 additions & 1 deletion src/hotspot/os/posix/semaphore_posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ bool PosixSemaphore::timedwait(struct timespec ts) {
}
}
#endif // __APPLE__

1 change: 0 additions & 1 deletion src/hotspot/os/windows/decoder_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ void Decoder::print_state_on(outputStream* st) {
WindowsDbgHelp::print_state_on(st);
SymbolEngine::print_state_on(st);
}

1 change: 0 additions & 1 deletion src/hotspot/os/windows/windbghelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,3 @@ void WindowsDbgHelp::print_state_on(outputStream* st) {
}
st->cr();
}

Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ inline address pauth_authenticate_return_address(address ret_addr, address sp) {
}

#endif // OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP

1 change: 0 additions & 1 deletion src/hotspot/os_cpu/bsd_x86/vm_version_bsd_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ bool VM_Version::is_cpu_emulated() {
}

#endif

2 changes: 0 additions & 2 deletions src/hotspot/os_cpu/linux_aarch64/assembler_linux_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@
*/

// nothing required here


1 change: 0 additions & 1 deletion src/hotspot/os_cpu/linux_arm/vm_version_linux_arm_32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ void VM_Version::get_os_cpu_info() {
_arm_arch = (int)(name.machine[4] - '0');
}
}

1 change: 0 additions & 1 deletion src/hotspot/os_cpu/linux_x86/vm_version_linux_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
#include "precompiled.hpp"
#include "runtime/os.hpp"
#include "runtime/vm_version.hpp"

1 change: 0 additions & 1 deletion src/hotspot/os_cpu/windows_x86/vm_version_windows_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
#include "precompiled.hpp"
#include "runtime/os.hpp"
#include "runtime/vm_version.hpp"

1 change: 0 additions & 1 deletion src/hotspot/share/ci/ciArrayKlass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ ciArrayKlass* ciArrayKlass::make(ciType* element_type) {
return ciObjArrayKlass::make(element_type->as_klass());
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/ci/ciStreams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,3 @@ int ciBytecodeStream::get_method_signature_index(const constantPoolHandle& cpool
return cpool->signature_ref_index_at(name_and_type_index);
)
}

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/compilationPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,4 +1221,3 @@ void CompilationPolicy::method_back_branch_event(const methodHandle& mh, const m
}
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/compileTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,3 @@ void CompileTask::print_inlining_ul(ciMethod* method, int inline_level, int bci,
print_inlining_inner(&ls, method, inline_level, bci, msg);
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/compilerDefinitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,3 @@ void CompilerConfig::ergo_initialize() {
}
#endif // COMPILER2
}

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/directivesParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,4 +592,3 @@ bool DirectivesParser::callback(JSON_TYPE t, JSON_VAL* v, uint rlimit) {
}
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/oopMap.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ void OopMapDo<OopFnT, DerivedOopFnT, ValueFilterT>::oops_do(const frame *fr, con
}

#endif // SHARE_VM_COMPILER_OOPMAP_INLINE_HPP

1 change: 0 additions & 1 deletion src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ void EpsilonMonitoringSupport::update_counters() {
MetaspaceCounters::update_performance_counters();
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1AnalyticsSequences.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ class G1PhaseDependentSeq {
};

#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_HPP */

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1AnalyticsSequences.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ double G1PhaseDependentSeq::predict(const G1Predictions* predictor, bool use_you
}

#endif /* SHARE_GC_G1_G1ANALYTICSSEQUENCES_INLINE_HPP */

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1Arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,3 @@ CollectedHeap* G1Arguments::create_heap() {
size_t G1Arguments::heap_reserved_size_bytes() {
return MaxHeapSize;
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1CollectionSetCandidates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,3 @@ class G1CollectionSetCandidates : public CHeapObj<mtGC> {
};

#endif /* SHARE_GC_G1_G1COLLECTIONSETCANDIDATES_HPP */

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ class G1ConcurrentRebuildAndScrub : AllStatic {


#endif /* SHARE_GC_G1_G1CONCURRENTREBUILDANDSCRUB_HPP */

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1FullCollector.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ GrowableArrayCHeap<HeapRegion*, mtGC>& G1FullCollector::humongous_compaction_reg
}

#endif // SHARE_GC_G1_G1FULLCOLLECTOR_INLINE_HPP

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1GCCounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ G1GCCounters::G1GCCounters(G1CollectedHeap* g1h) :
_total_full_collections(g1h->total_full_collections()),
_old_marking_cycles_started(g1h->old_marking_cycles_started())
{}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,3 @@ G1EvacPhaseTimesTracker::~G1EvacPhaseTimesTracker() {
_phase_times->record_or_add_time_secs(G1GCPhaseTimes::ObjCopy, _worker_id, _trim_time.seconds());
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1HeapSizingPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,3 @@ size_t G1HeapSizingPolicy::full_collection_resize_amount(bool& expand) {
expand = true; // Does not matter.
return 0;
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1YoungGCEvacFailureInjector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ class G1YoungGCEvacFailureInjector {
};

#endif /* SHARE_GC_G1_G1YOUNGGCEVACUATIONFAILUREINJECTOR_HPP */

Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ inline bool G1YoungGCEvacFailureInjector::evacuation_should_fail(size_t& counter
#endif // #if EVAC_FAILURE_INJECTOR

#endif /* SHARE_GC_G1_G1YOUNGGCEVACUATIONFAILUREINJECTOR_INLINE_HPP */

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1YoungGCPreEvacuateTasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,3 @@ G1PreEvacuateCollectionSetBatchTask::~G1PreEvacuateCollectionSetBatchTask() {
size_t thread_buffer_cards = pending_cards - _old_pending_cards;
G1CollectedHeap::heap()->policy()->record_concurrent_refinement_stats(pending_cards, thread_buffer_cards);
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1YoungGCPreEvacuateTasks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ class G1PreEvacuateCollectionSetBatchTask : public G1BatchedTask {
};

#endif // SHARE_GC_G1_G1YOUNGGCPREEVACUATETASKS_HPP

1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/heapRegionSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,3 @@ void FreeRegionList::NodeInfo::add(NodeInfo* info) {
_length_of_node[i] += info->_length_of_node[i];
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,3 @@ JVMFlag::Error GCCardSizeInBytesConstraintFunc(uint value, bool verbose) {
return JVMFlag::SUCCESS;
}
}

1 change: 0 additions & 1 deletion src/hotspot/share/gc/shared/pretouchTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ void PretouchTask::pretouch(const char* task_name, char* start_address, char* en
task.work(0);
}
}

Loading