forked from 2009Scape/Server
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e42054e76f
7360 changed files with 29356 additions and 79 deletions
17
Server/.gitignore
vendored
Normal file
17
Server/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
bin/**
|
||||
out/**
|
||||
data/logs/**
|
||||
data/profile/**
|
||||
.idea/**
|
||||
/bin
|
||||
.DS_Store**
|
||||
.project**
|
||||
.classpath**
|
||||
.class**
|
||||
/bin/
|
||||
/out/
|
||||
*.iml
|
||||
*.eml
|
||||
*.userlibraries
|
||||
*.class
|
||||
data/players/**
|
||||
297
Server/.settings/org.eclipse.jdt.core.prefs
Normal file
297
Server/.settings/org.eclipse.jdt.core.prefs
Normal file
|
|
@ -0,0 +1,297 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
||||
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=48
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
|
||||
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48
|
||||
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
|
||||
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_field=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_method=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_package=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_header=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_html=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_line_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_source_code=true
|
||||
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
|
||||
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.comment.line_length=80
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
|
||||
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
|
||||
org.eclipse.jdt.core.formatter.compact_else_if=true
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation=2
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
|
||||
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
|
||||
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
|
||||
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_empty_lines=false
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
|
||||
org.eclipse.jdt.core.formatter.indentation.size=4
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.join_lines_in_comments=true
|
||||
org.eclipse.jdt.core.formatter.join_wrapped_lines=true
|
||||
org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.lineSplit=9999
|
||||
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
|
||||
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
|
||||
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
|
||||
org.eclipse.jdt.core.formatter.tabulation.char=tab
|
||||
org.eclipse.jdt.core.formatter.tabulation.size=4
|
||||
org.eclipse.jdt.core.formatter.use_on_off_tags=false
|
||||
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
|
||||
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
|
||||
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
|
||||
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter
|
||||
5
Server/.settings/org.eclipse.jdt.ui.prefs
Normal file
5
Server/.settings/org.eclipse.jdt.ui.prefs
Normal file
File diff suppressed because one or more lines are too long
4
Server/Crandor Server - 530 - World 1.bat
Normal file
4
Server/Crandor Server - 530 - World 1.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
@title World 1
|
||||
java -server -Xms512m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Management server1.properties
|
||||
pause
|
||||
4
Server/Crandor Server - 530 - World 2.bat
Normal file
4
Server/Crandor Server - 530 - World 2.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
@title World 2
|
||||
java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Management server2.properties
|
||||
pause
|
||||
4
Server/Crandor Server - 530 - World 3.bat
Normal file
4
Server/Crandor Server - 530 - World 3.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
@title World 3
|
||||
java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Management server3.properties
|
||||
pause
|
||||
4
Server/Test.bat
Normal file
4
Server/Test.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
@title World 1
|
||||
java -server -Xms512m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.tools.Test
|
||||
pause
|
||||
BIN
Server/data/backups/src-backups/SRC-Jan 18, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Jan 18, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Jan 19, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Jan 19, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Jan 20, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Jan 20, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Mar 18, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Mar 18, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Oct 4, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Oct 4, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Oct 5, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Oct 5, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Oct 8, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Oct 8, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 10, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 10, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 11, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 11, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 12, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 12, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 13, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 13, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 14, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 14, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 23, 2018.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 23, 2018.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 6, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 6, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 7, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 7, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 8, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 8, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/backups/src-backups/SRC-Sep 9, 2016.zip
Normal file
BIN
Server/data/backups/src-backups/SRC-Sep 9, 2016.zip
Normal file
Binary file not shown.
BIN
Server/data/cache begin.zip
Normal file
BIN
Server/data/cache begin.zip
Normal file
Binary file not shown.
BIN
Server/data/cache.zip
Normal file
BIN
Server/data/cache.zip
Normal file
Binary file not shown.
BIN
Server/data/cache/OneNote Table Of Contents.onetoc2
vendored
Normal file
BIN
Server/data/cache/OneNote Table Of Contents.onetoc2
vendored
Normal file
Binary file not shown.
BIN
Server/data/cacheback up.rar
Normal file
BIN
Server/data/cacheback up.rar
Normal file
Binary file not shown.
0
Server/data/cachemain_file_cache.dat2
Normal file
0
Server/data/cachemain_file_cache.dat2
Normal file
0
Server/data/cachemain_file_cache.idx255
Normal file
0
Server/data/cachemain_file_cache.idx255
Normal file
1
Server/data/eco/ge_resource.emp
Normal file
1
Server/data/eco/ge_resource.emp
Normal file
|
|
@ -0,0 +1 @@
|
|||
<EFBFBD><EFBFBD>
|
||||
BIN
Server/data/eco/grand_exchange_db.emp
Normal file
BIN
Server/data/eco/grand_exchange_db.emp
Normal file
Binary file not shown.
BIN
Server/data/eco/offer_dispatch_db.emp
Normal file
BIN
Server/data/eco/offer_dispatch_db.emp
Normal file
Binary file not shown.
BIN
Server/data/kratoscache.zip
Normal file
BIN
Server/data/kratoscache.zip
Normal file
Binary file not shown.
BIN
Server/data/libs/clientlibs.jar
Normal file
BIN
Server/data/libs/clientlibs.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/commons-io-2.4.jar
Normal file
BIN
Server/data/libs/commons-io-2.4.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/guava-18.0.jar
Normal file
BIN
Server/data/libs/guava-18.0.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/javassist-3.20.0-GA.jar
Normal file
BIN
Server/data/libs/javassist-3.20.0-GA.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/joda-time-2.9.9.jar
Normal file
BIN
Server/data/libs/joda-time-2.9.9.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/json-simple-1.1.1.jar
Normal file
BIN
Server/data/libs/json-simple-1.1.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/json-simple-1.1.jar
Normal file
BIN
Server/data/libs/json-simple-1.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/laf-plugin-7.2.1.jar
Normal file
BIN
Server/data/libs/laf-plugin-7.2.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/laf-widget-7.2.1.jar
Normal file
BIN
Server/data/libs/laf-widget-7.2.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/mysql-connector-java-5.1.30-bin.jar
Normal file
BIN
Server/data/libs/mysql-connector-java-5.1.30-bin.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/reflections-0.9.10.jar
Normal file
BIN
Server/data/libs/reflections-0.9.10.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/substance-7.2.1.jar
Normal file
BIN
Server/data/libs/substance-7.2.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/trident-7.2.1.jar
Normal file
BIN
Server/data/libs/trident-7.2.1.jar
Normal file
Binary file not shown.
BIN
Server/data/libs/twitter4j-core-4.0.3-SNAPSHOT.jar
Normal file
BIN
Server/data/libs/twitter4j-core-4.0.3-SNAPSHOT.jar
Normal file
Binary file not shown.
0
Server/data/players/.keepDirAlive
Normal file
0
Server/data/players/.keepDirAlive
Normal file
BIN
Server/data/players_economy/austin.keldagrim
Normal file
BIN
Server/data/players_economy/austin.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/beta.keldagrim
Normal file
BIN
Server/data/players_economy/beta.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/castiel.keldagrim
Normal file
BIN
Server/data/players_economy/castiel.keldagrim
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Server/data/players_economy/charlie.keldagrim
Normal file
BIN
Server/data/players_economy/charlie.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/clues.keldagrim
Normal file
BIN
Server/data/players_economy/clues.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/cryo.keldagrim
Normal file
BIN
Server/data/players_economy/cryo.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/cryo_2.keldagrim
Normal file
BIN
Server/data/players_economy/cryo_2.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/cups.keldagrim
Normal file
BIN
Server/data/players_economy/cups.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/deadpool.keldagrim
Normal file
BIN
Server/data/players_economy/deadpool.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/ethan.keldagrim
Normal file
BIN
Server/data/players_economy/ethan.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/help.keldagrim
Normal file
BIN
Server/data/players_economy/help.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/james.keldagrim
Normal file
BIN
Server/data/players_economy/james.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/keldagrim.keldagrim
Normal file
BIN
Server/data/players_economy/keldagrim.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/leviathan.keldagrim
Normal file
BIN
Server/data/players_economy/leviathan.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/matt.keldagrim
Normal file
BIN
Server/data/players_economy/matt.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/mod_noob.keldagrim
Normal file
BIN
Server/data/players_economy/mod_noob.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/oxzor.keldagrim
Normal file
BIN
Server/data/players_economy/oxzor.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_economy/somebodyy.keldagrim
Normal file
BIN
Server/data/players_economy/somebodyy.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/players_spawn/castiel.keldagrim
Normal file
BIN
Server/data/players_spawn/castiel.keldagrim
Normal file
Binary file not shown.
BIN
Server/data/store/dynamic_cache.keldagrim
Normal file
BIN
Server/data/store/dynamic_cache.keldagrim
Normal file
Binary file not shown.
663
Server/global.sql
Normal file
663
Server/global.sql
Normal file
File diff suppressed because one or more lines are too long
703
Server/hs_err_pid18276.log
Normal file
703
Server/hs_err_pid18276.log
Normal file
|
|
@ -0,0 +1,703 @@
|
|||
#
|
||||
# A fatal error has been detected by the Java Runtime Environment:
|
||||
#
|
||||
# SIGILL (0x4) at pc=0x00007f892c966d2b (sent by kill), pid=18276, tid=18276
|
||||
#
|
||||
# JRE version: OpenJDK Runtime Environment (11.0.4+11) (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
|
||||
# Java VM: OpenJDK 64-Bit Server VM (11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing, tiered, compressed oops, serial gc, linux-amd64)
|
||||
# Problematic frame:
|
||||
# C [libpthread.so.0+0x8d2b] __GI___pthread_timedjoin_ex+0x17b
|
||||
#
|
||||
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /home/g1zugamufug/2019oct30/Server/core.18276)
|
||||
#
|
||||
# If you would like to submit a bug report, please visit:
|
||||
# https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
|
||||
#
|
||||
|
||||
--------------- S U M M A R Y ------------
|
||||
|
||||
Command Line: org.crandor.Server
|
||||
|
||||
Host: Intel(R) Xeon(R) CPU @ 2.30GHz, 1 cores, 3G, Ubuntu 18.04.3 LTS
|
||||
Time: Wed Oct 30 15:38:34 2019 UTC elapsed time: 109 seconds (0d 0h 1m 49s)
|
||||
|
||||
--------------- T H R E A D ---------------
|
||||
|
||||
Current thread is native thread
|
||||
|
||||
Stack: [0x00007fff80b51000,0x00007fff81350000], sp=0x00007fff8134b110, free space=8168k
|
||||
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
||||
C [libpthread.so.0+0x8d2b] __GI___pthread_timedjoin_ex+0x17b
|
||||
|
||||
|
||||
siginfo: si_signo: 4 (SIGILL), si_code: 0 (SI_USER), si_pid: 18382, si_uid: 1001
|
||||
|
||||
Register to memory mapping:
|
||||
|
||||
RAX=
|
||||
[error occurred during error reporting (printing register info), id 0xb, SIGSEGV (0xb) at pc=0x00007f892c2cb8e7]
|
||||
|
||||
Registers:
|
||||
RAX=0x00000000000000ca, RBX=0x00007f892d7bb700, RCX=0x00007f892c966d2d, RDX=0x0000000000004765
|
||||
RSP=0x00007fff8134b110, RBP=0x00007fff8134b188, RSI=0x0000000000000000, RDI=0x00007f892d7bb9d0
|
||||
R8 =0x00000000000000ca, R9 =0x00007f892d7bb9d0, R10=0x0000000000000000, R11=0x0000000000000246
|
||||
R12=0x0000000000000000, R13=0x00007fff8134b120, R14=0x0000000000000000, R15=0x000055e8b225d320
|
||||
RIP=0x00007f892c966d2b, EFLAGS=0x0000000000000246, CSGSFS=0x002b000000000033, ERR=0x0000000000000000
|
||||
TRAPNO=0x0000000000000000
|
||||
|
||||
Top of Stack: (sp=0x00007fff8134b110)
|
||||
0x00007fff8134b110: 0000000000000000 0000000000000000
|
||||
0x00007fff8134b120: 00007f892c966b90 00007f892d7bbd28
|
||||
0x00007fff8134b130: 0000000000000000 0000000000000000
|
||||
0x00007fff8134b140: 00000000ffffffff 229f2757c7d57f00
|
||||
|
||||
Instructions: (pc=0x00007f892c966d2b)
|
||||
0x00007f892c966c2b: 00 84 c9 0f 85 8c 00 00 00 48 85 ed c7 83 d0 02
|
||||
0x00007f892c966c3b: 00 00 ff ff ff ff 74 0b 48 8b 83 30 06 00 00 48
|
||||
0x00007f892c966c4b: 89 45 00 48 89 df e8 ba e7 ff ff 31 c0 90 48 8b
|
||||
0x00007f892c966c5b: 4c 24 38 64 48 33 0c 25 28 00 00 00 0f 85 14 01
|
||||
0x00007f892c966c6b: 00 00 48 83 c4 40 5b 5d 41 5c 41 5d 41 5e c3 66
|
||||
0x00007f892c966c7b: 0f 1f 44 00 00 f6 83 08 03 00 00 3c 75 8c 8b 96
|
||||
0x00007f892c966c8b: 08 03 00 00 b8 23 00 00 00 83 e2 b9 83 fa 08 0f
|
||||
0x00007f892c966c9b: 84 75 ff ff ff eb b7 66 0f 1f 44 00 00 b8 03 00
|
||||
0x00007f892c966cab: 00 00 eb aa 90 b8 16 00 00 00 eb a2 66 0f 1f 84
|
||||
0x00007f892c966cbb: 00 00 00 00 00 4c 8d 6c 24 10 48 8d 35 c4 fe ff
|
||||
0x00007f892c966ccb: ff 4c 89 ef e8 5c 7f 00 00 e8 27 83 00 00 4d 85
|
||||
0x00007f892c966cdb: e4 41 89 c6 74 27 8b 83 d0 02 00 00 85 c0 75 55
|
||||
0x00007f892c966ceb: 44 89 f7 e8 6d 83 00 00 31 f6 4c 89 ef e8 53 7f
|
||||
0x00007f892c966cfb: 00 00 e9 32 ff ff ff 66 0f 1f 44 00 00 8b 93 d0
|
||||
0x00007f892c966d0b: 02 00 00 4c 8d 8b d0 02 00 00 41 b8 ca 00 00 00
|
||||
0x00007f892c966d1b: 85 d2 74 cc 90 45 31 d2 31 f6 4c 89 cf 44 89 c0
|
||||
0x00007f892c966d2b: 0f 05 8b 93 d0 02 00 00 85 d2 75 e9 eb b2 0f 1f
|
||||
0x00007f892c966d3b: 80 00 00 00 00 48 8d bb d0 02 00 00 4c 89 e6 e8
|
||||
0x00007f892c966d4b: 61 84 00 00 44 89 f7 89 44 24 0c e8 05 83 00 00
|
||||
0x00007f892c966d5b: 31 f6 4c 89 ef e8 eb 7e 00 00 8b 44 24 0c 85 c0
|
||||
0x00007f892c966d6b: 0f 84 c3 fe ff ff 48 c7 83 28 06 00 00 00 00 00
|
||||
0x00007f892c966d7b: 00 e9 d7 fe ff ff e8 4a ca ff ff 66 2e 0f 1f 84
|
||||
0x00007f892c966d8b: 00 00 00 00 00 64 48 8b 04 25 10 00 00 00 c3 66
|
||||
0x00007f892c966d9b: 0f 1f 44 00 00 31 c0 48 39 f7 0f 94 c0 c3 0f 1f
|
||||
0x00007f892c966dab: 80 00 00 00 00 e9 db ca ff ff 66 2e 0f 1f 84 00
|
||||
0x00007f892c966dbb: 00 00 00 00 90 8b 05 96 56 21 00 c3 66 0f 1f 84
|
||||
0x00007f892c966dcb: 00 00 00 00 00 85 ff 78 0c 89 3d 82 56 21 00 31
|
||||
0x00007f892c966ddb: c0 c3 0f 1f 00 b8 16 00 00 00 c3 66 2e 0f 1f 84
|
||||
0x00007f892c966deb: 00 00 00 00 00 48 85 ff 0f 84 0f 01 00 00 8b 87
|
||||
0x00007f892c966dfb: d0 02 00 00 85 c0 0f 8e 01 01 00 00 41 54 31 c0
|
||||
0x00007f892c966e0b: 55 49 89 d4 53 48 89 f5 48 89 fb be 01 00 00 00
|
||||
0x00007f892c966e1b: f0 0f b1 b3 18 06 00 00 74 1a 48 8d bb 18 06 00
|
||||
|
||||
|
||||
Stack slot to memory mapping:
|
||||
stack at sp + 0 slots: 0x0 is NULL
|
||||
stack at sp + 1 slots: 0x0 is NULL
|
||||
stack at sp + 2 slots:
|
||||
[error occurred during error reporting (inspecting top of stack), id 0xb, SIGSEGV (0xb) at pc=0x00007f892c2cb8e7]
|
||||
|
||||
|
||||
--------------- P R O C E S S ---------------
|
||||
|
||||
VM state:not at safepoint (normal execution)
|
||||
|
||||
VM Mutex/Monitor currently owned by a thread: None
|
||||
|
||||
Heap address: 0x00000000c6400000, size: 924 MB, Compressed Oops mode: 32-bit
|
||||
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
|
||||
Compressed class space size: 1073741824 Address: 0x0000000840000000
|
||||
|
||||
Heap:
|
||||
def new generation total 216960K, used 10295K [0x00000000c6400000, 0x00000000d4f60000, 0x00000000d9800000)
|
||||
eden space 192896K, 5% used [0x00000000c6400000, 0x00000000c6e0df10, 0x00000000d2060000)
|
||||
from space 24064K, 0% used [0x00000000d2060000, 0x00000000d2060000, 0x00000000d37e0000)
|
||||
to space 24064K, 0% used [0x00000000d37e0000, 0x00000000d37e0000, 0x00000000d4f60000)
|
||||
tenured generation total 630784K, used 551302K [0x00000000d9800000, 0x0000000100000000, 0x0000000100000000)
|
||||
the space 630784K, 87% used [0x00000000d9800000, 0x00000000fb261a48, 0x00000000fb261c00, 0x0000000100000000)
|
||||
Metaspace used 14608K, capacity 15189K, committed 15232K, reserved 1062912K
|
||||
class space used 1635K, capacity 1908K, committed 1920K, reserved 1048576K
|
||||
|
||||
Card table byte_map: [0x00007f89295d1000,0x00007f89297a0000] _byte_map_base: 0x00007f8928f9f000
|
||||
|
||||
Polling page: 0x00007f892d7c3000
|
||||
|
||||
Metaspace:
|
||||
|
||||
Usage:
|
||||
Non-class: 12.97 MB capacity, 12.67 MB ( 98%) used, 251.41 KB ( 2%) free+waste, 56.44 KB ( <1%) overhead.
|
||||
Class: 1.86 MB capacity, 1.60 MB ( 86%) used, 241.97 KB ( 13%) free+waste, 30.69 KB ( 2%) overhead.
|
||||
Both: 14.83 MB capacity, 14.27 MB ( 96%) used, 493.38 KB ( 3%) free+waste, 87.12 KB ( <1%) overhead.
|
||||
|
||||
Virtual space:
|
||||
Non-class space: 14.00 MB reserved, 13.00 MB ( 93%) committed
|
||||
Class space: 1.00 GB reserved, 1.88 MB ( <1%) committed
|
||||
Both: 1.01 GB reserved, 14.88 MB ( 1%) committed
|
||||
|
||||
Chunk freelists:
|
||||
Non-Class: 27.00 KB
|
||||
Class: 12.00 KB
|
||||
Both: 39.00 KB
|
||||
|
||||
CodeHeap 'non-profiled nmethods': size=120036Kb used=1048Kb max_used=1048Kb free=118988Kb
|
||||
bounds [0x00007f891441d000, 0x00007f891468d000, 0x00007f891b956000]
|
||||
CodeHeap 'profiled nmethods': size=120032Kb used=4937Kb max_used=4937Kb free=115094Kb
|
||||
bounds [0x00007f890cee5000, 0x00007f890d3c5000, 0x00007f891441d000]
|
||||
CodeHeap 'non-nmethods': size=5692Kb used=1213Kb max_used=1230Kb free=4478Kb
|
||||
bounds [0x00007f890c956000, 0x00007f890cbc6000, 0x00007f890cee5000]
|
||||
total_blobs=3432 nmethods=2315 adapters=502
|
||||
compilation: enabled
|
||||
stopped_count=0, restarted_count=0
|
||||
full_count=0
|
||||
|
||||
Compilation events (10 events):
|
||||
Event: 107.967 Thread 0x00007f8924058800 2328 3 javax.swing.RepaintManager::currentManager (37 bytes)
|
||||
Event: 107.967 Thread 0x00007f8924058800 nmethod 2328 0x00007f890d3b4390 code [0x00007f890d3b4580, 0x00007f890d3b4948]
|
||||
Event: 107.967 Thread 0x00007f8924058800 2329 3 javax.swing.RepaintManager::getDelegate (14 bytes)
|
||||
Event: 107.968 Thread 0x00007f8924058800 nmethod 2329 0x00007f890d3b4a90 code [0x00007f890d3b4c60, 0x00007f890d3b4e68]
|
||||
Event: 107.968 Thread 0x00007f8924058800 2330 3 com.sun.java.swing.SwingUtilities3::getDelegateRepaintManager (73 bytes)
|
||||
Event: 107.968 Thread 0x00007f8924058800 nmethod 2330 0x00007f890d3b4f10 code [0x00007f890d3b51a0, 0x00007f890d3b60b8]
|
||||
Event: 108.567 Thread 0x00007f8924058800 2331 3 java.awt.Component::repaint (16 bytes)
|
||||
Event: 108.567 Thread 0x00007f8924058800 nmethod 2331 0x00007f890d3b6490 code [0x00007f890d3b6640, 0x00007f890d3b68a8]
|
||||
Event: 108.567 Thread 0x00007f8924058800 2332 3 javax.swing.JComponent::repaint (19 bytes)
|
||||
Event: 108.568 Thread 0x00007f8924058800 nmethod 2332 0x00007f890d3b6990 code [0x00007f890d3b6ba0, 0x00007f890d3b72d8]
|
||||
|
||||
GC Heap History (10 events):
|
||||
Event: 3.526 GC heap before
|
||||
{Heap before GC invocations=8 (full 2):
|
||||
def new generation total 61120K, used 61120K [0x00000000c6400000, 0x00000000ca650000, 0x00000000d9800000)
|
||||
eden space 54336K, 100% used [0x00000000c6400000, 0x00000000c9910000, 0x00000000c9910000)
|
||||
from space 6784K, 100% used [0x00000000c9fb0000, 0x00000000ca650000, 0x00000000ca650000)
|
||||
to space 6784K, 0% used [0x00000000c9910000, 0x00000000c9910000, 0x00000000c9fb0000)
|
||||
tenured generation total 135740K, used 86470K [0x00000000d9800000, 0x00000000e1c8f000, 0x0000000100000000)
|
||||
the space 135740K, 63% used [0x00000000d9800000, 0x00000000dec718e0, 0x00000000dec71a00, 0x00000000e1c8f000)
|
||||
Metaspace used 7467K, capacity 9367K, committed 9728K, reserved 1058816K
|
||||
class space used 711K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 3.641 GC heap after
|
||||
{Heap after GC invocations=9 (full 2):
|
||||
def new generation total 61120K, used 6784K [0x00000000c6400000, 0x00000000ca650000, 0x00000000d9800000)
|
||||
eden space 54336K, 0% used [0x00000000c6400000, 0x00000000c6400000, 0x00000000c9910000)
|
||||
from space 6784K, 100% used [0x00000000c9910000, 0x00000000c9fb0000, 0x00000000c9fb0000)
|
||||
to space 6784K, 0% used [0x00000000c9fb0000, 0x00000000c9fb0000, 0x00000000ca650000)
|
||||
tenured generation total 135740K, used 131637K [0x00000000d9800000, 0x00000000e1c8f000, 0x0000000100000000)
|
||||
the space 135740K, 96% used [0x00000000d9800000, 0x00000000e188d5b8, 0x00000000e188d600, 0x00000000e1c8f000)
|
||||
Metaspace used 7467K, capacity 9367K, committed 9728K, reserved 1058816K
|
||||
class space used 711K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 3.786 GC heap before
|
||||
{Heap before GC invocations=9 (full 2):
|
||||
def new generation total 61120K, used 61120K [0x00000000c6400000, 0x00000000ca650000, 0x00000000d9800000)
|
||||
eden space 54336K, 100% used [0x00000000c6400000, 0x00000000c9910000, 0x00000000c9910000)
|
||||
from space 6784K, 100% used [0x00000000c9910000, 0x00000000c9fb0000, 0x00000000c9fb0000)
|
||||
to space 6784K, 0% used [0x00000000c9fb0000, 0x00000000c9fb0000, 0x00000000ca650000)
|
||||
tenured generation total 135740K, used 131637K [0x00000000d9800000, 0x00000000e1c8f000, 0x0000000100000000)
|
||||
the space 135740K, 96% used [0x00000000d9800000, 0x00000000e188d5b8, 0x00000000e188d600, 0x00000000e1c8f000)
|
||||
Metaspace used 7475K, capacity 9367K, committed 9728K, reserved 1058816K
|
||||
class space used 711K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 4.221 GC heap after
|
||||
{Heap after GC invocations=10 (full 3):
|
||||
def new generation total 132096K, used 6631K [0x00000000c6400000, 0x00000000cf350000, 0x00000000d9800000)
|
||||
eden space 117440K, 5% used [0x00000000c6400000, 0x00000000c6a79ce8, 0x00000000cd6b0000)
|
||||
from space 14656K, 0% used [0x00000000cd6b0000, 0x00000000cd6b0000, 0x00000000ce500000)
|
||||
to space 14656K, 0% used [0x00000000ce500000, 0x00000000ce500000, 0x00000000cf350000)
|
||||
tenured generation total 293436K, used 176059K [0x00000000d9800000, 0x00000000eb68f000, 0x0000000100000000)
|
||||
the space 293436K, 59% used [0x00000000d9800000, 0x00000000e43eeff8, 0x00000000e43ef000, 0x00000000eb68f000)
|
||||
Metaspace used 7475K, capacity 9367K, committed 9728K, reserved 1058816K
|
||||
class space used 711K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 4.689 GC heap before
|
||||
{Heap before GC invocations=10 (full 3):
|
||||
def new generation total 132096K, used 117440K [0x00000000c6400000, 0x00000000cf350000, 0x00000000d9800000)
|
||||
eden space 117440K, 100% used [0x00000000c6400000, 0x00000000cd6b0000, 0x00000000cd6b0000)
|
||||
from space 14656K, 0% used [0x00000000cd6b0000, 0x00000000cd6b0000, 0x00000000ce500000)
|
||||
to space 14656K, 0% used [0x00000000ce500000, 0x00000000ce500000, 0x00000000cf350000)
|
||||
tenured generation total 293436K, used 176059K [0x00000000d9800000, 0x00000000eb68f000, 0x0000000100000000)
|
||||
the space 293436K, 59% used [0x00000000d9800000, 0x00000000e43eeff8, 0x00000000e43ef000, 0x00000000eb68f000)
|
||||
Metaspace used 7560K, capacity 9495K, committed 9728K, reserved 1058816K
|
||||
class space used 719K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 4.968 GC heap after
|
||||
{Heap after GC invocations=11 (full 3):
|
||||
def new generation total 132096K, used 14656K [0x00000000c6400000, 0x00000000cf350000, 0x00000000d9800000)
|
||||
eden space 117440K, 0% used [0x00000000c6400000, 0x00000000c6400000, 0x00000000cd6b0000)
|
||||
from space 14656K, 100% used [0x00000000ce500000, 0x00000000cf350000, 0x00000000cf350000)
|
||||
to space 14656K, 0% used [0x00000000cd6b0000, 0x00000000cd6b0000, 0x00000000ce500000)
|
||||
tenured generation total 293436K, used 255986K [0x00000000d9800000, 0x00000000eb68f000, 0x0000000100000000)
|
||||
the space 293436K, 87% used [0x00000000d9800000, 0x00000000e91fca38, 0x00000000e91fcc00, 0x00000000eb68f000)
|
||||
Metaspace used 7560K, capacity 9495K, committed 9728K, reserved 1058816K
|
||||
class space used 719K, capacity 926K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 5.297 GC heap before
|
||||
{Heap before GC invocations=11 (full 3):
|
||||
def new generation total 132096K, used 55679K [0x00000000c6400000, 0x00000000cf350000, 0x00000000d9800000)
|
||||
eden space 117440K, 34% used [0x00000000c6400000, 0x00000000c8c0fd30, 0x00000000cd6b0000)
|
||||
from space 14656K, 100% used [0x00000000ce500000, 0x00000000cf350000, 0x00000000cf350000)
|
||||
to space 14656K, 0% used [0x00000000cd6b0000, 0x00000000cd6b0000, 0x00000000ce500000)
|
||||
tenured generation total 293436K, used 255986K [0x00000000d9800000, 0x00000000eb68f000, 0x0000000100000000)
|
||||
the space 293436K, 87% used [0x00000000d9800000, 0x00000000e91fca38, 0x00000000e91fcc00, 0x00000000eb68f000)
|
||||
Metaspace used 8062K, capacity 9943K, committed 10240K, reserved 1058816K
|
||||
class space used 770K, capacity 990K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 5.869 GC heap after
|
||||
{Heap after GC invocations=12 (full 4):
|
||||
def new generation total 215488K, used 0K [0x00000000c6400000, 0x00000000d4dd0000, 0x00000000d9800000)
|
||||
eden space 191552K, 0% used [0x00000000c6400000, 0x00000000c6400000, 0x00000000d1f10000)
|
||||
from space 23936K, 0% used [0x00000000d1f10000, 0x00000000d1f10000, 0x00000000d3670000)
|
||||
to space 23936K, 0% used [0x00000000d3670000, 0x00000000d3670000, 0x00000000d4dd0000)
|
||||
tenured generation total 478796K, used 287277K [0x00000000d9800000, 0x00000000f6b93000, 0x0000000100000000)
|
||||
the space 478796K, 59% used [0x00000000d9800000, 0x00000000eb08b4f8, 0x00000000eb08b600, 0x00000000f6b93000)
|
||||
Metaspace used 8062K, capacity 9943K, committed 10240K, reserved 1058816K
|
||||
class space used 770K, capacity 990K, committed 1024K, reserved 1048576K
|
||||
}
|
||||
Event: 9.774 GC heap before
|
||||
{Heap before GC invocations=12 (full 4):
|
||||
def new generation total 215488K, used 130144K [0x00000000c6400000, 0x00000000d4dd0000, 0x00000000d9800000)
|
||||
eden space 191552K, 67% used [0x00000000c6400000, 0x00000000ce318130, 0x00000000d1f10000)
|
||||
from space 23936K, 0% used [0x00000000d1f10000, 0x00000000d1f10000, 0x00000000d3670000)
|
||||
to space 23936K, 0% used [0x00000000d3670000, 0x00000000d3670000, 0x00000000d4dd0000)
|
||||
tenured generation total 478796K, used 287277K [0x00000000d9800000, 0x00000000f6b93000, 0x0000000100000000)
|
||||
the space 478796K, 59% used [0x00000000d9800000, 0x00000000eb08b4f8, 0x00000000eb08b600, 0x00000000f6b93000)
|
||||
Metaspace used 14581K, capacity 15122K, committed 15232K, reserved 1062912K
|
||||
class space used 1633K, capacity 1907K, committed 1920K, reserved 1048576K
|
||||
}
|
||||
Event: 10.140 GC heap after
|
||||
{Heap after GC invocations=13 (full 5):
|
||||
def new generation total 216960K, used 0K [0x00000000c6400000, 0x00000000d4f60000, 0x00000000d9800000)
|
||||
eden space 192896K, 0% used [0x00000000c6400000, 0x00000000c6400000, 0x00000000d2060000)
|
||||
from space 24064K, 0% used [0x00000000d2060000, 0x00000000d2060000, 0x00000000d37e0000)
|
||||
to space 24064K, 0% used [0x00000000d37e0000, 0x00000000d37e0000, 0x00000000d4f60000)
|
||||
tenured generation total 481932K, used 289158K [0x00000000d9800000, 0x00000000f6ea3000, 0x0000000100000000)
|
||||
the space 481932K, 59% used [0x00000000d9800000, 0x00000000eb261a38, 0x00000000eb261c00, 0x00000000f6ea3000)
|
||||
Metaspace used 14581K, capacity 15122K, committed 15232K, reserved 1062912K
|
||||
class space used 1633K, capacity 1907K, committed 1920K, reserved 1048576K
|
||||
}
|
||||
|
||||
Deoptimization events (10 events):
|
||||
Event: 6.719 Thread 0x00007f892411f000 DEOPT PACKING pc=0x00007f89144ea028 sp=0x00007f88efa94840
|
||||
Event: 6.719 Thread 0x00007f892411f000 DEOPT UNPACKING pc=0x00007f890c97e3a5 sp=0x00007f88efa947d0 mode 2
|
||||
Event: 6.719 Thread 0x00007f892411f000 Uncommon trap: trap_request=0xffffffde fr.pc=0x00007f89144ea028 relative=0x0000000000000788
|
||||
Event: 6.719 Thread 0x00007f892411f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f89144ea028 method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)Ljava/lang/Object; @ 253 c2
|
||||
Event: 6.719 Thread 0x00007f892411f000 DEOPT PACKING pc=0x00007f89144ea028 sp=0x00007f88efa94840
|
||||
Event: 6.719 Thread 0x00007f892411f000 DEOPT UNPACKING pc=0x00007f890c97e3a5 sp=0x00007f88efa947d0 mode 2
|
||||
Event: 21.543 Thread 0x00007f892411f000 DEOPT PACKING pc=0x00007f890d3a28e4 sp=0x00007f88efa995a0
|
||||
Event: 21.543 Thread 0x00007f892411f000 DEOPT UNPACKING pc=0x00007f890c97e1ba sp=0x00007f88efa98a48 mode 0
|
||||
Event: 59.959 Thread 0x00007f892411f000 DEOPT PACKING pc=0x00007f890d3aa86a sp=0x00007f88efa996d0
|
||||
Event: 59.959 Thread 0x00007f892411f000 DEOPT UNPACKING pc=0x00007f890c97e1ba sp=0x00007f88efa98bc8 mode 0
|
||||
|
||||
Classes redefined (0 events):
|
||||
No events
|
||||
|
||||
Internal exceptions (10 events):
|
||||
Event: 6.392 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c73506e0}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, int, int, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000c7
|
||||
Event: 6.685 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c74610e8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, int, java.lang.Object)'> (0x00000000c74610e8) thrown at [/build/openjdk-lts-7bqZff/openjdk-lts-11.0.4+1
|
||||
Event: 6.698 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c748fda8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.699 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c749c3d8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.700 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c74a8d30}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.765 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c75948a8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.770 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c75b2588}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.774 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c75d0d68}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.777 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c75f0c78}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang
|
||||
Event: 6.796 Thread 0x00007f892411f000 Exception <a 'java/lang/NoSuchMethodError'{0x00000000c760d978}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object)'> (0x00000000c760d978) thrown at [/build/openjdk-lts-7bqZff/openjdk-lts-11.0.4+11/src/hotspo
|
||||
|
||||
Events (10 events):
|
||||
Event: 10.141 Executing VM operation: GenCollectForAllocation done
|
||||
Event: 10.392 Executing VM operation: RevokeBias
|
||||
Event: 10.392 Executing VM operation: RevokeBias done
|
||||
Event: 35.948 loading class org/crandor/game/system/task/TaskExecutor
|
||||
Event: 35.948 loading class org/crandor/game/system/task/TaskExecutor done
|
||||
Event: 35.949 Thread 0x00007f88f80f0800 Thread added: 0x00007f88f80f0800
|
||||
Event: 36.548 loading class sun/util/calendar/ZoneInfoFile$Checksum
|
||||
Event: 36.549 loading class sun/util/calendar/ZoneInfoFile$Checksum done
|
||||
Event: 100.043 Thread 0x00007f88f819c800 Thread added: 0x00007f88f819c800
|
||||
Event: 104.355 Thread 0x00007f88f80fd000 Thread added: 0x00007f88f80fd000
|
||||
|
||||
|
||||
Dynamic libraries:
|
||||
c6400000-d4f60000 rw-p 00000000 00:00 0
|
||||
d4f60000-d9800000 ---p 00000000 00:00 0
|
||||
d9800000-100000000 rw-p 00000000 00:00 0
|
||||
800000000-800002000 rwxp 00001000 08:01 520697 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/classes.jsa
|
||||
800002000-8003bd000 rw-p 00003000 08:01 520697 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/classes.jsa
|
||||
8003bd000-800a8a000 r--p 003be000 08:01 520697 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/classes.jsa
|
||||
800a8a000-800a8b000 rw-p 00a8b000 08:01 520697 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/classes.jsa
|
||||
800a8b000-80109d000 r--p 00a8c000 08:01 520697 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/classes.jsa
|
||||
840000000-8401e0000 rw-p 00000000 00:00 0
|
||||
8401e0000-880000000 ---p 00000000 00:00 0
|
||||
55e8b1dc6000-55e8b1dc7000 r-xp 00000000 08:01 521203 /usr/lib/jvm/java-11-openjdk-amd64/bin/java
|
||||
55e8b1fc7000-55e8b1fc8000 r--p 00001000 08:01 521203 /usr/lib/jvm/java-11-openjdk-amd64/bin/java
|
||||
55e8b1fc8000-55e8b1fc9000 rw-p 00002000 08:01 521203 /usr/lib/jvm/java-11-openjdk-amd64/bin/java
|
||||
55e8b225d000-55e8b22a3000 rw-p 00000000 00:00 0 [heap]
|
||||
7f88edc17000-7f88edc1b000 ---p 00000000 00:00 0
|
||||
7f88edc1b000-7f88edd18000 rw-p 00000000 00:00 0
|
||||
7f88edd18000-7f88edd1c000 ---p 00000000 00:00 0
|
||||
7f88edd1c000-7f88ede19000 rw-p 00000000 00:00 0
|
||||
7f88ede19000-7f88ede1d000 ---p 00000000 00:00 0
|
||||
7f88ede1d000-7f88ee27f000 rw-p 00000000 00:00 0
|
||||
7f88ee27f000-7f88ee283000 ---p 00000000 00:00 0
|
||||
7f88ee283000-7f88ee380000 rw-p 00000000 00:00 0
|
||||
7f88ee380000-7f88ee384000 ---p 00000000 00:00 0
|
||||
7f88ee384000-7f88ee581000 rw-p 00000000 00:00 0
|
||||
7f88ee581000-7f88ee681000 ---p 00000000 00:00 0
|
||||
7f88ee681000-7f88ee698000 r-xp 00000000 08:01 2179 /lib/x86_64-linux-gnu/libresolv-2.27.so
|
||||
7f88ee698000-7f88ee898000 ---p 00017000 08:01 2179 /lib/x86_64-linux-gnu/libresolv-2.27.so
|
||||
7f88ee898000-7f88ee899000 r--p 00017000 08:01 2179 /lib/x86_64-linux-gnu/libresolv-2.27.so
|
||||
7f88ee899000-7f88ee89a000 rw-p 00018000 08:01 2179 /lib/x86_64-linux-gnu/libresolv-2.27.so
|
||||
7f88ee89a000-7f88ee89c000 rw-p 00000000 00:00 0
|
||||
7f88ee89c000-7f88ee8a1000 r-xp 00000000 08:01 2092 /lib/x86_64-linux-gnu/libnss_dns-2.27.so
|
||||
7f88ee8a1000-7f88eeaa1000 ---p 00005000 08:01 2092 /lib/x86_64-linux-gnu/libnss_dns-2.27.so
|
||||
7f88eeaa1000-7f88eeaa2000 r--p 00005000 08:01 2092 /lib/x86_64-linux-gnu/libnss_dns-2.27.so
|
||||
7f88eeaa2000-7f88eeaa3000 rw-p 00006000 08:01 2092 /lib/x86_64-linux-gnu/libnss_dns-2.27.so
|
||||
7f88eeaa3000-7f88eead4000 r-xp 00000000 08:01 6349 /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
|
||||
7f88eead4000-7f88eecd3000 ---p 00031000 08:01 6349 /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
|
||||
7f88eecd3000-7f88eecd4000 r--p 00030000 08:01 6349 /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
|
||||
7f88eecd4000-7f88eecd5000 rw-p 00031000 08:01 6349 /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
|
||||
7f88eecd5000-7f88eed82000 r-xp 00000000 08:01 6323 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
|
||||
7f88eed82000-7f88eef81000 ---p 000ad000 08:01 6323 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
|
||||
7f88eef81000-7f88eef88000 r--p 000ac000 08:01 6323 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
|
||||
7f88eef88000-7f88eef89000 rw-p 000b3000 08:01 6323 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0
|
||||
7f88eef89000-7f88ef0bc000 r-xp 00000000 08:01 521338 /usr/lib/jvm/java-11-openjdk-amd64/lib/libfontmanager.so
|
||||
7f88ef0bc000-7f88ef2bc000 ---p 00133000 08:01 521338 /usr/lib/jvm/java-11-openjdk-amd64/lib/libfontmanager.so
|
||||
7f88ef2bc000-7f88ef2bd000 r--p 00133000 08:01 521338 /usr/lib/jvm/java-11-openjdk-amd64/lib/libfontmanager.so
|
||||
7f88ef2bd000-7f88ef2be000 rw-p 00134000 08:01 521338 /usr/lib/jvm/java-11-openjdk-amd64/lib/libfontmanager.so
|
||||
7f88ef2be000-7f88ef4c1000 rw-p 00000000 00:00 0
|
||||
7f88ef4c1000-7f88ef4c9000 r-xp 00000000 08:01 521334 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_headless.so
|
||||
7f88ef4c9000-7f88ef6c8000 ---p 00008000 08:01 521334 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_headless.so
|
||||
7f88ef6c8000-7f88ef6c9000 r--p 00007000 08:01 521334 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_headless.so
|
||||
7f88ef6c9000-7f88ef6ca000 rw-p 00008000 08:01 521334 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_headless.so
|
||||
7f88ef6ca000-7f88ef769000 r-xp 00000000 08:01 521333 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt.so
|
||||
7f88ef769000-7f88ef969000 ---p 0009f000 08:01 521333 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt.so
|
||||
7f88ef969000-7f88ef96a000 r--p 0009f000 08:01 521333 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt.so
|
||||
7f88ef96a000-7f88ef975000 rw-p 000a0000 08:01 521333 /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt.so
|
||||
7f88ef975000-7f88ef99a000 rw-p 00000000 00:00 0
|
||||
7f88ef99a000-7f88ef99e000 ---p 00000000 00:00 0
|
||||
7f88ef99e000-7f88efa9b000 rw-p 00000000 00:00 0
|
||||
7f88efafd000-7f88efb01000 ---p 00000000 00:00 0
|
||||
7f88efb01000-7f88efbfe000 rw-p 00000000 00:00 0
|
||||
7f88efbfe000-7f88efc02000 ---p 00000000 00:00 0
|
||||
7f88efc02000-7f88efcff000 rw-p 00000000 00:00 0
|
||||
7f88efcff000-7f88efd03000 ---p 00000000 00:00 0
|
||||
7f88efd03000-7f88f0000000 rw-p 00000000 00:00 0
|
||||
7f88f0000000-7f88f054b000 rw-p 00000000 00:00 0
|
||||
7f88f054b000-7f88f4000000 ---p 00000000 00:00 0
|
||||
7f88f4000000-7f88f4021000 rw-p 00000000 00:00 0
|
||||
7f88f4021000-7f88f8000000 ---p 00000000 00:00 0
|
||||
7f88f8000000-7f88f81e4000 rw-p 00000000 00:00 0
|
||||
7f88f81e4000-7f88fc000000 ---p 00000000 00:00 0
|
||||
7f88fc000000-7f88fd061000 rw-p 00000000 00:00 0
|
||||
7f88fd061000-7f8900000000 ---p 00000000 00:00 0
|
||||
7f8900000000-7f8900021000 rw-p 00000000 00:00 0
|
||||
7f8900021000-7f8904000000 ---p 00000000 00:00 0
|
||||
7f8904000000-7f8904021000 rw-p 00000000 00:00 0
|
||||
7f8904021000-7f8908000000 ---p 00000000 00:00 0
|
||||
7f8908000000-7f890805f000 rw-p 00000000 00:00 0
|
||||
7f890805f000-7f890c000000 ---p 00000000 00:00 0
|
||||
7f890c027000-7f890c029000 r-xp 00000000 08:01 521337 /usr/lib/jvm/java-11-openjdk-amd64/lib/libextnet.so
|
||||
7f890c029000-7f890c228000 ---p 00002000 08:01 521337 /usr/lib/jvm/java-11-openjdk-amd64/lib/libextnet.so
|
||||
7f890c228000-7f890c229000 r--p 00001000 08:01 521337 /usr/lib/jvm/java-11-openjdk-amd64/lib/libextnet.so
|
||||
7f890c229000-7f890c22a000 rw-p 00002000 08:01 521337 /usr/lib/jvm/java-11-openjdk-amd64/lib/libextnet.so
|
||||
7f890c22a000-7f890c22e000 ---p 00000000 00:00 0
|
||||
7f890c22e000-7f890c32b000 rw-p 00000000 00:00 0
|
||||
7f890c32b000-7f890c341000 r-xp 00000000 08:01 521356 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnet.so
|
||||
7f890c341000-7f890c540000 ---p 00016000 08:01 521356 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnet.so
|
||||
7f890c540000-7f890c541000 r--p 00015000 08:01 521356 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnet.so
|
||||
7f890c541000-7f890c542000 rw-p 00016000 08:01 521356 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnet.so
|
||||
7f890c542000-7f890c552000 r-xp 00000000 08:01 521357 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnio.so
|
||||
7f890c552000-7f890c751000 ---p 00010000 08:01 521357 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnio.so
|
||||
7f890c751000-7f890c752000 r--p 0000f000 08:01 521357 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnio.so
|
||||
7f890c752000-7f890c753000 rw-p 00010000 08:01 521357 /usr/lib/jvm/java-11-openjdk-amd64/lib/libnio.so
|
||||
7f890c753000-7f890c757000 ---p 00000000 00:00 0
|
||||
7f890c757000-7f890c854000 rw-p 00000000 00:00 0
|
||||
7f890c854000-7f890c855000 ---p 00000000 00:00 0
|
||||
7f890c855000-7f890c956000 rw-p 00000000 00:00 0
|
||||
7f890c956000-7f890cbc6000 rwxp 00000000 00:00 0
|
||||
7f890cbc6000-7f890cee5000 ---p 00000000 00:00 0
|
||||
7f890cee5000-7f890d3c5000 rwxp 00000000 00:00 0
|
||||
7f890d3c5000-7f891441d000 ---p 00000000 00:00 0
|
||||
7f891441d000-7f891468d000 rwxp 00000000 00:00 0
|
||||
7f891468d000-7f891b956000 ---p 00000000 00:00 0
|
||||
7f891b956000-7f8924000000 r--s 00000000 08:01 521366 /usr/lib/jvm/java-11-openjdk-amd64/lib/modules
|
||||
7f8924000000-7f89243f4000 rw-p 00000000 00:00 0
|
||||
7f89243f4000-7f8928000000 ---p 00000000 00:00 0
|
||||
7f89280a2000-7f89280d3000 rw-p 00000000 00:00 0
|
||||
7f89280d3000-7f89280d7000 ---p 00000000 00:00 0
|
||||
7f89280d7000-7f89281d4000 rw-p 00000000 00:00 0
|
||||
7f89281d4000-7f89281d8000 ---p 00000000 00:00 0
|
||||
7f89281d8000-7f89282d5000 rw-p 00000000 00:00 0
|
||||
7f89282d5000-7f89282d9000 ---p 00000000 00:00 0
|
||||
7f89282d9000-7f89283d6000 rw-p 00000000 00:00 0
|
||||
7f89283d6000-7f89283da000 ---p 00000000 00:00 0
|
||||
7f89283da000-7f89284d7000 rw-p 00000000 00:00 0
|
||||
7f89284d7000-7f89284db000 ---p 00000000 00:00 0
|
||||
7f89284db000-7f89285d8000 rw-p 00000000 00:00 0
|
||||
7f89285d8000-7f8928609000 r--p 00000000 08:01 7802 /usr/lib/locale/C.UTF-8/LC_CTYPE
|
||||
7f8928609000-7f892877c000 r--p 00000000 08:01 7801 /usr/lib/locale/C.UTF-8/LC_COLLATE
|
||||
7f892877c000-7f8928917000 r--p 00000000 08:01 7796 /usr/lib/locale/locale-archive
|
||||
7f8928917000-7f892891b000 ---p 00000000 00:00 0
|
||||
7f892891b000-7f8928a18000 rw-p 00000000 00:00 0
|
||||
7f8928a18000-7f8928a1c000 ---p 00000000 00:00 0
|
||||
7f8928a1c000-7f8928b19000 rw-p 00000000 00:00 0
|
||||
7f8928b19000-7f8928b1a000 ---p 00000000 00:00 0
|
||||
7f8928b1a000-7f892949c000 rw-p 00000000 00:00 0
|
||||
7f892949c000-7f89295d1000 rw-p 00000000 00:00 0
|
||||
7f89295d1000-7f8929647000 rw-p 00000000 00:00 0
|
||||
7f8929647000-7f892966b000 ---p 00000000 00:00 0
|
||||
7f892966b000-7f892979f000 rw-p 00000000 00:00 0
|
||||
7f892979f000-7f89297a5000 rw-p 00000000 00:00 0
|
||||
7f89297a5000-7f892988b000 ---p 00000000 00:00 0
|
||||
7f892988b000-7f8929895000 rw-p 00000000 00:00 0
|
||||
7f8929895000-7f8929976000 ---p 00000000 00:00 0
|
||||
7f8929976000-7f892997b000 r-xp 00000000 08:01 521348 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjimage.so
|
||||
7f892997b000-7f8929b7a000 ---p 00005000 08:01 521348 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjimage.so
|
||||
7f8929b7a000-7f8929b7b000 r--p 00004000 08:01 521348 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjimage.so
|
||||
7f8929b7b000-7f8929b7c000 rw-p 00005000 08:01 521348 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjimage.so
|
||||
7f8929b7c000-7f8929b83000 r-xp 00000000 08:01 521365 /usr/lib/jvm/java-11-openjdk-amd64/lib/libzip.so
|
||||
7f8929b83000-7f8929d82000 ---p 00007000 08:01 521365 /usr/lib/jvm/java-11-openjdk-amd64/lib/libzip.so
|
||||
7f8929d82000-7f8929d83000 r--p 00006000 08:01 521365 /usr/lib/jvm/java-11-openjdk-amd64/lib/libzip.so
|
||||
7f8929d83000-7f8929d84000 rw-p 00007000 08:01 521365 /usr/lib/jvm/java-11-openjdk-amd64/lib/libzip.so
|
||||
7f8929d84000-7f8929d8f000 r-xp 00000000 08:01 2093 /lib/x86_64-linux-gnu/libnss_files-2.27.so
|
||||
7f8929d8f000-7f8929f8e000 ---p 0000b000 08:01 2093 /lib/x86_64-linux-gnu/libnss_files-2.27.so
|
||||
7f8929f8e000-7f8929f8f000 r--p 0000a000 08:01 2093 /lib/x86_64-linux-gnu/libnss_files-2.27.so
|
||||
7f8929f8f000-7f8929f90000 rw-p 0000b000 08:01 2093 /lib/x86_64-linux-gnu/libnss_files-2.27.so
|
||||
7f8929f90000-7f8929f96000 rw-p 00000000 00:00 0
|
||||
7f8929f96000-7f8929fad000 r-xp 00000000 08:01 2090 /lib/x86_64-linux-gnu/libnsl-2.27.so
|
||||
7f8929fad000-7f892a1ac000 ---p 00017000 08:01 2090 /lib/x86_64-linux-gnu/libnsl-2.27.so
|
||||
7f892a1ac000-7f892a1ad000 r--p 00016000 08:01 2090 /lib/x86_64-linux-gnu/libnsl-2.27.so
|
||||
7f892a1ad000-7f892a1ae000 rw-p 00017000 08:01 2090 /lib/x86_64-linux-gnu/libnsl-2.27.so
|
||||
7f892a1ae000-7f892a1b0000 rw-p 00000000 00:00 0
|
||||
7f892a1b0000-7f892a1bb000 r-xp 00000000 08:01 2095 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
|
||||
7f892a1bb000-7f892a3ba000 ---p 0000b000 08:01 2095 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
|
||||
7f892a3ba000-7f892a3bb000 r--p 0000a000 08:01 2095 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
|
||||
7f892a3bb000-7f892a3bc000 rw-p 0000b000 08:01 2095 /lib/x86_64-linux-gnu/libnss_nis-2.27.so
|
||||
7f892a3bc000-7f892a3c4000 r-xp 00000000 08:01 2091 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
|
||||
7f892a3c4000-7f892a5c4000 ---p 00008000 08:01 2091 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
|
||||
7f892a5c4000-7f892a5c5000 r--p 00008000 08:01 2091 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
|
||||
7f892a5c5000-7f892a5c6000 rw-p 00009000 08:01 2091 /lib/x86_64-linux-gnu/libnss_compat-2.27.so
|
||||
7f892a5c6000-7f892a5ef000 r-xp 00000000 08:01 521344 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
|
||||
7f892a5ef000-7f892a7ee000 ---p 00029000 08:01 521344 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
|
||||
7f892a7ee000-7f892a7ef000 r--p 00028000 08:01 521344 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
|
||||
7f892a7ef000-7f892a7f1000 rw-p 00029000 08:01 521344 /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
|
||||
7f892a7f1000-7f892a7fe000 r-xp 00000000 08:01 521364 /usr/lib/jvm/java-11-openjdk-amd64/lib/libverify.so
|
||||
7f892a7fe000-7f892a9fd000 ---p 0000d000 08:01 521364 /usr/lib/jvm/java-11-openjdk-amd64/lib/libverify.so
|
||||
7f892a9fd000-7f892a9ff000 r--p 0000c000 08:01 521364 /usr/lib/jvm/java-11-openjdk-amd64/lib/libverify.so
|
||||
7f892a9ff000-7f892aa00000 rw-p 0000e000 08:01 521364 /usr/lib/jvm/java-11-openjdk-amd64/lib/libverify.so
|
||||
7f892aa00000-7f892aa07000 r-xp 00000000 08:01 2180 /lib/x86_64-linux-gnu/librt-2.27.so
|
||||
7f892aa07000-7f892ac06000 ---p 00007000 08:01 2180 /lib/x86_64-linux-gnu/librt-2.27.so
|
||||
7f892ac06000-7f892ac07000 r--p 00006000 08:01 2180 /lib/x86_64-linux-gnu/librt-2.27.so
|
||||
7f892ac07000-7f892ac08000 rw-p 00007000 08:01 2180 /lib/x86_64-linux-gnu/librt-2.27.so
|
||||
7f892ac08000-7f892ac1f000 r-xp 00000000 08:01 2096 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
||||
7f892ac1f000-7f892ae1e000 ---p 00017000 08:01 2096 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
||||
7f892ae1e000-7f892ae1f000 r--p 00016000 08:01 2096 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
||||
7f892ae1f000-7f892ae20000 rw-p 00017000 08:01 2096 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
||||
7f892ae20000-7f892afbd000 r-xp 00000000 08:01 2087 /lib/x86_64-linux-gnu/libm-2.27.so
|
||||
7f892afbd000-7f892b1bc000 ---p 0019d000 08:01 2087 /lib/x86_64-linux-gnu/libm-2.27.so
|
||||
7f892b1bc000-7f892b1bd000 r--p 0019c000 08:01 2087 /lib/x86_64-linux-gnu/libm-2.27.so
|
||||
7f892b1bd000-7f892b1be000 rw-p 0019d000 08:01 2087 /lib/x86_64-linux-gnu/libm-2.27.so
|
||||
7f892b1be000-7f892b337000 r-xp 00000000 08:01 5017 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
|
||||
7f892b337000-7f892b537000 ---p 00179000 08:01 5017 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
|
||||
7f892b537000-7f892b541000 r--p 00179000 08:01 5017 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
|
||||
7f892b541000-7f892b543000 rw-p 00183000 08:01 5017 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
|
||||
7f892b543000-7f892b547000 rw-p 00000000 00:00 0
|
||||
7f892b547000-7f892c613000 r-xp 00000000 08:01 521371 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
|
||||
7f892c613000-7f892c812000 ---p 010cc000 08:01 521371 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
|
||||
7f892c812000-7f892c8cf000 r--p 010cb000 08:01 521371 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
|
||||
7f892c8cf000-7f892c908000 rw-p 01188000 08:01 521371 /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
|
||||
7f892c908000-7f892c95e000 rw-p 00000000 00:00 0
|
||||
7f892c95e000-7f892c978000 r-xp 00000000 08:01 2178 /lib/x86_64-linux-gnu/libpthread-2.27.so
|
||||
7f892c978000-7f892cb77000 ---p 0001a000 08:01 2178 /lib/x86_64-linux-gnu/libpthread-2.27.so
|
||||
7f892cb77000-7f892cb78000 r--p 00019000 08:01 2178 /lib/x86_64-linux-gnu/libpthread-2.27.so
|
||||
7f892cb78000-7f892cb79000 rw-p 0001a000 08:01 2178 /lib/x86_64-linux-gnu/libpthread-2.27.so
|
||||
7f892cb79000-7f892cb7d000 rw-p 00000000 00:00 0
|
||||
7f892cb7d000-7f892cb80000 r-xp 00000000 08:01 2086 /lib/x86_64-linux-gnu/libdl-2.27.so
|
||||
7f892cb80000-7f892cd7f000 ---p 00003000 08:01 2086 /lib/x86_64-linux-gnu/libdl-2.27.so
|
||||
7f892cd7f000-7f892cd80000 r--p 00002000 08:01 2086 /lib/x86_64-linux-gnu/libdl-2.27.so
|
||||
7f892cd80000-7f892cd81000 rw-p 00003000 08:01 2086 /lib/x86_64-linux-gnu/libdl-2.27.so
|
||||
7f892cd81000-7f892cd9d000 r-xp 00000000 08:01 2183 /lib/x86_64-linux-gnu/libz.so.1.2.11
|
||||
7f892cd9d000-7f892cf9c000 ---p 0001c000 08:01 2183 /lib/x86_64-linux-gnu/libz.so.1.2.11
|
||||
7f892cf9c000-7f892cf9d000 r--p 0001b000 08:01 2183 /lib/x86_64-linux-gnu/libz.so.1.2.11
|
||||
7f892cf9d000-7f892cf9e000 rw-p 0001c000 08:01 2183 /lib/x86_64-linux-gnu/libz.so.1.2.11
|
||||
7f892cf9e000-7f892d185000 r-xp 00000000 08:01 2083 /lib/x86_64-linux-gnu/libc-2.27.so
|
||||
7f892d185000-7f892d385000 ---p 001e7000 08:01 2083 /lib/x86_64-linux-gnu/libc-2.27.so
|
||||
7f892d385000-7f892d389000 r--p 001e7000 08:01 2083 /lib/x86_64-linux-gnu/libc-2.27.so
|
||||
7f892d389000-7f892d38b000 rw-p 001eb000 08:01 2083 /lib/x86_64-linux-gnu/libc-2.27.so
|
||||
7f892d38b000-7f892d38f000 rw-p 00000000 00:00 0
|
||||
7f892d38f000-7f892d39f000 r-xp 00000000 08:01 521328 /usr/lib/jvm/java-11-openjdk-amd64/lib/jli/libjli.so
|
||||
7f892d39f000-7f892d59e000 ---p 00010000 08:01 521328 /usr/lib/jvm/java-11-openjdk-amd64/lib/jli/libjli.so
|
||||
7f892d59e000-7f892d59f000 r--p 0000f000 08:01 521328 /usr/lib/jvm/java-11-openjdk-amd64/lib/jli/libjli.so
|
||||
7f892d59f000-7f892d5a0000 rw-p 00010000 08:01 521328 /usr/lib/jvm/java-11-openjdk-amd64/lib/jli/libjli.so
|
||||
7f892d5a0000-7f892d5c7000 r-xp 00000000 08:01 2079 /lib/x86_64-linux-gnu/ld-2.27.so
|
||||
7f892d5d4000-7f892d5d5000 r--p 00000000 08:01 7807 /usr/lib/locale/C.UTF-8/LC_NUMERIC
|
||||
7f892d5d5000-7f892d5d6000 r--p 00000000 08:01 7810 /usr/lib/locale/C.UTF-8/LC_TIME
|
||||
7f892d5d6000-7f892d5d7000 r--p 00000000 08:01 7805 /usr/lib/locale/C.UTF-8/LC_MONETARY
|
||||
7f892d5d7000-7f892d5d8000 r--p 00000000 08:01 7799 /usr/lib/locale/C.UTF-8/LC_MESSAGES/SYS_LC_MESSAGES
|
||||
7f892d5d8000-7f892d5d9000 r--p 00000000 08:01 7808 /usr/lib/locale/C.UTF-8/LC_PAPER
|
||||
7f892d5d9000-7f892d5da000 r--p 00000000 08:01 7806 /usr/lib/locale/C.UTF-8/LC_NAME
|
||||
7f892d5da000-7f892d5db000 r--p 00000000 08:01 7800 /usr/lib/locale/C.UTF-8/LC_ADDRESS
|
||||
7f892d5db000-7f892d5e2000 r--s 00000000 08:01 5010 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
|
||||
7f892d5e2000-7f892d6ac000 rw-p 00000000 00:00 0
|
||||
7f892d6ac000-7f892d6b3000 ---p 00000000 00:00 0
|
||||
7f892d6b3000-7f892d6bb000 rw-s 00000000 08:01 523679 /tmp/hsperfdata_g1zugamufug/18276
|
||||
7f892d6bb000-7f892d6bf000 ---p 00000000 00:00 0
|
||||
7f892d6bf000-7f892d7be000 rw-p 00000000 00:00 0
|
||||
7f892d7be000-7f892d7bf000 r--p 00000000 08:01 7809 /usr/lib/locale/C.UTF-8/LC_TELEPHONE
|
||||
7f892d7bf000-7f892d7c0000 r--p 00000000 08:01 7804 /usr/lib/locale/C.UTF-8/LC_MEASUREMENT
|
||||
7f892d7c0000-7f892d7c1000 r--p 00000000 08:01 7803 /usr/lib/locale/C.UTF-8/LC_IDENTIFICATION
|
||||
7f892d7c1000-7f892d7c3000 r--s 00007000 08:01 58097 /usr/share/java/java-atk-wrapper.jar
|
||||
7f892d7c3000-7f892d7c4000 ---p 00000000 00:00 0
|
||||
7f892d7c4000-7f892d7c5000 r--p 00000000 00:00 0
|
||||
7f892d7c5000-7f892d7c7000 rw-p 00000000 00:00 0
|
||||
7f892d7c7000-7f892d7c8000 r--p 00027000 08:01 2079 /lib/x86_64-linux-gnu/ld-2.27.so
|
||||
7f892d7c8000-7f892d7c9000 rw-p 00028000 08:01 2079 /lib/x86_64-linux-gnu/ld-2.27.so
|
||||
7f892d7c9000-7f892d7ca000 rw-p 00000000 00:00 0
|
||||
7fff81330000-7fff81351000 rw-p 00000000 00:00 0 [stack]
|
||||
7fff81392000-7fff81395000 r--p 00000000 00:00 0 [vvar]
|
||||
7fff81395000-7fff81396000 r-xp 00000000 00:00 0 [vdso]
|
||||
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
|
||||
|
||||
|
||||
VM Arguments:
|
||||
java_command: org.crandor.Server
|
||||
java_class_path (initial): .:./bin;.:./data/libs/substance-7.2.1.jar:./data/libs/javassist-3.20.0-GA.jar:./data/libs/json-simple-1.1.1.jar:./data/libs/mysql-connector-java-5.1.30-bin.jar:./data/libs/clientlibs.jar:./data/libs/laf-plugin-7.2.1.jar:./data/libs/trident-7.2.1.jar:./data/libs/twitter4j-core-4.0.3-SNAPSHOT.jar:./data/libs/guava-18.0.jar:./data/libs/laf-widget-7.2.1.jar:./data/libs/json-simple-1.1.jar:./data/libs/reflections-0.9.10.jar:./data/libs/commons-io-2.4.jar:./data/libs/joda-time-2.9.9.jar
|
||||
Launcher Type: SUN_STANDARD
|
||||
|
||||
[Global flags]
|
||||
intx CICompilerCount = 2 {product} {ergonomic}
|
||||
size_t InitialHeapSize = 60817408 {product} {ergonomic}
|
||||
size_t MaxHeapSize = 968884224 {product} {ergonomic}
|
||||
size_t MaxNewSize = 322961408 {product} {ergonomic}
|
||||
size_t MinHeapDeltaBytes = 196608 {product} {ergonomic}
|
||||
size_t NewSize = 20250624 {product} {ergonomic}
|
||||
uintx NonNMethodCodeHeapSize = 5824844 {pd product} {ergonomic}
|
||||
uintx NonProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
|
||||
size_t OldSize = 40566784 {product} {ergonomic}
|
||||
uintx ProfiledCodeHeapSize = 122916698 {pd product} {ergonomic}
|
||||
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
||||
bool SegmentedCodeCache = true {product} {ergonomic}
|
||||
bool UseCompressedClassPointers = true {lp64_product} {ergonomic}
|
||||
bool UseCompressedOops = true {lp64_product} {ergonomic}
|
||||
bool UseSerialGC = true {product} {ergonomic}
|
||||
|
||||
Logging:
|
||||
Log output configuration:
|
||||
#0: stdout all=warning uptime,level,tags
|
||||
#1: stderr all=off uptime,level,tags
|
||||
|
||||
Environment Variables:
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
|
||||
SHELL=/bin/bash
|
||||
|
||||
Signal Handlers:
|
||||
SIGSEGV: [libjvm.so+0xde5f50], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGBUS: [libjvm.so+0xde5f50], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGFPE: [libjvm.so+0xde5f50], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGPIPE: [libjvm.so+0xbba5b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGXFSZ: [libjvm.so+0xbba5b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGILL: [libjvm.so+0xde5f50], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGUSR2: [libjvm.so+0xbba450], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGHUP: [libjvm.so+0xbba7b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGINT: [libjvm.so+0xbba7b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGTERM: [libjvm.so+0xbba7b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
SIGQUIT: [libjvm.so+0xbba7b0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
|
||||
|
||||
|
||||
--------------- S Y S T E M ---------------
|
||||
|
||||
OS:DISTRIB_ID=Ubuntu
|
||||
DISTRIB_RELEASE=18.04
|
||||
DISTRIB_CODENAME=bionic
|
||||
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
|
||||
uname:Linux 5.0.0-1021-gcp #21~18.04.1-Ubuntu SMP Mon Oct 7 04:51:28 UTC 2019 x86_64
|
||||
libc:glibc 2.27 NPTL 2.27
|
||||
rlimit: STACK 8192k, CORE 0k, NPROC 14651, NOFILE 1048576, AS infinity, DATA infinity, FSIZE infinity
|
||||
load average:0.04 0.03 0.01
|
||||
|
||||
/proc/meminfo:
|
||||
MemTotal: 3779276 kB
|
||||
MemFree: 115636 kB
|
||||
MemAvailable: 2326260 kB
|
||||
Buffers: 74224 kB
|
||||
Cached: 2284244 kB
|
||||
SwapCached: 0 kB
|
||||
Active: 1649800 kB
|
||||
Inactive: 1804208 kB
|
||||
Active(anon): 1096256 kB
|
||||
Inactive(anon): 164 kB
|
||||
Active(file): 553544 kB
|
||||
Inactive(file): 1804044 kB
|
||||
Unevictable: 0 kB
|
||||
Mlocked: 0 kB
|
||||
SwapTotal: 0 kB
|
||||
SwapFree: 0 kB
|
||||
Dirty: 24 kB
|
||||
Writeback: 0 kB
|
||||
AnonPages: 1095552 kB
|
||||
Mapped: 84144 kB
|
||||
Shmem: 884 kB
|
||||
KReclaimable: 112552 kB
|
||||
Slab: 145800 kB
|
||||
SReclaimable: 112552 kB
|
||||
SUnreclaim: 33248 kB
|
||||
KernelStack: 2720 kB
|
||||
PageTables: 7312 kB
|
||||
NFS_Unstable: 0 kB
|
||||
Bounce: 0 kB
|
||||
WritebackTmp: 0 kB
|
||||
CommitLimit: 1889636 kB
|
||||
Committed_AS: 1905548 kB
|
||||
VmallocTotal: 34359738367 kB
|
||||
VmallocUsed: 0 kB
|
||||
VmallocChunk: 0 kB
|
||||
Percpu: 476 kB
|
||||
HardwareCorrupted: 0 kB
|
||||
AnonHugePages: 0 kB
|
||||
ShmemHugePages: 0 kB
|
||||
ShmemPmdMapped: 0 kB
|
||||
CmaTotal: 0 kB
|
||||
CmaFree: 0 kB
|
||||
HugePages_Total: 0
|
||||
HugePages_Free: 0
|
||||
HugePages_Rsvd: 0
|
||||
HugePages_Surp: 0
|
||||
Hugepagesize: 2048 kB
|
||||
Hugetlb: 0 kB
|
||||
DirectMap4k: 102388 kB
|
||||
DirectMap2M: 3829760 kB
|
||||
DirectMap1G: 0 kB
|
||||
|
||||
|
||||
/proc/sys/kernel/threads-max (system-wide limit on the number of threads):
|
||||
29303
|
||||
|
||||
|
||||
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
|
||||
65530
|
||||
|
||||
|
||||
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
|
||||
32768
|
||||
|
||||
|
||||
|
||||
container (cgroup) information:
|
||||
container_type: cgroupv1
|
||||
cpu_cpuset_cpus: 0
|
||||
cpu_memory_nodes: 0
|
||||
active_processor_count: 1
|
||||
cpu_quota: -1
|
||||
cpu_period: 100000
|
||||
cpu_shares: -1
|
||||
memory_limit_in_bytes: -1
|
||||
memory_and_swap_limit_in_bytes: -2
|
||||
memory_soft_limit_in_bytes: -1
|
||||
memory_usage_in_bytes: 2898149376
|
||||
memory_max_usage_in_bytes: 2911993856
|
||||
|
||||
Steal ticks since vm start: 0
|
||||
Steal ticks percentage since vm start: 0.000
|
||||
|
||||
CPU:total 1 (initial active 1) (1 cores per cpu, 1 threads per core) family 6 model 63 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, tsc, tscinvbit, bmi1, bmi2, fma
|
||||
CPU Model and flags from /proc/cpuinfo:
|
||||
model name : Intel(R) Xeon(R) CPU @ 2.30GHz
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt arat md_clear arch_capabilities
|
||||
|
||||
Memory: 4k page, physical 3779276k(115636k free), swap 0k(0k free)
|
||||
|
||||
vm_info: OpenJDK 64-Bit Server VM (11.0.4+11-post-Ubuntu-1ubuntu218.04.3) for linux-amd64 JRE (11.0.4+11-post-Ubuntu-1ubuntu218.04.3), built on Jul 18 2019 18:21:46 by "buildd" with gcc 7.4.0
|
||||
|
||||
END.
|
||||
1
Server/key.cfg
Normal file
1
Server/key.cfg
Normal file
|
|
@ -0,0 +1 @@
|
|||
40bd001563085fc35165329ea1ff5c5ecbdbbeef
|
||||
365
Server/org/crandor/cache/def/impl/test.txt
vendored
Normal file
365
Server/org/crandor/cache/def/impl/test.txt
vendored
Normal file
|
|
@ -0,0 +1,365 @@
|
|||
private void readValues(int i, InputStream stream, int opcode) {
|
||||
if (opcode != 1 && opcode != 5) {
|
||||
if (opcode != 2) {
|
||||
if (opcode != 14) {
|
||||
if (opcode != 15) {
|
||||
if (opcode == 17) {
|
||||
projectileCliped = false;
|
||||
clipType = 0;
|
||||
} else if (opcode != 18) {
|
||||
if (opcode == 19)
|
||||
secondInt = stream.readUnsignedByte();
|
||||
else if (opcode == 21)
|
||||
aByte3912 = (byte) 1;
|
||||
else if (opcode != 22) {
|
||||
if (opcode != 23) {
|
||||
if (opcode != 24) {
|
||||
if (opcode == 27)
|
||||
clipType = 1;
|
||||
else if (opcode == 28)
|
||||
anInt3892 = (stream
|
||||
.readUnsignedByte() << 2);
|
||||
else if (opcode != 29) {
|
||||
if (opcode != 39) {
|
||||
if (opcode < 30 || opcode >= 35) {
|
||||
if (opcode == 40) {
|
||||
int i_53_ = (stream
|
||||
.readUnsignedByte());
|
||||
originalColors = new short[i_53_];
|
||||
modifiedColors = new short[i_53_];
|
||||
for (int i_54_ = 0; i_53_ > i_54_; i_54_++) {
|
||||
originalColors[i_54_] = (short) (stream
|
||||
.readUnsignedShort());
|
||||
modifiedColors[i_54_] = (short) (stream
|
||||
.readUnsignedShort());
|
||||
}
|
||||
} else if (opcode != 41) {
|
||||
if (opcode != 42) {
|
||||
if (opcode != 62) {
|
||||
if (opcode != 64) {
|
||||
if (opcode == 65)
|
||||
anInt3902 = stream
|
||||
.readUnsignedShort();
|
||||
else if (opcode != 66) {
|
||||
if (opcode != 67) {
|
||||
if (opcode == 69)
|
||||
anInt3925 = stream
|
||||
.readUnsignedByte();
|
||||
else if (opcode != 70) {
|
||||
if (opcode == 71)
|
||||
anInt3889 = stream
|
||||
.readShort() << 2;
|
||||
else if (opcode != 72) {
|
||||
if (opcode == 73)
|
||||
secondBool = true;
|
||||
else if (opcode == 74)
|
||||
notCliped = true;
|
||||
else if (opcode != 75) {
|
||||
if (opcode != 77
|
||||
&& opcode != 92) {
|
||||
if (opcode == 78) {
|
||||
anInt3860 = stream
|
||||
.readUnsignedShort();
|
||||
anInt3904 = stream
|
||||
.readUnsignedByte();
|
||||
} else if (opcode != 79) {
|
||||
if (opcode == 81) {
|
||||
aByte3912 = (byte) 2;
|
||||
anInt3882 = 256 * stream
|
||||
.readUnsignedByte();
|
||||
} else if (opcode != 82) {
|
||||
if (opcode == 88)
|
||||
aBoolean3853 = false;
|
||||
else if (opcode != 89) {
|
||||
if (opcode == 90)
|
||||
aBoolean3870 = true;
|
||||
else if (opcode != 91) {
|
||||
if (opcode != 93) {
|
||||
if (opcode == 94)
|
||||
aByte3912 = (byte) 4;
|
||||
else if (opcode != 95) {
|
||||
if (opcode != 96) {
|
||||
if (opcode == 97)
|
||||
aBoolean3866 = true;
|
||||
else if (opcode == 98)
|
||||
aBoolean3923 = true;
|
||||
else if (opcode == 99) {
|
||||
anInt3857 = stream
|
||||
.readUnsignedByte();
|
||||
anInt3835 = stream
|
||||
.readUnsignedShort();
|
||||
} else if (opcode == 100) {
|
||||
anInt3844 = stream
|
||||
.readUnsignedByte();
|
||||
anInt3913 = stream
|
||||
.readUnsignedShort();
|
||||
} else if (opcode != 101) {
|
||||
if (opcode == 102)
|
||||
anInt3838 = stream
|
||||
.readUnsignedShort();
|
||||
else if (opcode == 103)
|
||||
thirdInt = 0;
|
||||
else if (opcode != 104) {
|
||||
if (opcode == 105)
|
||||
aBoolean3906 = true;
|
||||
else if (opcode == 106) {
|
||||
int i_55_ = stream
|
||||
.readUnsignedByte();
|
||||
anIntArray3869 = new int[i_55_];
|
||||
anIntArray3833 = new int[i_55_];
|
||||
for (int i_56_ = 0; i_56_ < i_55_; i_56_++) {
|
||||
anIntArray3833[i_56_] = stream
|
||||
.readUnsignedShort();
|
||||
int i_57_ = stream
|
||||
.readUnsignedByte();
|
||||
anIntArray3869[i_56_] = i_57_;
|
||||
anInt3881 += i_57_;
|
||||
}
|
||||
} else if (opcode == 107)
|
||||
anInt3851 = stream
|
||||
.readUnsignedShort();
|
||||
else if (opcode >= 150
|
||||
&& opcode < 155) {
|
||||
options[opcode
|
||||
+ -150] = stream
|
||||
.readString();
|
||||
/*if (!loader.showOptions)
|
||||
options[opcode + -150] = null;*/
|
||||
} else if (opcode != 160) {
|
||||
if (opcode == 162) {
|
||||
aByte3912 = (byte) 3;
|
||||
anInt3882 = stream
|
||||
.readInt();
|
||||
} else if (opcode == 163) {
|
||||
aByte3847 = (byte) stream
|
||||
.readByte();
|
||||
aByte3849 = (byte) stream
|
||||
.readByte();
|
||||
aByte3837 = (byte) stream
|
||||
.readByte();
|
||||
aByte3914 = (byte) stream
|
||||
.readByte();
|
||||
} else if (opcode != 164) {
|
||||
if (opcode != 165) {
|
||||
if (opcode != 166) {
|
||||
if (opcode == 167)
|
||||
anInt3921 = stream
|
||||
.readUnsignedShort();
|
||||
else if (opcode != 168) {
|
||||
if (opcode == 169) {
|
||||
aBoolean3845 = true;
|
||||
//added opcode
|
||||
}else if (opcode == 170) {
|
||||
int anInt3383 = stream.readUnsignedSmart();
|
||||
//added opcode
|
||||
}else if (opcode == 171) {
|
||||
int anInt3362 = stream.readUnsignedSmart();
|
||||
//added opcode
|
||||
}else if (opcode == 173) {
|
||||
int anInt3302 = stream.readUnsignedShort();
|
||||
int anInt3336 = stream.readUnsignedShort();
|
||||
//added opcode
|
||||
}else if (opcode == 177) {
|
||||
boolean ub = true;
|
||||
//added opcode
|
||||
}else if (opcode == 178) {
|
||||
int db = stream.readUnsignedByte();
|
||||
} else if (opcode == 249) {
|
||||
int i_58_ = stream
|
||||
.readUnsignedByte();
|
||||
if (aClass194_3922 == null) {
|
||||
/*int i_59_ = Class307
|
||||
.method3331(
|
||||
(byte) -117,
|
||||
i_58_);
|
||||
aClass194_3922 = new HashTable(
|
||||
i_59_);*/
|
||||
}
|
||||
for (int i_60_ = 0; i_60_ < i_58_; i_60_++) {
|
||||
boolean bool = stream
|
||||
.readUnsignedByte() == 1;
|
||||
int i_61_ = stream.read24BitInt();
|
||||
Object class279;
|
||||
if (!bool)
|
||||
/*class279 = new IntegerNode(*/
|
||||
stream
|
||||
.readInt();//);
|
||||
else
|
||||
/*class279 = new Class279_Sub4(*/
|
||||
stream
|
||||
.readString();//);
|
||||
/*aClass194_3922
|
||||
.method1598(
|
||||
(long) i_61_,
|
||||
-125,
|
||||
class279);*/
|
||||
}
|
||||
}
|
||||
} else
|
||||
aBoolean3894 = true;
|
||||
} else
|
||||
anInt3877 = stream
|
||||
.readShort();
|
||||
} else
|
||||
anInt3875 = stream
|
||||
.readShort();
|
||||
} else
|
||||
anInt3834 = stream
|
||||
.readShort();
|
||||
} else {
|
||||
int i_62_ = stream
|
||||
.readUnsignedByte();
|
||||
anIntArray3908 = new int[i_62_];
|
||||
for (int i_63_ = 0; i_62_ > i_63_; i_63_++)
|
||||
anIntArray3908[i_63_] = stream
|
||||
.readUnsignedShort();
|
||||
}
|
||||
} else
|
||||
anInt3865 = stream
|
||||
.readUnsignedByte();
|
||||
} else
|
||||
anInt3850 = stream
|
||||
.readUnsignedByte();
|
||||
} else
|
||||
aBoolean3924 = true;
|
||||
} else {
|
||||
aByte3912 = (byte) 5;
|
||||
anInt3882 = stream
|
||||
.readShort();
|
||||
}
|
||||
} else {
|
||||
aByte3912 = (byte) 3;
|
||||
anInt3882 = stream
|
||||
.readUnsignedShort();
|
||||
}
|
||||
} else
|
||||
aBoolean3873 = true;
|
||||
} else
|
||||
aBoolean3895 = false;
|
||||
} else
|
||||
aBoolean3891 = true;
|
||||
} else {
|
||||
anInt3900 = stream
|
||||
.readUnsignedShort();
|
||||
anInt3905 = stream
|
||||
.readUnsignedShort();
|
||||
anInt3904 = stream
|
||||
.readUnsignedByte();
|
||||
int i_64_ = stream
|
||||
.readUnsignedByte();
|
||||
anIntArray3859 = new int[i_64_];
|
||||
for (int i_65_ = 0; i_65_ < i_64_; i_65_++)
|
||||
anIntArray3859[i_65_] = stream
|
||||
.readUnsignedShort();
|
||||
}
|
||||
} else {
|
||||
configFileId = stream
|
||||
.readUnsignedShort();
|
||||
if (configFileId == 65535)
|
||||
configFileId = -1;
|
||||
configId = stream
|
||||
.readUnsignedShort();
|
||||
if (configId == 65535)
|
||||
configId = -1;
|
||||
int i_66_ = -1;
|
||||
if (opcode == 92) {
|
||||
i_66_ = stream
|
||||
.readUnsignedShort();
|
||||
if (i_66_ == 65535)
|
||||
i_66_ = -1;
|
||||
}
|
||||
int i_67_ = stream
|
||||
.readUnsignedByte();
|
||||
childrenIds = new int[i_67_
|
||||
- -2];
|
||||
for (int i_68_ = 0; i_67_ >= i_68_; i_68_++) {
|
||||
childrenIds[i_68_] = stream
|
||||
.readUnsignedShort();
|
||||
if (childrenIds[i_68_] == 65535)
|
||||
childrenIds[i_68_] = -1;
|
||||
}
|
||||
childrenIds[i_67_ + 1] = i_66_;
|
||||
}
|
||||
} else
|
||||
anInt3855 = stream
|
||||
.readUnsignedByte();
|
||||
} else
|
||||
anInt3915 = stream
|
||||
.readShort() << 2;
|
||||
} else
|
||||
anInt3883 = stream
|
||||
.readShort() << 2;
|
||||
} else
|
||||
anInt3917 = stream
|
||||
.readUnsignedShort();
|
||||
} else
|
||||
anInt3841 = stream
|
||||
.readUnsignedShort();
|
||||
} else
|
||||
aBoolean3872 = false;
|
||||
} else
|
||||
aBoolean3839 = true;
|
||||
} else {
|
||||
int i_69_ = (stream
|
||||
.readUnsignedByte());
|
||||
aByteArray3858 = (new byte[i_69_]);
|
||||
for (int i_70_ = 0; i_70_ < i_69_; i_70_++)
|
||||
aByteArray3858[i_70_] = (byte) (stream
|
||||
.readByte());
|
||||
}
|
||||
} else {
|
||||
int i_71_ = (stream
|
||||
.readUnsignedByte());
|
||||
aShortArray3920 = new short[i_71_];
|
||||
aShortArray3919 = new short[i_71_];
|
||||
for (int i_72_ = 0; i_71_ > i_72_; i_72_++) {
|
||||
aShortArray3920[i_72_] = (short) (stream
|
||||
.readUnsignedShort());
|
||||
aShortArray3919[i_72_] = (short) (stream
|
||||
.readUnsignedShort());
|
||||
}
|
||||
}
|
||||
} else
|
||||
options[-30
|
||||
+ opcode] = (stream
|
||||
.readString());
|
||||
} else
|
||||
anInt3840 = (stream.readByte() * 5);
|
||||
} else
|
||||
anInt3878 = stream.readByte();
|
||||
} else {
|
||||
anInt3876 = stream.readUnsignedShort();
|
||||
if (anInt3876 == 65535)
|
||||
anInt3876 = -1;
|
||||
}
|
||||
} else
|
||||
thirdInt = 1;
|
||||
} else
|
||||
aBoolean3867 = true;
|
||||
} else
|
||||
projectileCliped = false;
|
||||
} else
|
||||
sizeY = stream.readUnsignedByte();
|
||||
} else
|
||||
sizeX = stream.readUnsignedByte();
|
||||
} else
|
||||
name = stream.readString();
|
||||
} else {
|
||||
boolean aBoolean1162 = false;
|
||||
if (opcode == 5 && aBoolean1162)
|
||||
method3297(stream);
|
||||
int i_73_ = stream.readUnsignedByte();
|
||||
anIntArrayArray3916 = new int[i_73_][];
|
||||
aByteArray3899 = new byte[i_73_];
|
||||
for (int i_74_ = 0; i_74_ < i_73_; i_74_++) {
|
||||
aByteArray3899[i_74_] = (byte) stream.readByte();
|
||||
int i_75_ = stream.readUnsignedByte();
|
||||
anIntArrayArray3916[i_74_] = new int[i_75_];
|
||||
for (int i_76_ = 0; i_75_ > i_76_; i_76_++)
|
||||
anIntArrayArray3916[i_74_][i_76_] = stream
|
||||
.readUnsignedShort();
|
||||
}
|
||||
if (opcode == 5 && !aBoolean1162)
|
||||
method3297(stream);
|
||||
}
|
||||
}
|
||||
9
Server/rebel.xml
Normal file
9
Server/rebel.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application generated-by="intellij" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
|
||||
|
||||
<classpath>
|
||||
<dir name="C:/Users/split/Desktop/Keldagrim Backup/Server/bin">
|
||||
</dir>
|
||||
</classpath>
|
||||
|
||||
</application>
|
||||
0
Server/replay_pid2760.log
Normal file
0
Server/replay_pid2760.log
Normal file
548
Server/replay_pid3824.log
Normal file
548
Server/replay_pid3824.log
Normal file
|
|
@ -0,0 +1,548 @@
|
|||
JvmtiExport can_access_local_variables 0
|
||||
JvmtiExport can_hotswap_or_post_breakpoint 0
|
||||
JvmtiExport can_post_on_exceptions 0
|
||||
# 127 ciObject found
|
||||
ciMethod java/lang/Object <init> ()V 4097 1 21822 0 -1
|
||||
ciMethod java/lang/String <init> ([CII)V 2985 1 647 0 -1
|
||||
ciMethod java/lang/AbstractStringBuilder <init> (I)V 1025 1 216 0 -1
|
||||
ciMethod java/lang/AbstractStringBuilder append (Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; 1761 1 407 0 -1
|
||||
ciMethod java/lang/AbstractStringBuilder append (I)Ljava/lang/AbstractStringBuilder; 0 0 2 0 -1
|
||||
ciMethod java/lang/StringBuilder <init> ()V 897 1 162 0 -1
|
||||
ciMethod java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1641 1 341 0 -1
|
||||
ciMethod java/lang/StringBuilder append (I)Ljava/lang/StringBuilder; 0 0 2 0 -1
|
||||
ciMethod java/lang/StringBuilder toString ()Ljava/lang/String; 921 1 174 0 -1
|
||||
ciMethodData java/lang/Object <init> ()V 2 21822 orig 264 8 177 236 96 0 0 0 0 104 4 142 21 0 0 0 0 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 241 153 2 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 0 0 0 0 0 0 0 0 data 0 oops 0
|
||||
ciMethodData java/lang/StringBuilder <init> ()V 1 162 orig 264 8 177 236 96 0 0 0 0 80 48 149 21 0 0 0 0 48 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 0 0 145 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 255 255 255 255 2 0 3 0 0 0 0 0 data 2 0x30002 0x32 oops 0
|
||||
ciMethodData java/lang/AbstractStringBuilder <init> (I)V 1 216 orig 264 8 177 236 96 0 0 0 0 120 246 148 21 0 0 0 0 56 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 128 0 0 0 193 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 255 255 255 255 2 0 1 0 0 0 0 0 data 2 0x10002 0x58 oops 0
|
||||
ciMethodData java/lang/StringBuilder append (I)Ljava/lang/StringBuilder; 1 2 orig 264 8 177 236 96 0 0 0 0 216 55 149 21 0 0 0 0 56 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 255 255 255 255 2 0 2 0 0 0 0 0 data 2 0x20002 0x2 oops 0
|
||||
ciMethodData java/lang/AbstractStringBuilder append (I)Ljava/lang/AbstractStringBuilder; 1 2 orig 264 8 177 236 96 0 0 0 0 72 9 149 21 0 0 0 0 24 2 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 200 0 0 0 255 255 255 255 7 0 3 0 0 0 0 0 data 25 0x30007 0x2 0x50 0x0 0x90005 0x0 0x0 0x0 0x0 0x0 0x100007 0x2 0x48 0x0 0x150002 0x0 0x1a0003 0x0 0x28 0x1e0002 0x2 0x2b0002 0x2 0x340002 0x2 oops 0
|
||||
ciMethodData java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1 341 orig 264 8 177 236 96 0 0 0 0 72 51 149 21 0 0 0 0 56 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 205 0 0 0 65 4 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 3 0 2 0 0 0 16 0 0 0 255 255 255 255 2 0 2 0 0 0 0 0 data 2 0x20002 0x88 oops 0
|
||||
ciMethodData java/lang/AbstractStringBuilder append (Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; 1 407 orig 264 8 177 236 96 0 0 0 0 24 1 149 21 0 0 0 0 240 1 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 220 0 0 0 217 5 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 9 0 2 0 0 0 160 0 0 0 255 255 255 255 7 0 1 0 0 0 0 0 data 20 0x10007 0xbb 0x30 0x0 0x50002 0x0 0xa0005 0x80 0x22c9ce0 0x3b 0x0 0x0 0x150002 0xbb 0x230005 0x80 0x22c9ce0 0x3b 0x0 0x0 oops 2 8 java/lang/String 16 java/lang/String
|
||||
ciMethodData java/lang/StringBuilder toString ()Ljava/lang/String; 1 174 orig 264 8 177 236 96 0 0 0 0 104 70 149 21 0 0 0 0 48 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 115 0 0 0 217 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 255 255 255 255 2 0 13 0 0 0 0 0 data 2 0xd0002 0x3b oops 0
|
||||
ciMethodData java/lang/String <init> ([CII)V 1 647 orig 264 8 177 236 96 0 0 0 0 120 48 142 21 0 0 0 0 80 2 0 0 208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 1 0 0 145 8 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 14 0 2 0 0 0 240 0 0 0 255 255 255 255 2 0 1 0 0 0 0 0 data 30 0x10002 0x112 0x50007 0x112 0x30 0x0 0xd0002 0x0 0x120007 0x112 0x70 0x0 0x160007 0x0 0x30 0x0 0x1e0002 0x0 0x250007 0x0 0x20 0x0 0x370007 0x112 0x30 0x0 0x410002 0x0 0x4b0002 0x112 oops 0
|
||||
ciMethod java/io/DataInput readFully ([BII)V 0 0 1 0 -1
|
||||
ciMethod java/io/DataInput readUnsignedShort ()I 0 0 1 0 -1
|
||||
ciMethod java/io/DataInputStream readFully ([BII)V 1009 1009 126 0 -1
|
||||
ciMethod java/io/DataInputStream readUnsignedShort ()I 1009 1 126 0 -1
|
||||
ciMethod java/io/DataInputStream readUTF (Ljava/io/DataInput;)Ljava/lang/String; 1009 16385 126 0 -1
|
||||
ciMethodData java/io/DataInputStream readUTF (Ljava/io/DataInput;)Ljava/lang/String; 1 2048 orig 264 8 177 236 96 0 0 0 0 80 100 181 21 0 0 0 0 40 7 0 0 112 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 224 5 0 0 255 255 255 255 5 0 1 0 0 0 0 0 data 188 0x10005 0x0 0x0 0x0 0x0 0x0 0xc0004 0x0 0x0 0x0 0x0 0x0 0xf0007 0x0 0x88 0x0 0x130004 0x0 0x0 0x0 0x0 0x0 0x1f0007 0x0 0x20 0x0 0x420003 0x0 0x18 0x570005 0x0 0x0 0x0 0x0 0x0 0x5f0007 0x0 0x70 0x0 0x700007 0x0 0x38 0x0 0x730003 0x0 0x30 0x830003 0x0 0xffffffffffffffa8 0x890007 0x0 0x448 0x0 0x9a0008 0x20 0x0 0x378 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x110 0x0 0x378 0x0 0x378 0x0 0x378 0x0 0x378 0x0 0x128 0x0 0x128 0x0 0x240 0xf10003 0x0 0xfffffffffffffed0 0xfa0007 0x0 0x30 0x0 0x1030002 0x0 0x1180007 0x0 0xd0 0x0 0x1230002 0x0 0x1280005 0x0 0x0 0x0 0x0 0x0 0x12d0005 0x0 0x0 0x0 0x0 0x0 0x1300005 0x0 0x0 0x0 0x0 0x0 0x1330002 0x0 0x14d0003 0x0 0xfffffffffffffdb8 0x1560007 0x0 0x30 0x0 0x15f0002 0x0 0x17c0007 0x0 0x40 0x0 0x1880007 0x0 0xd0 0x0 0x1930002 0x0 0x1980005 0x0 0x0 0x0 0x0 0x0 0x19f0005 0x0 0x0 0x0 0x0 0x0 0x1a20005 0x0 0x0 0x0 0x0 0x0 0x1a50002 0x0 0x1ca0003 0x0 0xfffffffffffffc80 0x1d50002 0x0 0x1da0005 0x0 0x0 0x0 0x0 0x0 0x1df0005 0x0 0x0 0x0 0x0 0x0 0x1e20005 0x0 0x0 0x0 0x0 0x0 0x1e50002 0x0 0x1f10002 0x0 oops 0
|
||||
ciMethodData java/io/DataInputStream readUnsignedShort ()I 1 126 orig 264 8 177 236 96 0 0 0 0 232 91 181 21 0 0 0 0 216 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 126 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 144 0 0 0 255 255 255 255 5 0 4 0 0 0 0 0 data 18 0x40005 0x0 0x0 0x0 0x0 0x0 0xc0005 0x0 0x0 0x0 0x0 0x0 0x130007 0x0 0x30 0x0 0x1a0002 0x0 oops 0
|
||||
ciMethodData java/io/DataInputStream readFully ([BII)V 1 126 orig 264 8 177 236 96 0 0 0 0 200 87 181 21 0 0 0 0 40 2 0 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77 68 79 32 101 120 116 114 97 32 100 97 116 97 32 108 111 99 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 126 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 200 0 0 0 255 255 255 255 7 0 1 0 0 0 0 0 data 25 0x10007 0x0 0x30 0x0 0x80002 0x0 0x120007 0x0 0x98 0x0 0x220005 0x0 0x0 0x0 0x0 0x0 0x290007 0x0 0x30 0x0 0x300002 0x0 0x3b0003 0x0 0xffffffffffffff80 oops 0
|
||||
instanceKlass java/io/DataInput
|
||||
instanceKlass sun/util/calendar/ZoneInfoFile$1
|
||||
instanceKlass sun/util/calendar/ZoneInfoFile
|
||||
instanceKlass sun/util/calendar/CalendarSystem
|
||||
instanceKlass java/util/TimeZone
|
||||
instanceKlass java/util/Locale$1
|
||||
instanceKlass java/text/AttributedCharacterIterator$Attribute
|
||||
instanceKlass java/text/Format
|
||||
instanceKlass org/keldagrim/game/system/SystemLogger
|
||||
instanceKlass org/keldagrim/tools/TimeStamp
|
||||
instanceKlass java/util/concurrent/Executors$DefaultThreadFactory
|
||||
instanceKlass java/util/concurrent/ThreadFactory
|
||||
instanceKlass java/util/concurrent/LinkedBlockingQueue$Node
|
||||
instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject
|
||||
instanceKlass java/util/concurrent/locks/Condition
|
||||
instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
|
||||
instanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer
|
||||
instanceKlass java/util/concurrent/BlockingQueue
|
||||
instanceKlass java/util/concurrent/ThreadPoolExecutor$AbortPolicy
|
||||
instanceKlass java/util/concurrent/RejectedExecutionHandler
|
||||
instanceKlass java/util/concurrent/AbstractExecutorService
|
||||
instanceKlass java/util/concurrent/ExecutorService
|
||||
instanceKlass java/util/concurrent/Executors
|
||||
instanceKlass java/util/concurrent/ConcurrentLinkedQueue$Node
|
||||
instanceKlass java/util/Queue
|
||||
instanceKlass org/keldagrim/net/packet/Context
|
||||
instanceKlass org/keldagrim/game/world/update/UpdateSequence
|
||||
instanceKlass java/util/concurrent/Executor
|
||||
instanceKlass org/keldagrim/worker/MajorUpdateWorker
|
||||
instanceKlass org/keldagrim/game/world/GameWorld
|
||||
instanceKlass java/util/Properties$LineReader
|
||||
instanceKlass org/keldagrim/game/world/GameSettings
|
||||
instanceKlass java/lang/Void
|
||||
instanceKlass java/lang/Class$MethodArray
|
||||
instanceKlass sun/launcher/LauncherHelper$FXHelper
|
||||
instanceKlass org/keldagrim/App
|
||||
instanceKlass java/io/FilePermission$1
|
||||
instanceKlass sun/net/www/MessageHeader
|
||||
instanceKlass java/net/URLConnection
|
||||
instanceKlass java/security/PermissionCollection
|
||||
instanceKlass sun/nio/ch/DirectBuffer
|
||||
instanceKlass sun/misc/PerfCounter$CoreCounters
|
||||
instanceKlass sun/misc/Perf
|
||||
instanceKlass sun/misc/Perf$GetPerfAction
|
||||
instanceKlass sun/misc/PerfCounter
|
||||
instanceKlass sun/nio/ByteBuffered
|
||||
instanceKlass java/lang/Package
|
||||
instanceKlass sun/misc/Resource
|
||||
instanceKlass sun/nio/cs/ThreadLocalCoders$Cache
|
||||
instanceKlass sun/nio/cs/ThreadLocalCoders
|
||||
instanceKlass java/util/zip/ZipFile$1
|
||||
instanceKlass sun/misc/JavaUtilZipFileAccess
|
||||
instanceKlass java/util/zip/ZipFile
|
||||
instanceKlass java/util/zip/ZipConstants
|
||||
instanceKlass sun/misc/URLClassPath$Loader
|
||||
instanceKlass sun/misc/URLClassPath$3
|
||||
instanceKlass sun/net/util/URLUtil
|
||||
instanceKlass java/net/URLClassLoader$1
|
||||
instanceKlass java/lang/StringCoding$StringDecoder
|
||||
instanceKlass java/io/FileOutputStream$1
|
||||
instanceKlass java/lang/StringCoding$StringEncoder
|
||||
instanceKlass java/lang/ThreadLocal$ThreadLocalMap
|
||||
instanceKlass java/lang/StringCoding
|
||||
instanceKlass sun/usagetracker/UsageTrackerClient$3
|
||||
instanceKlass java/util/TreeMap$Entry
|
||||
instanceKlass java/lang/ProcessEnvironment$CheckedEntry
|
||||
instanceKlass java/util/HashMap$HashIterator
|
||||
instanceKlass java/lang/ProcessEnvironment$CheckedEntrySet$1
|
||||
instanceKlass java/util/NavigableMap
|
||||
instanceKlass java/util/SortedMap
|
||||
instanceKlass java/util/Collections$UnmodifiableMap
|
||||
instanceKlass java/lang/ProcessEnvironment$EntryComparator
|
||||
instanceKlass java/lang/ProcessEnvironment$NameComparator
|
||||
instanceKlass sun/usagetracker/UsageTrackerClient$2
|
||||
instanceKlass sun/usagetracker/UsageTrackerClient$4
|
||||
instanceKlass sun/usagetracker/UsageTrackerClient$1
|
||||
instanceKlass java/util/concurrent/atomic/AtomicBoolean
|
||||
instanceKlass sun/usagetracker/UsageTrackerClient
|
||||
instanceKlass sun/misc/PostVMInitHook
|
||||
instanceKlass java/lang/invoke/MethodHandleStatics$1
|
||||
instanceKlass java/lang/invoke/MethodHandleStatics
|
||||
instanceKlass java/lang/invoke/MemberName$Factory
|
||||
instanceKlass java/lang/ClassValue$Version
|
||||
instanceKlass java/lang/ClassValue$Identity
|
||||
instanceKlass java/lang/ClassValue
|
||||
instanceKlass java/lang/invoke/MethodHandleImpl$3
|
||||
instanceKlass java/lang/invoke/MethodHandleImpl$2
|
||||
instanceKlass java/util/function/Function
|
||||
instanceKlass java/lang/invoke/MethodHandleImpl$1
|
||||
instanceKlass java/lang/invoke/MethodHandleImpl
|
||||
instanceKlass java/lang/SystemClassLoaderAction
|
||||
instanceKlass sun/misc/Launcher$AppClassLoader$1
|
||||
instanceKlass sun/misc/URLClassPath
|
||||
instanceKlass java/security/Principal
|
||||
instanceKlass java/security/ProtectionDomain$Key
|
||||
instanceKlass java/security/ProtectionDomain$2
|
||||
instanceKlass sun/misc/JavaSecurityProtectionDomainAccess
|
||||
instanceKlass java/security/ProtectionDomain$JavaSecurityAccessImpl
|
||||
instanceKlass sun/misc/JavaSecurityAccess
|
||||
instanceKlass java/net/URLStreamHandler
|
||||
instanceKlass java/net/Parts
|
||||
instanceKlass java/util/BitSet
|
||||
instanceKlass sun/net/www/ParseUtil
|
||||
instanceKlass java/io/FileInputStream$1
|
||||
instanceKlass sun/util/locale/LocaleUtils
|
||||
instanceKlass java/util/Locale$LocaleKey
|
||||
instanceKlass sun/util/locale/BaseLocale$Key
|
||||
instanceKlass sun/util/locale/BaseLocale
|
||||
instanceKlass java/util/concurrent/ConcurrentHashMap$CollectionView
|
||||
instanceKlass java/util/concurrent/ConcurrentHashMap$CounterCell
|
||||
instanceKlass java/util/concurrent/ConcurrentHashMap$Node
|
||||
instanceKlass java/util/concurrent/locks/ReentrantLock
|
||||
instanceKlass java/util/concurrent/locks/Lock
|
||||
instanceKlass java/util/concurrent/ConcurrentMap
|
||||
instanceKlass sun/util/locale/LocaleObjectCache
|
||||
instanceKlass java/util/Locale
|
||||
instanceKlass java/lang/reflect/Array
|
||||
instanceKlass java/nio/charset/CoderResult$Cache
|
||||
instanceKlass java/nio/charset/CoderResult
|
||||
instanceKlass java/nio/charset/CharsetDecoder
|
||||
instanceKlass sun/nio/cs/ArrayDecoder
|
||||
instanceKlass java/io/Reader
|
||||
instanceKlass java/lang/Readable
|
||||
instanceKlass sun/misc/MetaIndex
|
||||
instanceKlass sun/misc/Launcher$ExtClassLoader$1
|
||||
instanceKlass java/util/StringTokenizer
|
||||
instanceKlass java/net/URLClassLoader$7
|
||||
instanceKlass sun/misc/JavaNetAccess
|
||||
instanceKlass java/lang/ClassLoader$ParallelLoaders
|
||||
instanceKlass sun/security/util/Debug
|
||||
instanceKlass sun/misc/Launcher$Factory
|
||||
instanceKlass java/net/URLStreamHandlerFactory
|
||||
instanceKlass java/lang/Compiler$1
|
||||
instanceKlass java/lang/Compiler
|
||||
instanceKlass java/lang/System$2
|
||||
instanceKlass sun/misc/JavaLangAccess
|
||||
instanceKlass sun/io/Win32ErrorMode
|
||||
instanceKlass sun/misc/OSEnvironment
|
||||
instanceKlass java/lang/CharacterData
|
||||
instanceKlass java/lang/Integer$IntegerCache
|
||||
instanceKlass sun/misc/NativeSignalHandler
|
||||
instanceKlass sun/misc/Signal
|
||||
instanceKlass java/lang/Terminator$1
|
||||
instanceKlass sun/misc/SignalHandler
|
||||
instanceKlass java/lang/Terminator
|
||||
instanceKlass java/lang/ClassLoader$NativeLibrary
|
||||
instanceKlass java/io/ExpiringCache$Entry
|
||||
instanceKlass java/lang/ClassLoader$3
|
||||
instanceKlass java/nio/file/Path
|
||||
instanceKlass java/nio/file/Watchable
|
||||
instanceKlass java/lang/Enum
|
||||
instanceKlass java/io/ExpiringCache
|
||||
instanceKlass java/io/FileSystem
|
||||
instanceKlass java/io/DefaultFileSystem
|
||||
instanceKlass sun/security/reward/GetPropertyAction
|
||||
instanceKlass java/nio/Bits$1
|
||||
instanceKlass sun/misc/JavaNioAccess
|
||||
instanceKlass java/nio/ByteOrder
|
||||
instanceKlass java/nio/Bits
|
||||
instanceKlass java/nio/charset/CodingErrorAction
|
||||
instanceKlass java/nio/charset/CharsetEncoder
|
||||
instanceKlass sun/nio/cs/ArrayEncoder
|
||||
instanceKlass java/io/Writer
|
||||
instanceKlass sun/reflect/ReflectionFactory$1
|
||||
instanceKlass java/lang/Class$1
|
||||
instanceKlass sun/nio/cs/SingleByte
|
||||
instanceKlass sun/nio/cs/HistoricallyNamedCharset
|
||||
instanceKlass java/util/Arrays
|
||||
instanceKlass java/lang/ThreadLocal
|
||||
instanceKlass java/nio/charset/spi/CharsetProvider
|
||||
instanceKlass java/nio/charset/Charset
|
||||
instanceKlass sun/reflect/misc/ReflectUtil
|
||||
instanceKlass java/lang/reflect/ReflectAccess
|
||||
instanceKlass sun/reflect/LangReflectAccess
|
||||
instanceKlass java/lang/reflect/Modifier
|
||||
instanceKlass sun/reflect/annotation/AnnotationType
|
||||
instanceKlass java/lang/Class$AnnotationData
|
||||
instanceKlass sun/reflect/generics/repository/AbstractRepository
|
||||
instanceKlass java/lang/Class$Atomic
|
||||
instanceKlass java/lang/Class$ReflectionData
|
||||
instanceKlass java/lang/Class$3
|
||||
instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1
|
||||
instanceKlass java/security/PrivilegedExceptionAction
|
||||
instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater
|
||||
instanceKlass java/io/OutputStream
|
||||
instanceKlass java/io/Flushable
|
||||
instanceKlass java/io/FileDescriptor$1
|
||||
instanceKlass sun/misc/JavaIOFileDescriptorAccess
|
||||
instanceKlass java/io/FileDescriptor
|
||||
instanceKlass sun/misc/Version
|
||||
instanceKlass java/lang/Runtime
|
||||
instanceKlass java/util/Hashtable$Enumerator
|
||||
instanceKlass java/util/Iterator
|
||||
instanceKlass java/util/Enumeration
|
||||
instanceKlass java/util/Objects
|
||||
instanceKlass java/util/Collections$SynchronizedCollection
|
||||
instanceKlass java/lang/Math
|
||||
instanceKlass java/util/Hashtable$Entry
|
||||
instanceKlass sun/misc/VM
|
||||
instanceKlass java/util/HashMap$Node
|
||||
instanceKlass java/util/Map$Entry
|
||||
instanceKlass sun/reflect/Reflection
|
||||
instanceKlass sun/misc/SharedSecrets
|
||||
instanceKlass java/lang/ref/Reference$1
|
||||
instanceKlass sun/misc/JavaLangRefAccess
|
||||
instanceKlass java/lang/ref/ReferenceQueue$Lock
|
||||
instanceKlass java/lang/ref/ReferenceQueue
|
||||
instanceKlass java/util/Collections$UnmodifiableCollection
|
||||
instanceKlass java/util/AbstractMap
|
||||
instanceKlass java/util/Set
|
||||
instanceKlass java/util/Collections
|
||||
instanceKlass java/lang/ref/Reference$Lock
|
||||
instanceKlass sun/reflect/ReflectionFactory
|
||||
instanceKlass java/util/AbstractCollection
|
||||
instanceKlass java/util/RandomAccess
|
||||
instanceKlass java/util/List
|
||||
instanceKlass java/util/Collection
|
||||
instanceKlass java/lang/Iterable
|
||||
instanceKlass java/security/cert/Certificate
|
||||
instanceKlass sun/reflect/ReflectionFactory$GetReflectionFactoryAction
|
||||
instanceKlass java/security/PrivilegedAction
|
||||
instanceKlass java/security/AccessController
|
||||
instanceKlass java/security/Permission
|
||||
instanceKlass java/security/Guard
|
||||
instanceKlass java/lang/String$CaseInsensitiveComparator
|
||||
instanceKlass java/util/Comparator
|
||||
instanceKlass java/io/ObjectStreamField
|
||||
instanceKlass java/lang/Number
|
||||
instanceKlass java/lang/Character
|
||||
instanceKlass java/lang/Boolean
|
||||
instanceKlass java/nio/Buffer
|
||||
instanceKlass java/lang/StackTraceElement
|
||||
instanceKlass java/security/CodeSource
|
||||
instanceKlass sun/misc/Launcher
|
||||
instanceKlass java/util/jar/Manifest
|
||||
instanceKlass java/net/URL
|
||||
instanceKlass java/io/File
|
||||
instanceKlass java/io/InputStream
|
||||
instanceKlass java/io/Closeable
|
||||
instanceKlass java/lang/AutoCloseable
|
||||
instanceKlass sun/misc/Unsafe
|
||||
instanceKlass java/lang/AbstractStringBuilder
|
||||
instanceKlass java/lang/Appendable
|
||||
instanceKlass java/lang/invoke/CallSite
|
||||
instanceKlass java/lang/invoke/MethodType
|
||||
instanceKlass java/lang/invoke/LambdaForm
|
||||
instanceKlass java/lang/invoke/MethodHandleNatives
|
||||
instanceKlass java/lang/invoke/MemberName
|
||||
instanceKlass java/lang/invoke/MethodHandle
|
||||
instanceKlass sun/reflect/CallerSensitive
|
||||
instanceKlass java/lang/annotation/Annotation
|
||||
instanceKlass sun/reflect/FieldAccessor
|
||||
instanceKlass sun/reflect/ConstantPool
|
||||
instanceKlass sun/reflect/ConstructorAccessor
|
||||
instanceKlass sun/reflect/MethodAccessor
|
||||
instanceKlass sun/reflect/MagicAccessorImpl
|
||||
instanceKlass java/lang/reflect/Parameter
|
||||
instanceKlass java/lang/reflect/Member
|
||||
instanceKlass java/lang/reflect/AccessibleObject
|
||||
instanceKlass java/util/Dictionary
|
||||
instanceKlass java/util/Map
|
||||
instanceKlass java/lang/ThreadGroup
|
||||
instanceKlass java/lang/Thread$UncaughtExceptionHandler
|
||||
instanceKlass java/lang/Thread
|
||||
instanceKlass java/lang/Runnable
|
||||
instanceKlass java/lang/ref/Reference
|
||||
instanceKlass java/security/AccessControlContext
|
||||
instanceKlass java/security/ProtectionDomain
|
||||
instanceKlass java/lang/SecurityManager
|
||||
instanceKlass java/lang/Throwable
|
||||
instanceKlass java/lang/System
|
||||
instanceKlass java/lang/ClassLoader
|
||||
instanceKlass java/lang/Cloneable
|
||||
instanceKlass java/lang/Class
|
||||
instanceKlass java/lang/reflect/Type
|
||||
instanceKlass java/lang/reflect/GenericDeclaration
|
||||
instanceKlass java/lang/reflect/AnnotatedElement
|
||||
instanceKlass java/lang/String
|
||||
instanceKlass java/lang/CharSequence
|
||||
instanceKlass java/lang/Comparable
|
||||
instanceKlass java/io/Serializable
|
||||
ciInstanceKlass java/lang/Object 1 1 75 3 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 7 100 100 1 1 1 12 12 12 12 12 12 12 12 12 12 10 10 10 10 10 10 10 10 10 10
|
||||
ciInstanceKlass java/io/Serializable 1 0 5 1 1 100 100
|
||||
ciInstanceKlass java/lang/String 1 1 537 3 3 3 3 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 7 100 100 100 100 7 100 100 100 100 100 100 100 100 100 7 100 7 7 100 7 100 100 7 100 7 100 100 100 7 7 100 100 100 7 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 1
|
||||
staticfield java/lang/String serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField;
|
||||
staticfield java/lang/String CASE_INSENSITIVE_ORDER Ljava/util/Comparator; java/lang/String$CaseInsensitiveComparator
|
||||
ciInstanceKlass java/lang/Class 1 1 1187 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 5 0 8 8 8 8 8 100 100 100 100 100 100 100 7 100 7 100 7 100 100 7 100 7 7 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 7 100 7 100 100 100 7 100 100 7 7 100 100 100 7 100 100 100 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 7 7 7 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 1 1 1 1 1 1 1
|
||||
staticfield java/lang/Class serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField;
|
||||
ciInstanceKlass java/lang/Cloneable 1 0 5 1 1 100 100
|
||||
instanceKlass sun/reflect/DelegatingClassLoader
|
||||
instanceKlass java/security/SecureClassLoader
|
||||
ciInstanceKlass java/lang/ClassLoader 1 1 839 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 7 100 7 100 100 100 100 7 100 100 100 7 7 7 100 7 100 100 100 100 7 7 100 100 7 100 7 7 100 100 100 100 7 100 100 7 7 100 7 7 100 7 100 7 7 100 100 7 7 7 7 100 7 7 100 100 7 7 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 1 1
|
||||
staticfield java/lang/ClassLoader nocerts [Ljava/security/cert/Certificate; 0 [Ljava/security/cert/Certificate;
|
||||
ciInstanceKlass java/lang/System 1 1 366 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 7 7 7 7 100 7 100 100 100 100 100 100 7 7 100 100 7 100 100 7 7 7 7 100 100 100 7 100 100 7 7 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11
|
||||
staticfield java/lang/System in Ljava/io/InputStream; java/io/BufferedInputStream
|
||||
staticfield java/lang/System out Ljava/io/PrintStream; java/io/PrintStream
|
||||
staticfield java/lang/System err Ljava/io/PrintStream; java/io/PrintStream
|
||||
instanceKlass java/lang/Exception
|
||||
instanceKlass java/lang/Error
|
||||
ciInstanceKlass java/lang/Throwable 1 1 324 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 100 100 7 100 100 100 100 7 7 100 100 100 100 100 100 100 100 100 7 7 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 1 1 1 1
|
||||
staticfield java/lang/Throwable UNASSIGNED_STACK [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement;
|
||||
staticfield java/lang/Throwable SUPPRESSED_SENTINEL Ljava/util/List; java/util/Collections$UnmodifiableRandomAccessList
|
||||
staticfield java/lang/Throwable EMPTY_THROWABLE_ARRAY [Ljava/lang/Throwable; 0 [Ljava/lang/Throwable;
|
||||
staticfield java/lang/Throwable $assertionsDisabled Z 1
|
||||
instanceKlass java/lang/VirtualMachineError
|
||||
instanceKlass java/lang/LinkageError
|
||||
instanceKlass java/lang/ThreadDeath
|
||||
ciInstanceKlass java/lang/Error 1 1 27 1 1 1 1 1 1 1 1 1 1 5 0 100 7 1 1 12 12 12 12 12 10 10 10 10 10
|
||||
ciInstanceKlass java/lang/ThreadDeath 0 0 15 1 1 1 1 1 1 1 1 5 0 100 100 12 10
|
||||
instanceKlass java/io/IOException
|
||||
instanceKlass java/lang/InterruptedException
|
||||
instanceKlass java/lang/ReflectiveOperationException
|
||||
instanceKlass java/lang/RuntimeException
|
||||
ciInstanceKlass java/lang/Exception 1 1 27 1 1 1 1 1 1 1 1 1 1 5 0 100 7 1 1 12 12 12 12 12 10 10 10 10 10
|
||||
instanceKlass java/lang/IllegalArgumentException
|
||||
instanceKlass java/lang/ArithmeticException
|
||||
instanceKlass java/lang/NullPointerException
|
||||
instanceKlass java/lang/IllegalMonitorStateException
|
||||
instanceKlass java/lang/ArrayStoreException
|
||||
instanceKlass java/lang/ClassCastException
|
||||
ciInstanceKlass java/lang/RuntimeException 1 1 27 1 1 1 1 1 1 1 1 1 1 5 0 100 100 1 1 12 12 12 12 12 10 10 10 10 10
|
||||
ciInstanceKlass java/lang/SecurityManager 0 0 372 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
ciInstanceKlass java/security/ProtectionDomain 1 1 267 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 7 100 100 100 100 100 100 100 100 100 7 7 100 7 7 100 7 7 7 100 100 100 7 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 1
|
||||
staticfield java/security/ProtectionDomain debug Lsun/security/util/Debug; null
|
||||
ciInstanceKlass java/security/AccessControlContext 1 1 302 8 8 8 8 8 8 8 8 8 8 8 8 8 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 7 100 100 100 100 100 7 100 100 7 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11
|
||||
instanceKlass java/net/URLClassLoader
|
||||
ciInstanceKlass java/security/SecureClassLoader 1 1 127 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 100 100 100 100 7 100 7 7 7 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
staticfield java/security/SecureClassLoader debug Lsun/security/util/Debug; null
|
||||
instanceKlass java/lang/ClassNotFoundException
|
||||
ciInstanceKlass java/lang/ReflectiveOperationException 1 1 24 1 1 1 1 1 1 1 1 1 1 5 0 7 100 1 12 12 12 12 10 10 10 10
|
||||
ciInstanceKlass java/lang/ClassNotFoundException 1 1 29 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 7 100 1 1 1 12 12 12 9 10 10
|
||||
instanceKlass java/lang/IncompatibleClassChangeError
|
||||
instanceKlass java/lang/BootstrapMethodError
|
||||
instanceKlass java/lang/NoClassDefFoundError
|
||||
ciInstanceKlass java/lang/LinkageError 1 1 21 1 1 1 1 1 1 1 1 1 5 0 7 100 1 12 12 12 10 10 10
|
||||
ciInstanceKlass java/lang/NoClassDefFoundError 0 0 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/lang/ClassCastException 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/lang/ArrayStoreException 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
instanceKlass java/lang/StackOverflowError
|
||||
instanceKlass java/lang/OutOfMemoryError
|
||||
ciInstanceKlass java/lang/VirtualMachineError 1 1 24 1 1 1 1 1 1 1 1 1 1 5 0 100 100 1 12 12 12 12 10 10 10 10
|
||||
ciInstanceKlass java/lang/OutOfMemoryError 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/lang/StackOverflowError 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/lang/IllegalMonitorStateException 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
instanceKlass java/lang/ref/PhantomReference
|
||||
instanceKlass java/lang/ref/FinalReference
|
||||
instanceKlass java/lang/ref/WeakReference
|
||||
instanceKlass java/lang/ref/SoftReference
|
||||
ciInstanceKlass java/lang/ref/Reference 1 1 131 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 7 100 7 7 100 7 7 7 7 7 100 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1 1
|
||||
instanceKlass sun/util/locale/LocaleObjectCache$CacheEntry
|
||||
ciInstanceKlass java/lang/ref/SoftReference 1 1 32 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 7 7 1 1 1 1 12 12 12 12 12 9 9 10 10 10
|
||||
instanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry
|
||||
instanceKlass java/lang/ClassValue$Entry
|
||||
instanceKlass java/util/WeakHashMap$Entry
|
||||
ciInstanceKlass java/lang/ref/WeakReference 1 1 17 1 1 1 1 1 1 7 100 1 1 1 1 12 12 10 10
|
||||
instanceKlass java/lang/ref/Finalizer
|
||||
ciInstanceKlass java/lang/ref/FinalReference 1 1 13 1 1 1 1 1 100 7 1 1 1 12 10
|
||||
instanceKlass sun/misc/Cleaner
|
||||
ciInstanceKlass java/lang/ref/PhantomReference 1 1 16 1 1 1 1 1 1 1 1 100 100 1 1 1 12 10
|
||||
ciInstanceKlass sun/misc/Cleaner 1 1 71 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 7 100 7 100 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 10 10 10 10 10 10 10 11
|
||||
staticfield sun/misc/Cleaner dummyQueue Ljava/lang/ref/ReferenceQueue; java/lang/ref/ReferenceQueue
|
||||
ciInstanceKlass java/lang/ref/Finalizer 1 1 145 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 7 7 7 100 7 7 100 100 100 7 7 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
staticfield java/lang/ref/Finalizer lock Ljava/lang/Object; java/lang/Object
|
||||
instanceKlass java/lang/ref/Finalizer$FinalizerThread
|
||||
instanceKlass java/lang/ref/Reference$ReferenceHandler
|
||||
ciInstanceKlass java/lang/Thread 1 1 543 3 3 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 100 100 100 100 100 100 100 100 100 100 100 100 7 100 7 100 7 7 100 7 100 100 100 100 100 100 7 100 100 100 100 100 100 100 7 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 1 1 1 1
|
||||
staticfield java/lang/Thread EMPTY_STACK_TRACE [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement;
|
||||
staticfield java/lang/Thread SUBCLASS_IMPLEMENTATION_PERMISSION Ljava/lang/RuntimePermission; java/lang/RuntimePermission
|
||||
ciInstanceKlass java/lang/ThreadGroup 1 1 265 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 7 100 100 7 7 100 100 7 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
instanceKlass java/util/Hashtable
|
||||
ciInstanceKlass java/util/Dictionary 1 1 28 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 100 1 1 1 1 1 1 12 10
|
||||
instanceKlass java/util/Properties
|
||||
ciInstanceKlass java/util/Hashtable 1 1 394 3 3 4 4 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 5 0 100 100 100 100 100 100 100 100 100 100 7 100 100 7 100 7 100 100 100 7 100 7 7 100 7 7 7 100 100 7 7 7 100 7 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 1 1 1 1
|
||||
ciInstanceKlass java/util/Properties 1 1 260 3 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 100 100 100 100 100 100 7 100 100 100 100 100 7 100 100 7 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 1 1
|
||||
staticfield java/util/Properties hexDigit [C 16
|
||||
instanceKlass java/lang/reflect/Executable
|
||||
instanceKlass java/lang/reflect/Field
|
||||
ciInstanceKlass java/lang/reflect/AccessibleObject 1 1 141 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 7 100 100 7 7 100 7 100 7 7 100 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
staticfield java/lang/reflect/AccessibleObject ACCESS_PERMISSION Ljava/security/Permission; java/lang/reflect/ReflectPermission
|
||||
staticfield java/lang/reflect/AccessibleObject reflectionFactory Lsun/reflect/ReflectionFactory; sun/reflect/ReflectionFactory
|
||||
ciInstanceKlass java/lang/reflect/Field 1 1 359 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 7 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 1
|
||||
ciInstanceKlass java/lang/reflect/Parameter 0 0 207 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11
|
||||
instanceKlass java/lang/reflect/Constructor
|
||||
instanceKlass java/lang/reflect/Method
|
||||
ciInstanceKlass java/lang/reflect/Executable 1 1 375 3 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 1
|
||||
ciInstanceKlass java/lang/reflect/Method 1 1 343 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 100 100 100 100 100 100 100 100 7 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11
|
||||
ciInstanceKlass java/lang/reflect/Constructor 1 1 327 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 100 7 100 100 100 100 100 100 7 7 100 100 100 100 100 7 100 7 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 1
|
||||
instanceKlass sun/reflect/FieldAccessorImpl
|
||||
instanceKlass sun/reflect/ConstructorAccessorImpl
|
||||
instanceKlass sun/reflect/MethodAccessorImpl
|
||||
ciInstanceKlass sun/reflect/MagicAccessorImpl 1 1 10 1 1 1 1 1 7 100 12 10
|
||||
ciInstanceKlass sun/reflect/MethodAccessorImpl 0 0 19 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 12 10
|
||||
instanceKlass sun/reflect/DelegatingConstructorAccessorImpl
|
||||
instanceKlass sun/reflect/NativeConstructorAccessorImpl
|
||||
ciInstanceKlass sun/reflect/ConstructorAccessorImpl 1 1 21 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 7 12 10
|
||||
ciInstanceKlass sun/reflect/DelegatingClassLoader 0 0 10 1 1 1 1 100 100 1 12 10
|
||||
ciInstanceKlass sun/reflect/ConstantPool 0 0 103 8 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
instanceKlass sun/reflect/UnsafeFieldAccessorImpl
|
||||
ciInstanceKlass sun/reflect/FieldAccessorImpl 0 0 53 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 12 10
|
||||
instanceKlass sun/reflect/UnsafeStaticFieldAccessorImpl
|
||||
ciInstanceKlass sun/reflect/UnsafeFieldAccessorImpl 0 0 226 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
ciInstanceKlass sun/reflect/UnsafeStaticFieldAccessorImpl 0 0 35 8 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 1 1 1 1 12 12 12 12 12 9 9 10 10 10
|
||||
ciInstanceKlass sun/reflect/CallerSensitive 0 0 15 1 1 1 1 1 1 1 100 100 100 1 1 1 1
|
||||
instanceKlass java/lang/invoke/DirectMethodHandle
|
||||
ciInstanceKlass java/lang/invoke/MethodHandle 1 1 435 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 7 100 7 100 100 100 100 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1 1
|
||||
staticfield java/lang/invoke/MethodHandle FORM_OFFSET J 20
|
||||
staticfield java/lang/invoke/MethodHandle $assertionsDisabled Z 1
|
||||
ciInstanceKlass java/lang/invoke/DirectMethodHandle 0 0 691 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1 1 1 1 1 1 1 1
|
||||
ciInstanceKlass java/lang/invoke/MemberName 1 1 641 3 3 3 3 3 3 3 3 3 3 3 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 100 100 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 100 100 100 100 100 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1 1 1
|
||||
staticfield java/lang/invoke/MemberName $assertionsDisabled Z 1
|
||||
ciInstanceKlass java/lang/invoke/MethodHandleNatives 1 1 424 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 100 100 100 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 7 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 7 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1 1
|
||||
staticfield java/lang/invoke/MethodHandleNatives COUNT_GWT Z 1
|
||||
staticfield java/lang/invoke/MethodHandleNatives $assertionsDisabled Z 1
|
||||
ciInstanceKlass java/lang/invoke/LambdaForm 0 0 964 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 8 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 1 1 1 1 1
|
||||
ciInstanceKlass java/lang/invoke/MethodType 0 0 588 8 8 8 8 8 8 8 8 8 8 8 8 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 5 0 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 1
|
||||
ciInstanceKlass java/lang/BootstrapMethodError 0 0 35 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 1 1 12 12 12 12 12 10 10 10 10 10
|
||||
instanceKlass java/lang/invoke/VolatileCallSite
|
||||
instanceKlass java/lang/invoke/MutableCallSite
|
||||
instanceKlass java/lang/invoke/ConstantCallSite
|
||||
ciInstanceKlass java/lang/invoke/CallSite 0 0 308 8 8 8 8 8 8 8 8 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
|
||||
ciInstanceKlass java/lang/invoke/ConstantCallSite 0 0 39 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 1 1 12 12 12 12 12 12 9 9 10 10 10 10 10
|
||||
ciInstanceKlass java/lang/invoke/MutableCallSite 0 0 54 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10
|
||||
ciInstanceKlass java/lang/invoke/VolatileCallSite 0 0 30 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 12 12 12 12 12 12 10 10 10 10 10 10
|
||||
instanceKlass java/lang/StringBuilder
|
||||
instanceKlass java/lang/StringBuffer
|
||||
ciInstanceKlass java/lang/AbstractStringBuilder 1 1 309 3 3 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 7 100 100 100 100 100 7 7 7 100 7 100 100 100 7 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11
|
||||
ciInstanceKlass java/lang/StringBuffer 1 1 369 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 7 100 7 7 100 100 7 7 7 100 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1 1
|
||||
staticfield java/lang/StringBuffer serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField;
|
||||
ciInstanceKlass java/lang/StringBuilder 1 1 323 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 7 100 100 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11
|
||||
ciInstanceKlass sun/misc/Unsafe 1 1 386 8 8 7 7 7 7 7 7 7 7 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 100 7 100 100 7 100 7 100 100 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
staticfield sun/misc/Unsafe theUnsafe Lsun/misc/Unsafe; sun/misc/Unsafe
|
||||
staticfield sun/misc/Unsafe ARRAY_BOOLEAN_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_BYTE_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_SHORT_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_CHAR_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_INT_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_LONG_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_FLOAT_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_DOUBLE_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_OBJECT_BASE_OFFSET I 16
|
||||
staticfield sun/misc/Unsafe ARRAY_BOOLEAN_INDEX_SCALE I 1
|
||||
staticfield sun/misc/Unsafe ARRAY_BYTE_INDEX_SCALE I 1
|
||||
staticfield sun/misc/Unsafe ARRAY_SHORT_INDEX_SCALE I 2
|
||||
staticfield sun/misc/Unsafe ARRAY_CHAR_INDEX_SCALE I 2
|
||||
staticfield sun/misc/Unsafe ARRAY_INT_INDEX_SCALE I 4
|
||||
staticfield sun/misc/Unsafe ARRAY_LONG_INDEX_SCALE I 8
|
||||
staticfield sun/misc/Unsafe ARRAY_FLOAT_INDEX_SCALE I 4
|
||||
staticfield sun/misc/Unsafe ARRAY_DOUBLE_INDEX_SCALE I 8
|
||||
staticfield sun/misc/Unsafe ARRAY_OBJECT_INDEX_SCALE I 4
|
||||
staticfield sun/misc/Unsafe ADDRESS_SIZE I 8
|
||||
instanceKlass java/io/FilterInputStream
|
||||
instanceKlass java/io/FileInputStream
|
||||
instanceKlass java/io/ByteArrayInputStream
|
||||
ciInstanceKlass java/io/InputStream 1 1 58 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 5 0 100 100 100 100 100 100 100 7 12 12 12 12 12 10 10 10 10 10 10 10
|
||||
ciInstanceKlass java/io/ByteArrayInputStream 1 1 59 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 100 7 100 100 100 100 1 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10
|
||||
ciInstanceKlass java/io/File 1 1 575 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 7 100 7 100 100 7 100 100 100 100 100 100 100 7 100 100 100 100 100 7 100 100 100 100 7 7 7 100 100 100 100 100 100 100 100 100 100 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 1 1 1
|
||||
staticfield java/io/File fs Ljava/io/FileSystem; java/io/WinNTFileSystem
|
||||
staticfield java/io/File separatorChar C 92
|
||||
staticfield java/io/File separator Ljava/lang/String; "\"
|
||||
staticfield java/io/File pathSeparatorChar C 59
|
||||
staticfield java/io/File pathSeparator Ljava/lang/String; ";"
|
||||
staticfield java/io/File PATH_OFFSET J 16
|
||||
staticfield java/io/File PREFIX_LENGTH_OFFSET J 12
|
||||
staticfield java/io/File UNSAFE Lsun/misc/Unsafe; sun/misc/Unsafe
|
||||
staticfield java/io/File $assertionsDisabled Z 1
|
||||
instanceKlass sun/misc/Launcher$ExtClassLoader
|
||||
instanceKlass sun/misc/Launcher$AppClassLoader
|
||||
ciInstanceKlass java/net/URLClassLoader 1 1 519 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 7 7 100 100 100 7 7 7 100 100 7 100 100 100 7 7 7 100 100 100 7 7 7 100 100 100 100 100 7 7 100 100 100 7 7 7 7 100 7 100 100 100 7 100 100 100 100 7 7 7 7 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11
|
||||
ciInstanceKlass java/net/URL 1 1 547 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 100 7 100 100 7 100 100 100 100 100 7 7 100 7 7 100 100 100 100 7 100 100 100 100 7 100 7 100 100 7 7 7 100 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
staticfield java/net/URL serialPersistentFields [Ljava/io/ObjectStreamField; 7 [Ljava/io/ObjectStreamField;
|
||||
ciInstanceKlass java/util/jar/Manifest 1 1 227 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11 11 11 11 11 11 11 11 11 1
|
||||
ciInstanceKlass sun/misc/Launcher 1 1 215 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 7 7 100 100 100 100 100 100 100 7 100 7 100 7 7 100 7 7 100 7 100 7 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1 1 1 1
|
||||
ciInstanceKlass sun/misc/Launcher$AppClassLoader 1 1 198 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 100 7 7 100 7 100 7 7 100 100 7 100 7 100 7 100 7 7 7 100 7 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
staticfield sun/misc/Launcher$AppClassLoader $assertionsDisabled Z 1
|
||||
ciInstanceKlass sun/misc/Launcher$ExtClassLoader 1 1 206 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100 100 7 100 7 7 7 7 7 100 7 100 100 100 7 7 7 7 7 7 100 7 7 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 1
|
||||
ciInstanceKlass java/security/CodeSource 1 1 319 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 100 100 100 100 7 100 100 100 100 7 100 7 100 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 11 11
|
||||
ciInstanceKlass java/lang/StackTraceElement 0 0 95 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 100 100 100 100 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
instanceKlass java/nio/LongBuffer
|
||||
instanceKlass java/nio/CharBuffer
|
||||
instanceKlass java/nio/ByteBuffer
|
||||
ciInstanceKlass java/nio/Buffer 1 1 100 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 100 100 7 100 7 100 100 100 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
ciInstanceKlass java/lang/Boolean 1 1 107 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 7 7 100 100 100 7 100 7 7 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 10 10 10 10 10 10 10 10 10 10
|
||||
staticfield java/lang/Boolean TRUE Ljava/lang/Boolean; java/lang/Boolean
|
||||
staticfield java/lang/Boolean FALSE Ljava/lang/Boolean; java/lang/Boolean
|
||||
staticfield java/lang/Boolean TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/Character 1 1 456 3 3 3 3 3 3 3 3 8 8 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 5 0 5 0 100 100 100 100 100 100 100 7 100 7 100 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11 1 1 1 1
|
||||
staticfield java/lang/Character TYPE Ljava/lang/Class; java/lang/Class
|
||||
staticfield java/lang/Character $assertionsDisabled Z 1
|
||||
instanceKlass java/util/concurrent/atomic/AtomicLong
|
||||
instanceKlass java/util/concurrent/atomic/AtomicInteger
|
||||
instanceKlass java/lang/Long
|
||||
instanceKlass java/lang/Integer
|
||||
instanceKlass java/lang/Short
|
||||
instanceKlass java/lang/Byte
|
||||
instanceKlass java/lang/Double
|
||||
instanceKlass java/lang/Float
|
||||
ciInstanceKlass java/lang/Number 1 1 31 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 5 0 100 100 7 12 12 10 10
|
||||
ciInstanceKlass java/lang/Float 1 1 166 3 3 3 4 4 4 4 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 4 4 5 0 7 100 100 7 100 100 100 100 100 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
staticfield java/lang/Float TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/Double 1 1 220 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 5 0 5 0 5 0 5 0 5 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 7 100 7 100 100 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
|
||||
staticfield java/lang/Double TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/Byte 1 1 150 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 5 0 5 0 7 100 7 100 100 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
|
||||
staticfield java/lang/Byte TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/Short 1 1 156 3 3 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 3 3 5 0 5 0 7 100 100 100 100 7 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
|
||||
staticfield java/lang/Short TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/Integer 1 1 306 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 5 0 5 0 5 0 100 7 7 100 100 7 7 100 100 100 7 100 100 100 7 100 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
|
||||
staticfield java/lang/Integer TYPE Ljava/lang/Class; java/lang/Class
|
||||
staticfield java/lang/Integer digits [C 36
|
||||
staticfield java/lang/Integer DigitTens [C 100
|
||||
staticfield java/lang/Integer DigitOnes [C 100
|
||||
staticfield java/lang/Integer sizeTable [I 10
|
||||
ciInstanceKlass java/lang/Long 1 1 353 3 3 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 3 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 100 100 7 100 100 7 7 100 7 100 100 100 100 100 7 100 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
|
||||
staticfield java/lang/Long TYPE Ljava/lang/Class; java/lang/Class
|
||||
ciInstanceKlass java/lang/NullPointerException 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/lang/ArithmeticException 1 1 18 1 1 1 1 1 1 1 1 1 5 0 100 100 12 12 10 10
|
||||
ciInstanceKlass java/io/DataInput 1 0 34 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 100
|
||||
ciInstanceKlass java/io/DataInputStream 1 1 154 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 7 7 100 7 100 7 100 100 100 100 100 7 100 100 1 1 1 1 1 1 1 1 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 9 9 9 9 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 11
|
||||
compile java/io/DataInputStream readUTF (Ljava/io/DataInput;)Ljava/lang/String; -1 3
|
||||
3
Server/runServer.sh
Executable file
3
Server/runServer.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
rm -rf org
|
||||
cp -r ../CompiledServer/production/09Scape/org .
|
||||
java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server
|
||||
5
Server/scripts/dialogue/anna_isaakson.asc
Normal file
5
Server/scripts/dialogue/anna_isaakson.asc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@dialogue npc:5512
|
||||
npc("Hello visitor, how are you?")
|
||||
player("Better than expected. Its a lot...nicer...here than I was", "expecting. Everyone seems pretty happy.")
|
||||
npc("Of course, the Burgher is strong and wise, and looks", "after us well")
|
||||
player("I think some of those Jatizso citizens have got", "the wrong idea about this place.")
|
||||
10
Server/scripts/dialogue/ardougne_baker.asc
Normal file
10
Server/scripts/dialogue/ardougne_baker.asc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@dialogue npc:571
|
||||
|
||||
npc("Good day, monsieur. Would you like ze nice", "freshly-baked bread? Or perhaps a nice piece of cake?")
|
||||
option("Let's see what you have.", "No, thank you.")
|
||||
@option1 {
|
||||
openshop(571)
|
||||
}
|
||||
@option2 {
|
||||
player("No, thank you.")
|
||||
}
|
||||
2
Server/scripts/dialogue/bandit.asc
Normal file
2
Server/scripts/dialogue/bandit.asc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@dialogue npc:1926, 1925, 1927, 1928, 1929, 1930, 1931
|
||||
npc("Get out of this village.", "You are not welcome here.");
|
||||
15
Server/scripts/dialogue/bandit_shopkeeper.asc
Normal file
15
Server/scripts/dialogue/bandit_shopkeeper.asc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@dialogue npc:1917
|
||||
player("Hello.")
|
||||
npc("Stuff for sale.", "You buying?")
|
||||
>options
|
||||
|
||||
options: {
|
||||
option("Yes", "No")
|
||||
@option1{
|
||||
openshop(1917)
|
||||
}
|
||||
@option2{
|
||||
npc("No?", "'Bye then.")
|
||||
}
|
||||
|
||||
}
|
||||
2
Server/scripts/dialogue/centaur.asc
Normal file
2
Server/scripts/dialogue/centaur.asc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@dialogue npc:4439,4438
|
||||
npc("Welcome to the land of extreme donators.");
|
||||
4
Server/scripts/dialogue/fridleif_shieldson.asc
Normal file
4
Server/scripts/dialogue/fridleif_shieldson.asc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@dialogue npc:5505
|
||||
|
||||
|
||||
npc("Congratulations, Champion Larlim Far-strider. Thank you", "for defeating the Troll King.")
|
||||
15
Server/scripts/dialogue/ghost_guard.asc
Normal file
15
Server/scripts/dialogue/ghost_guard.asc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@dialogue npc:1706
|
||||
npc("All visitors to Port Phasmatys must pay a toll charge of", "2 Ectotokens.")
|
||||
>options
|
||||
|
||||
options: {
|
||||
option("I don't have that many Ectotokens.", "Where can I get Ecototokens?")
|
||||
@option 1 {
|
||||
player("I don't have that many Ectotokens.")
|
||||
npc("In that case, you need to go to the Temple and earn", "some. Talk to the disciples - they will tell you how.")
|
||||
}
|
||||
@option 2 {
|
||||
player("Where can I get my Ectotokens?")
|
||||
npc("You need to go to the Temple and earn some.", "Talk to the disciples - they will tell you how.")
|
||||
}
|
||||
}
|
||||
3
Server/scripts/dialogue/ghosty_dialogue.asc
Normal file
3
Server/scripts/dialogue/ghosty_dialogue.asc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@dialogue type:"ghosty dialogue":
|
||||
npc("Woooo wooo wooooo woooo")
|
||||
plainmessage("You cannot understand the ghost.")
|
||||
6
Server/scripts/dialogue/gnometraveller.asc
Normal file
6
Server/scripts/dialogue/gnometraveller.asc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@dialogue npc:2138
|
||||
npc(FacialExpression.OSRS_NORMAL, "Hello I am a gnome traveller visiting Keldagrim in search", "of <u>low-level</u> skilling supplies.", "I'll offer you an increased buying price,", "higher than any other merchants here can match.");
|
||||
npc(FacialExpression.OSRS_NORMAL, "If you happen to have any, <b>use them on me and I will", "give you a reasonable amount of gold coins.");
|
||||
player("What items, specifically, do you buy?");
|
||||
npc(FacialExpression.OSRS_NORMAL, "Logs, Oak logs, Willow logs, Clay, Copper ore, Tin ore,", "Iron ore, Shrimps, Sardines, Anchovies, Trout,", "Guam leaves, Tarromin leaves, Harralander leaves", "Bronze bars, Iron bars, and Arrow shafts...");
|
||||
npc(FacialExpression.OSRS_NORMAL, "... are some of the items I am looking for.", "When it comes to fish, I will pay more if it's cooked.", "I also accept clean or grimy herbs.", "I am also accepting items in regular or bank note form.");
|
||||
7
Server/scripts/dialogue/gunnar_holdstrom.asc
Normal file
7
Server/scripts/dialogue/gunnar_holdstrom.asc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@dialogue npc:5511
|
||||
|
||||
|
||||
npc("Ah, isn't it a lovely day?")
|
||||
player("It's not bad. What puts you in such a good mood?")
|
||||
npc("Oh, I just love my job. The smell of the sea breeze, the", "smell of the arctic pine sap, the smell of the yaks. I find it", All so bracing.")
|
||||
player("Bracing? Hmmm. I think I might have chosen a different word.")
|
||||
3
Server/scripts/dialogue/gunnjorn.asc
Normal file
3
Server/scripts/dialogue/gunnjorn.asc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@dialogue npc:607
|
||||
npc("Haha welcome to my obstacle course. Have fun, but", "remember this isn't a child's playground. People have", "died here.");
|
||||
npc("The best way to train, is to go round the course in a", "clockwise direction.")
|
||||
17
Server/scripts/dialogue/irksol.asc
Normal file
17
Server/scripts/dialogue/irksol.asc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@dialogue npc:566
|
||||
npc("Selling ruby rings! The best deals on rings in over", "twenty four hundred planes of existence!")
|
||||
>options
|
||||
|
||||
options: {
|
||||
option("I'm interested in these deals.", "No thanks, just browsing.")
|
||||
@option 1 {
|
||||
player("I'm interested in these deals.")
|
||||
npc("Aha! A connoisseur! Check out these beauties!")
|
||||
openshop(566)
|
||||
}
|
||||
@option 2 {
|
||||
player("No thanks, just browsing.")
|
||||
npc("Fair enough.")
|
||||
|
||||
}
|
||||
}
|
||||
41
Server/scripts/dialogue/jimmy_wg.asc
Normal file
41
Server/scripts/dialogue/jimmy_wg.asc
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
@dialogue npc:4298
|
||||
npc("'Ello there.");
|
||||
>options
|
||||
|
||||
options: {
|
||||
option("Tell me about this room.", "Tell me how to balance kegs.", "May I claim my tokens please?", "Bye!");
|
||||
@option1 {
|
||||
player("Tell me about this room?");
|
||||
npc("Well... s'like thish...");
|
||||
npc("Thish here'sh a shtore room right?");
|
||||
player("A store room you mean?");
|
||||
npc("That'sh what I said! *HIC* A shtore room..... Now", "technic'ly shpeaking, I should be outshide guarding it...");
|
||||
player("But you just nipped in to have a quick drink?");
|
||||
npc("Yep... and to practish.");
|
||||
player("Practish? I mean.. practise what?");
|
||||
npc("Keg balancin. I'm the besht.");
|
||||
>options
|
||||
}
|
||||
@option2 {
|
||||
player("Tell me how to balance kegs?");
|
||||
npc("Yer very very shtrange. But.... you pick the keg up,", "and balance it on yer head, then you pick another keg", "up and put that on top. S'really very eashy.");
|
||||
player("Eashy?");
|
||||
npc("Yesh. Eashy.");
|
||||
pause(2)
|
||||
npc("But you couldn't ever balansh ash many ash meee!");
|
||||
player("That sounds like a challenge, I'll show you!");
|
||||
>options
|
||||
}
|
||||
@option3 {
|
||||
player("May I claim my tokens please?");
|
||||
npc("Well... err.. ish not offishal or anyfin... but I got the", "ledger of tokensh 'ere. I'll jus' err.. write it in!");
|
||||
player("Won't they know?");
|
||||
npc("Nah... hic.... I'm a wizsh at copyin' signaturesh. Jus'", "ashk an offishal mem'er of shtaff like Shloane fer yer", "tokensh.");
|
||||
plainmessage("The rather drunk Jimmy scribbles the tokens you've earned from", "Keg Balancing in the Ledger so that you can claim them from an", "official member of training staff.");
|
||||
}
|
||||
@option4 {
|
||||
player("Bye!");
|
||||
npc("Shure you wouldn't like an ickle drinkie fore yer go?");
|
||||
player("No thanks, got things to do, people to see, tokens to", "earn...");
|
||||
}
|
||||
}
|
||||
28
Server/scripts/dialogue/jofridr_moedstatter.asc
Normal file
28
Server/scripts/dialogue/jofridr_moedstatter.asc
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
@dialogue npc:5509
|
||||
|
||||
npc("Hello there. Would you like to see the good I have", "for sale?")
|
||||
>options
|
||||
options: {
|
||||
option("Yes please, Jofridr", "No thank you, Jofridr", "Why do you have so much wool in your store?)
|
||||
@option1 {
|
||||
player("Yes please, Jofridr.")
|
||||
openshop(5509)
|
||||
}
|
||||
|
||||
@option2 {
|
||||
player("No thank you, Jofridr")
|
||||
npc("Fair thee well.")
|
||||
}
|
||||
@option3 {
|
||||
player("Why do you have so much wool in", "your store?")
|
||||
npc("Ah, I have contacts on the mainland. I have a", "sailor friend who brings me crates of", "wool on a regular basis.")
|
||||
player("What do you trade for it?")
|
||||
npc("Rope of course! What else can we sell? Fish", "would go off before it got so far south.")
|
||||
player("Where does all this rope go?")
|
||||
npc("Err, I don't remember the name of the place", "very well. Dreinna? Drennor? Something like that.")
|
||||
player("That's very interesting. Thanks Jofridr.")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
15
Server/scripts/dialogue/jukat.asc
Normal file
15
Server/scripts/dialogue/jukat.asc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@dialogue npc:564
|
||||
npc("Dragon swords! Here, Dragon swords! Straight from", "Frenaskrae!")
|
||||
>options
|
||||
|
||||
options: {
|
||||
option("Yes please.", "No thanks, I'm just browsing.")
|
||||
@option 1 {
|
||||
player("Yes please!")
|
||||
openshop(564)
|
||||
}
|
||||
@option 2 {
|
||||
player("No thanks, I'm just browsing.")
|
||||
}
|
||||
}
|
||||
|
||||
7
Server/scripts/dialogue/kjedelig_uppsen.asc
Normal file
7
Server/scripts/dialogue/kjedelig_uppsen.asc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@dialogue npc:5518
|
||||
|
||||
|
||||
npc("Ho, Larlim Far-strider! The brave warrior returns!")
|
||||
player("It was a hard-fought battle, but we Fremennik prevailed!")
|
||||
npc("I expect we'll be hearing songs about the 'slayer of the", "Troll king' for many years to come")
|
||||
player("It would be an honour to be remembered in such a way!", "Thanks.")
|
||||
10
Server/scripts/dialogue/lisse_isaakson.asc
Normal file
10
Server/scripts/dialogue/lisse_isaakson.asc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@dialogue npc:5513
|
||||
|
||||
npc("Hello, visitor!")
|
||||
player("Hello. What are you up to?")
|
||||
npc("Ah, I was about to collect some yak's milk to make", "yak cheese.")
|
||||
player("Eughr! Though I am curious. Can I try some?")
|
||||
npc("Sorry, no. The last outlander who ate my cheese", "was ill for a month")
|
||||
player("So why don't you get ill as well?")
|
||||
npc("Well, we eat yak milk products every day, from", "when we're born. So I suppose we're used to it. Anyways I", "should stop yakking - Haha - and get on with my work")
|
||||
player("I'm glad to see that puns are common", "everywhere in Keldagrim; even here")
|
||||
2
Server/scripts/dialogue/melina.asc
Normal file
2
Server/scripts/dialogue/melina.asc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@dialogue npc:2935
|
||||
npc("Leave me be.")
|
||||
41
Server/scripts/dialogue/molly.asc
Normal file
41
Server/scripts/dialogue/molly.asc
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
@dialogue npc:3892,3893,3894,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904,3905,3906,3907,3908,3909,3910,3911
|
||||
|
||||
npc("Thanks for coming!")
|
||||
player("It's not like I had a lot of choice you know!")
|
||||
npc("I'm sorry for abducting you like that, but I really need", "your help >playername<.")
|
||||
player("What's the problem then?")
|
||||
>event_info
|
||||
|
||||
event_info:{
|
||||
npc("It's my evil twin sister! She's been galavanting around", "Keldagrim commiting crimes and now I'm getting the", "blame!")
|
||||
player("Well what's all this got to do with me then?")
|
||||
npc("I'm glad you asked!")
|
||||
npc("Through that door is a room with a cage and a control", "panel that operates a giant mechanical claw.")
|
||||
npc("I lured my sister into the room so I could imprison her", "in the cage by using the claw. The problem is my sister", "managed to herd some innocent civilians in there with", "her.")
|
||||
player("So what do you need me to do?")
|
||||
npc("I need you to go next door and use the claw to catch", "my sister.")
|
||||
npc("Once she's in prison, she won't be causing me anymore", "bother!")
|
||||
player("Sounds easy enough to me.")
|
||||
npc("Fabulous! Now take a good long look at me because the", "door will be locked behind you. My twin looks exactly", "like me, even her clothes!")
|
||||
npc("One more thing to make your life difficult; the magic", "powering the claw is running low so you'll only have", "two attempts to catch her.")
|
||||
player("I'll do my best then!")
|
||||
npc("By the way, would you like me to run through the", "controls for you, or do you think you'll manage?")
|
||||
setattribute("/save:ame:evil_twin_info", true);
|
||||
option("Yes please.", "No thanks.")
|
||||
@option1{
|
||||
player("Yes please. I mean, it's always best to be prepared,", "right?")
|
||||
npc("Ok, when you turn the machine on you'll see the", "glowing mark on the floor where the claw is currently", "aiming, and you'll see a lever and button on the right", "hand side of your screen.")
|
||||
npc("To move the claw's current location, click on the", "direction you want it to move in, as indicated on the", "right hand panel.")
|
||||
npc("You'll know which way the claw will go as the lever will", "point that way to show you.")
|
||||
npc("When you see someone on top of the glowing mark,", "then hit the button on the right hand panel, as this will", "send the claw down to pick them up.")
|
||||
npc("Do be careful and make sure that there is someone on", "the mark, and not just walking past it.")
|
||||
npc("Oh, and make sure the person is my sister, so you", "don't end up catching a random civilian.")
|
||||
npc("Does that help?")
|
||||
player("Yes, that covers everything. Thanks!")
|
||||
npc("Good luck!")
|
||||
}
|
||||
@option2{
|
||||
player("No thanks, I should be able to work it out.")
|
||||
npc("Good luck!")
|
||||
}
|
||||
}
|
||||
11
Server/scripts/dialogue/morten_holdstrom.asc
Normal file
11
Server/scripts/dialogue/morten_holdstrom.asc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@dialogue npc:5510
|
||||
|
||||
|
||||
npc("Good day to you.")
|
||||
player("Hello. What are you up to?")
|
||||
npc("Ah, Today is surstromming day! The herring I buried", "six months ago is ready to be dug up.")
|
||||
player("Eughr! What are you going to do with it?")
|
||||
npc("Eat it, of course! It will be fermented just-right by now.")
|
||||
player("Fermented? You eat rotten fish?")
|
||||
npc("Hmmm, tasty. I'm guessing you don't want to", "come round and try it?")
|
||||
player("You guess correctly.")
|
||||
4
Server/scripts/dialogue/peer_the_seer.asc
Normal file
4
Server/scripts/dialogue/peer_the_seer.asc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@dialogue npc:1288
|
||||
npc("Hey! Outerlander! That is my house! Who do you", "think you are to just barge into my home without", "asking?")
|
||||
player("Um... My name is @name.")
|
||||
npc("It was a rhetorical question, outerlander. Now get lost.", "I do not appreciate intruders in my home.")
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue