Skip to content

Commit

Permalink
Removed jargraal management beans.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzezula committed Aug 24, 2022
1 parent 12a6d3e commit 4c4b93d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,186 deletions.
2 changes: 1 addition & 1 deletion compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This changelog summarizes newly introduced optimizations that may be relevant to
## Version 22.3.0
* (GR-32382): Added a dedicated Native Image GC policy for libgraal that will adjust the eden space aggressively to
minimize RSS memory usage.
* (GR-38950): Removed deprecated JMX `HotSpotGraalRuntime` management bean.
* (GR-38950): Removed deprecated JMX `HotSpotGraalRuntime` management bean in both `libgraal` and `jargraal` compiler.

## Version 22.2.0
* (GR-23737): New global value numbering optimization for fixed nodes early in the compilation pipeline.
Expand Down
19 changes: 0 additions & 19 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,23 +606,6 @@
"workingSets" : "Graal,HotSpot",
},

"org.graalvm.compiler.hotspot.management" : {
"subDir" : "src",
"sourceDirs" : ["src"],
"dependencies" : [
"org.graalvm.compiler.hotspot",
],
"requires" : [
"java.management",
],
"checkstyle" : "org.graalvm.compiler.graph",
"annotationProcessors" : [
"GRAAL_PROCESSOR",
],
"javaCompliance" : "11+",
"workingSets" : "Graal,HotSpot",
},

"org.graalvm.compiler.management" : {
"subDir" : "src",
"sourceDirs" : ["src"],
Expand Down Expand Up @@ -2013,7 +1996,6 @@
"org.graalvm.compiler.debug.DebugHandlersFactory",
"org.graalvm.compiler.debug.TTYStreamProvider",
"org.graalvm.compiler.debug.PathUtilitiesProvider",
"org.graalvm.compiler.hotspot.HotSpotGraalManagementRegistration",
"org.graalvm.compiler.hotspot.HotSpotCodeCacheListener",
"org.graalvm.compiler.hotspot.HotSpotBackendFactory",
"org.graalvm.compiler.hotspot.meta.HotSpotInvocationPluginProvider",
Expand Down Expand Up @@ -2091,7 +2073,6 @@
"subDir" : "src",
"dependencies" : [
"org.graalvm.compiler.management",
"org.graalvm.compiler.hotspot.management",
],
"distDependencies" : [
"GRAAL",
Expand Down

This file was deleted.

Loading

0 comments on commit 4c4b93d

Please sign in to comment.