Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes
Reviewed-by: sgehwolf
  • Loading branch information
shipilev committed Oct 20, 2020
1 parent c87cdf7 commit 5b51085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/os/linux/osContainer_linux.hpp
Expand Up @@ -41,8 +41,6 @@ class OSContainer: AllStatic {
static bool _is_containerized;
static int _active_processor_count;

static jlong read_memory_limit_in_bytes();

public:
static void init();
static inline bool is_containerized();
Expand Down

3 comments on commit 5b51085

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 5b51085 Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jerboaa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 5b51085 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jerboaa the backport was successfully created on the branch jerboaa-backport-5b51085c in my personal fork of openjdk/jdk11u-dev. To create a pull request with this backport targeting openjdk/jdk11u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 5b51085c from the openjdk/jdk repository.

The commit being backported was authored by Aleksey Shipilev on 20 Oct 2020 and was reviewed by Severin Gehwolf.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk11u-dev:

$ git fetch https://github.com/openjdk-bots/jdk11u-dev jerboaa-backport-5b51085c:jerboaa-backport-5b51085c
$ git checkout jerboaa-backport-5b51085c
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev jerboaa-backport-5b51085c

Please sign in to comment.