git: openjdk/leyden: premain: 7 new changesets

duke duke at openjdk.org
Sat Nov 4 00:38:42 UTC 2023


Changeset: 31b2e9c8
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-10-18 20:08:35 +0000
URL:       https://git.openjdk.org/leyden/commit/31b2e9c8610cd3ae6e6f1c9d6c7310ee80e03eb3

ProfileVMCalls, ProfileRuntimeCalls, and misc minor logging enhancements

! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/c1/c1_Runtime1.hpp
! src/hotspot/share/interpreter/bytecodeHistogram.cpp
! src/hotspot/share/interpreter/bytecodeHistogram.hpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/interpreterRuntime.hpp
! src/hotspot/share/interpreter/templateInterpreter.cpp
! src/hotspot/share/interpreter/templateInterpreterGenerator.cpp
! src/hotspot/share/interpreter/templateInterpreterGenerator.hpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/runtime.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/perf.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/deoptimization.hpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/init.cpp
! src/hotspot/share/runtime/interfaceSupport.inline.hpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/java.hpp
! src/hotspot/share/runtime/javaThread.cpp
! src/hotspot/share/runtime/javaThread.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/perfData.cpp
! src/hotspot/share/runtime/perfData.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/threads.cpp

Changeset: d124175e
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-02 17:02:21 +0000
URL:       https://git.openjdk.org/leyden/commit/d124175e6f6e8cc47887ab3ce51942f475cfe7ab

Merge remote-tracking branch 'origin/premain' into premain

! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/runtime.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/runtime.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
! src/hotspot/share/runtime/thread.hpp

Changeset: 3d685701
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-02 19:54:14 +0000
URL:       https://git.openjdk.org/leyden/commit/3d685701b2abb7ae2c20a7e42d87ac2c5fcd39b4

cds: Archive Class::reflectionData

! src/hotspot/share/cds/cds_globals.hpp
! src/hotspot/share/cds/classListParser.cpp
! src/hotspot/share/cds/classListParser.hpp
! src/hotspot/share/cds/classListWriter.cpp
! src/hotspot/share/cds/classListWriter.hpp
! src/hotspot/share/cds/dumpTimeClassInfo.cpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp
! src/hotspot/share/runtime/java.cpp
! src/java.base/share/classes/java/lang/Class.java

Changeset: 4868039e
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-02 20:53:55 +0000
URL:       https://git.openjdk.org/leyden/commit/4868039e6d56460123ce9364b38cdbbabd888318

ArchiveReflectionData: fix misc bugs

! src/hotspot/share/cds/classListParser.cpp
! src/hotspot/share/cds/classListWriter.cpp

Changeset: 5f6cf611
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-03 16:03:26 +0000
URL:       https://git.openjdk.org/leyden/commit/5f6cf61104f5322b497a4a4312d7167be6288ef0

ProfileVMLocks et al: minor fixes

! src/hotspot/share/runtime/java.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/threads.cpp

Changeset: c3b8a2d6
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-03 16:03:51 +0000
URL:       https://git.openjdk.org/leyden/commit/c3b8a2d6ab586f9d141f4f311efec9036b0e25b8

Introduce per-queue locks for compiler queues

! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/compiler/compileBroker.hpp
! src/hotspot/share/compiler/compileTask.cpp
! src/hotspot/share/compiler/compileTask.hpp
! src/hotspot/share/compiler/compiler_globals.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp

Changeset: ad04f75f
Author:    Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Date:      2023-11-03 17:31:08 +0000
URL:       https://git.openjdk.org/leyden/commit/ad04f75f92176a7c67169cde56aab79a82152957

x86: build fixes

! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
! src/hotspot/share/c1/c1_Runtime1.cpp



More information about the leyden-dev mailing list