Push files

Former-commit-id: cd162717cfb4004bce42eac053fc9f7ae5c5295d
This commit is contained in:
mathias 2019-02-24 12:47:52 +02:00
parent 30005ffd90
commit 402960ecc5
42 changed files with 12 additions and 37 deletions

View file

@ -1,3 +1,3 @@
# kaboom-base-files
# base-files
Base files for the Kaboom.pw server
Base files for the Kaboom server

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
#Mon Nov 05 19:19:01 UTC 2018
#Thu Feb 21 19:11:41 UTC 2019
EXEL070=ROM image is wrong version
EXEL079=\ -Xscmx<x> set size of new shared class cache to <x>
J9VM151=Failed to open jimage library
@ -135,14 +135,19 @@ DUMP011=%1$s dump created process %2$d
DUMP014=VM Action unrecognized\: ...%s
DUMP013=Processed dump event "%1$s", detail "%3$.*2$s".
DUMP010=%1$s dump written to %2$s
SHRC824=STARTUP HINTS DETAIL Flags\: %1$zu DATA1\: %2$zu DATA2\: %3$zu
DUMP009=%s dump not available
SHRC825=\t startuphint\tPrints only startup hint types in the shared cache.
DUMP008=using '%s'
SHRC826=Startup hint bytes %*c\= %d
SHRC827=\# Startup hints %*c\= %d
SHRC820=Disable caching of classes loaded by the bootstrap class loader.
DUMP005=Missing external tool
SHRC821=Disable caching of classes loaded by the non-bootstrap class loaders. This option also turns on option "nonfatal".
DUMP004=Missing file name
SHRC822=Do not start up the shared cache if an error occurs.
DUMP007=JVM Requesting %1$s dump using '%2$s'
SHRC823=%1$d\: 0x%2$p STARTUP HINTS KEY\: %4$.*3$s Address\: 0x%5$p Size\: %6$d
DUMP006=Processing dump event "%1$s", detail "%3$.*2$s" - please wait.
DUMP023=The requested heap preparation has not been performed because exclusive access was not requested or could not be obtained.
DUMP022=The requested heap compaction has not been performed because exclusive access was not requested or could not be obtained.
@ -170,6 +175,8 @@ J9VM182=Only bootstrap or platform classloader can define package java or java.*
J9VM181=Only bootstrap classloader can define module java.base.
J9VM184=bad class %2$.*1$s\: Qtype instance field is not a value type
J9VM183=Nest member %2$.*1$s must be able to load nest host %4$.*3$s
J9VM186=bad object type %2$.*1$s\: object on stack is not a value type
J9VM185=bad class %2$.*1$s\: classref is not a value type
VRFY007=final method overridden
VRFY008=array index not integer
VRFY009=array not type compatible

Binary file not shown.

View file

@ -1,32 +1,2 @@
# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
#
-j9vm KNOWN
-server IGNORE
-server KNOWN
-client IGNORE
-hotspot IGNORE
-classic IGNORE
-native IGNORE
-green IGNORE

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
java/lib/server/libjvm.so Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,2 +0,0 @@
#!/bin/sh
kill -9 $(pgrep java)

View file

@ -32,7 +32,7 @@ messages:
settings:
timeout-time: 60
restart-on-crash: true
restart-script: restart.sh
restart-script: stop
bungeecord: false
netty-threads: 8
late-bind: true

View file