Commit Graph

18 Commits

Author SHA1 Message Date
c93e1ee068 Update upstream B/CB/S 2018-01-10 23:31:19 -06:00
fa8db475d6 Update upstream B/CB/S 2017-12-27 22:45:33 -06:00
a907e21341 Update B/CB/S 2017-11-18 03:04:21 +00:00
4424c3dec9 Rebuild patches 2017-09-06 22:59:08 -04:00
64b2b87256 Upstream update 2017-08-07 23:05:16 -04:00
fe649493e3 Update B/CB 2017-07-28 14:45:16 +01:00
160d1ee3f1 JDK-8176055: Fix heap dumps on Java 8u141+
In Java 8u141 (1.8.0_141-b15) and newer, the
com.sun.management.HotSpotDiagnostic::dumpHeap API has changed and now
requires all heap dumps to end with the .hprof file extension.

Before this change, servers running 8u141 would be unable to perform a
heap dump.

For more information, please see the official release notes of Java 8
Update 141, linked below.
http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html
2017-07-26 20:28:56 -05:00
4265551308 Upstream update 2017-07-26 21:12:40 -04:00
8bc0a37de6 Port Sponge's heap dump command feature to Paper
To dump the server heap, run the following command:
`/paper heap`

This is added with the intent that it is useful for administrators and
developers to more easily identify and resolve memory leaks. Both by examining
these dumps themselves and by more easily allowing them to send them to
knowledgable parties.

This is a nearly line-for-line port of the same Sponge feature. So all
credit for the idea and implementation belongs to the that team.

Specifically the following commits:
be08be04b0
5e10a1b795
2017-07-15 18:59:18 -05:00
43d46feb48 Update B/CB 2017-07-10 14:04:41 +01:00
16113437c6 Update upstream B/S 2017-05-23 17:11:28 -05:00
f7d8aa4188 Update upstream B/CB/S 2017-05-15 11:25:20 -05:00
ab4ae72fd5 Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
22e2858fee Update bStats implementation 2017-04-22 01:16:45 -05:00
515506c3ce Update upstream B/CB/S
Closes GH-658
2017-04-16 17:12:01 -05:00
4340ef97ca Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
9762849407 Also Reload Plugin Defined Permissions
Closes https://github.com/PaperMC/Paper/issues/210
2016-04-19 17:29:33 -04:00
13587006dc Allow Reloading of Custom Permissions
Add the ability to reload the custom permissions file by doing "/reload permissions"

Implements Feature Request: https://github.com/PaperMC/Paper/issues/49
2016-03-19 16:19:00 -04:00