GitHub user pnowojski opened a pull request:
https://github.com/apache/flink/pull/5158
[hotfix][docs] Update debugging class loading doc to Java 8
This is a tiny documentation fix. Since Java 8 Metaspace has replaced
PermGen.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pnowojski/flink docs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5158
----
commit b93ee78a4a8752c5611f964390a91ee505d4b062
Author: Piotr Nowojski <[email protected]>
Date: 2017-12-13T09:12:22Z
[hotfix][docs] Update debugging classloading doc to Java 8
Since Java 8 Metaspace has replaced PermGen
----
---