Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1035353 // Test LAS class unloading (OK!)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 679K of libraries. Click here for Pure Java version (33316L/165K).

1  
!7
2  
3  
p {
4  
  temp LASMultiClassLoader cl = new(mc());
5  
  test_leftArrowScript_classDefs(cl);
6  
  timedGC_printAlways();
7  
  new PrintPolledValueUntilPredicateOrTimeout<>(
8  
    "Classes loaded",
9  
    //-> cl.nClassesLoaded(), n -> n == 0
10  
    -> asList(cl.definedClasses()), l1 empty,
11  
  ).run();
12  
  System.exit(0);
13  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035353
Snippet name: Test LAS class unloading (OK!)
Eternal ID of this version: #1035353/5
Text MD5: e5d016965b083744fe23201eeef4de77
Transpilation MD5: 1789ec6178c654e7ee96e0fd9fe940c0
Author: stefan
Category: javax / left arrow script
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 20:35:41
Source code size: 315 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 115 / 481
Version history: 4 change(s)
Referenced in: [show references]