-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 12.0
-
Fix Version/s: None
-
Component/s: projects - Ant Project
-
Environment:
Debian Linux 10.5, x64
Hi all!
I faced with strange behavior in execute following simple java code:
public class Test
{
public static void main(String[] aoA_)
{
[0x" + jsS + "].");
System.out.println("2:{" + jsS.length() + "}[0x" + jsS + "].");
}
}
}
It takes 1-3 seconds to execute in Netbeans whereas executes instantly in command line on the same machine. Sometimes the execution time of this code grows up to 9 seconds. It depends of data in string value. Various data with the same length takes different time to execution. It is very strange to me.
Log of code execution:
run:
1:{1616}[0x3982032424242424242424242424242424242432342342423423403030303031200625124612234234002342342423445E949CF45E000000000000000000000000022B52342423423424242423423423383030C234234234234234242348D952D859F200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000234234234234234587CA50E92F18460F2342342423424242342342E04C41ADA5AFB1C424234234234234234234234234E2341623404923479E2344822374DEC1023419E2344B23343234323042304234234023342236451234512345230402434568CC4546435624562456145464356E234A2234123342344234423342242343234FC234C235422343234E234423F423123E451235964F56545624566456F455105EC12391B23F11238123121313F45E0132C10232C12F312283212631123433A32321323333333363123123E5912353A72340234F235422D9262E262B22F454044ED4004F434F4149464E464E4C44550345303E53A45234523454354345A35E34593C4513C45A356345534513503534345DA3F45234553945634553245B3452C456624056A4526A456745964526146545604056F451645D60456045364056454536456045260455624536B456845645456F06450604506405646456554D654856373737356630567576657537506777678067383637866738677896D7836F787899678B95789278A997892759708997678696979467296F792679169767997A67966729637926795679697669696797679189F6979F7690679669D69A6976965688568568E5618538A586568585685A4574957F45724A576457045745747459D4574570457B4574574574574574574B4570304570457045704074574537245745724957B4578450740574457F4747513346F43E46324634FA4364234663263634610034633F46D34623164346436432324023148234D2934B273452C202CF222234CC23432C34F23F4D2349237425342345644A424D192340225226303B3F3434520C53A45E345E3546396675675670345304500034503501001D2301211101234F043437].
2:{1616}[0x3982032424242424242424242424242424242432342342423423403030303031200625124612234234002342342423445E949CF45E000000000000000000000000022B52342423423424242423423423383030C234234234234234242348D952D859F200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000234234234234234587CA50E92F18460F2342342423424242342342E04C41ADA5AFB1C424234234234234234234234234E2341623404923479E2344822374DEC1023419E2344B23343234323042304234234023342236451234512345230402434568CC4546435624562456145464356E234A2234123342344234423342242343234FC234C235422343234E234423F423123E451235964F56545624566456F455105EC12391B23F11238123121313F45E0132C10232C12F312283212631123433A32321323333333363123123E5912353A72340234F235422D9262E262B22F454044ED4004F434F4149464E464E4C44550345303E53A45234523454354345A35E34593C4513C45A356345534513503534345DA3F45234553945634553245B3452C456624056A4526A456745964526146545604056F451645D60456045364056454536456045260455624536B456845645456F06450604506405646456554D654856373737356630567576657537506777678067383637866738677896D7836F787899678B95789278A997892759708997678696979467296F792679169767997A67966729637926795679697669696797679189F6979F7690679669D69A6976965688568568E5618538A586568585685A4574957F45724A576457045745747459D4574570457B4574574574574574574B4570304570457045704074574537245745724957B4578450740574457F4747513346F43E46324634FA4364234663263634610034633F46D34623164346436432324023148234D2934B273452C202CF222234CC23432C34F23F4D2349237425342345644A424D192340225226303B3F3434520C53A45E345E3546396675675670345304500034503501001D2301211101234F043437].
BUILD SUCCESSFUL (total time: 3 seconds)
Best Regards,
Alexey Makhov.