mirror of
https://github.com/kaboomserver/server.git
synced 2025-07-06 22:21:29 +00:00
Push latest files
This commit is contained in:
parent
d0ede26df4
commit
901f743e06
73 changed files with 914 additions and 319 deletions
|
@ -1,4 +1,4 @@
|
|||
#Wed Aug 21 18:34:47 UTC 2019
|
||||
#Fri Oct 11 18:28:03 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
|
||||
|
@ -169,13 +169,27 @@ DUMP017=Aborting\: Cannot compress file (%s)
|
|||
SHRC817=%s value is greater than the shared cache size, so it has been set to unlimited
|
||||
SHRC818=Total unstored bytes due to the setting of shared cache soft max is %u. Unstored AOT bytes due to the setting of -Xscmaxaot is %u. Unstored JIT bytes due to the setting of -Xscmaxjitdata is %u.
|
||||
SHRC819=Failed to start up the shared cache. The existing shared cache was created by a different JVM build and doesn't match the running JVM.
|
||||
SHRC840=Failed to start up the shared cache.
|
||||
SHRC841=Specify the top layer number. Create a new shared cache layer if the specified layer does not exist.
|
||||
SHRC846=\nCurrent statistics for top layer of cache "%s"\: \n
|
||||
SHRC847=cache layer %*.c\= %d
|
||||
SHRC848=\nCurrent statistics for all layers of cache "%s"\: \n
|
||||
J9VM191=%2$.*1$s is not visible
|
||||
SHRC849=Print summary of cache statistics from top layer only. Use printTopLayerStats\=help to see available options.
|
||||
J9VM190=Superclass %2$.*1$s can't be an interface
|
||||
SHRC842=Create a new shared cache layer.
|
||||
J9VM193=Since Java 13 -Xverify\:none and -noverify were deprecated for removal and may not be accepted options in the future.
|
||||
SHRC843=Invalid layer number %d found for "%s". The layer number should be less than %d.
|
||||
J9VM192=%2$.*1$s is not an interface
|
||||
SHRC844=Invalid layer number %d. The existing top layer is %d. The new layer number should be %d.
|
||||
SHRC845=Don't check free disk space before creating a persistent cache.
|
||||
J9VM194=Invalid class loading relationship for child\: %2$.*1$s, parent\: %4$.*3$s
|
||||
SHRC830=Failed to use user's home as the default shared cache directory. The path is too long. Cannot get home directory. Please set another directory via environment variable "HOME" or command line option "cacheDir\=", or fix the home directory in the password file entry.
|
||||
SHRC835=Check non-bootstrap URL jar/zip file timestamps on every class load.
|
||||
SHRC836=Destroy all shared cache layers of the same name (use name parm or default)
|
||||
SHRC837=Failed to allocate a cache descriptor
|
||||
J9VM180=Module name is invalid.
|
||||
SHRC838=Failed to start up the shared cache. Modification to a lower layer shared cache has been detected. Expected Unique Cache ID is %s
|
||||
SHRC831=Failed to use user's home as the default shared cache directory. It is on a Network File System. Cannot get home directory. Please set another directory via environment variable "HOME" or command line option "cacheDir\=", or fix the home directory in the password file entry.
|
||||
J9VM182=Only bootstrap or platform classloader can define package java or java.*.
|
||||
SHRC832=Failed to use user's home as the default shared cache directory. Error code is %1$d.
|
||||
|
@ -188,7 +202,9 @@ 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
|
||||
J9VM188=Failed to create a thread\: retVal %1$zd, errno %2$zd (0x%3$zx), errno2 0x%4$x
|
||||
J9VM187=bad object type %2$.*1$s\: object that is synchronized is a value type
|
||||
SHRC839=Failed to start up the shared cache. An error occurred while getting the unique ID of a lower layer prerequisite cache.
|
||||
J9VM189=Final superclass %2$.*1$s can't be extended
|
||||
SHRC850=Available options for -Xshareclasses\:%1$s<options>. Use '+' to specify multiple options. i.e. %2$saot+url \n
|
||||
VRFY007=final method overridden
|
||||
VRFY008=array index not integer
|
||||
VRFY009=array not type compatible
|
||||
|
@ -367,6 +383,8 @@ EXEL114=\ -XX\:SharedCacheHardLimit\=<x> set size of new shared class cache t
|
|||
EXEL115=\ -XX\:+ShareAnonymousClasses enable storing and finding anonymous classes in the shared class cache
|
||||
SHRC369=-Xnolinenumbers \= true
|
||||
EXEL116=\ -XX\:-ShareAnonymousClasses disable storing and finding anonymous classes in the shared class cache
|
||||
EXEL117=\ -XX\:+ShareUnsafeClasses enable storing and finding non-anonymous unsafe classes in the shared class cache
|
||||
EXEL118=\ -XX\:-ShareUnsafeClasses disable storing and finding non-anonymous unsafe classes in the shared class cache
|
||||
EXEL110=\ -XX\:ShareClassesDisableBCI create shared class cache without support for byte-code instrumentation
|
||||
EXEL111=\ -XX\:+StoreIntermediateClassfile store raw class data to be used during re-transformation
|
||||
SHRC354=Failed to find AOT code for ROMMethod 0x%1$p in shared cache.
|
||||
|
@ -498,6 +516,9 @@ CFRE127=bootstrap method index must refer to a MethodHandle constant pool entry
|
|||
CFRE128=methodtype signature invalid
|
||||
CFRE129=constant pool entry not valid in class files with versions < 51.0
|
||||
CFRE163=Class file is a preview version but has the wrong major version or preview is not enabled.
|
||||
CFRE164=Index in LocalVariableTable is out of range
|
||||
CFRE165=Index in LocalVariableTypeTable is out of range
|
||||
CFRE166=Duplicate entries in LocalVariableTypeTable are not allowed
|
||||
CFRE160=Constant pool entry not valid in class files with versions < 55.0
|
||||
CFRE161=BootstrapMethod (%1$d) arguments contain invalid constantpool entry at index (\#%2$u) of type (%3$u); class\=%5$.*4$s, offset\=%6$u
|
||||
CFRE162=ValueTypes are only enabled with the -XX\:+EnableValhalla option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue